mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
seems there is no good reasons to not generate bindings for XPointer
* python/generator.py: seems there is no good reasons to not generate bindings for XPointer Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/generator.py: seems there is no good reasons to
|
||||||
|
not generate bindings for XPointer
|
||||||
|
|
||||||
Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
|
Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlreader.c doc/apibuild.py: applied a new patch from
|
* xmlreader.c doc/apibuild.py: applied a new patch from
|
||||||
|
@ -185,7 +185,7 @@ skipped_modules = {
|
|||||||
'hash': None,
|
'hash': None,
|
||||||
'list': None,
|
'list': None,
|
||||||
'threads': None,
|
'threads': None,
|
||||||
'xpointer': None,
|
# 'xpointer': None,
|
||||||
}
|
}
|
||||||
skipped_types = {
|
skipped_types = {
|
||||||
'int *': "usually a return type",
|
'int *': "usually a return type",
|
||||||
|
@ -417,6 +417,13 @@ Class xmlNode(xmlCore)
|
|||||||
xpathNextPrecedingSibling()
|
xpathNextPrecedingSibling()
|
||||||
xpathNextSelf()
|
xpathNextSelf()
|
||||||
|
|
||||||
|
# functions from module xpointer
|
||||||
|
xpointerNewCollapsedRange()
|
||||||
|
xpointerNewContext()
|
||||||
|
xpointerNewLocationSetNodes()
|
||||||
|
xpointerNewRange()
|
||||||
|
xpointerNewRangeNodes()
|
||||||
|
|
||||||
|
|
||||||
Class xmlDoc(xmlNode)
|
Class xmlDoc(xmlNode)
|
||||||
|
|
||||||
@ -528,6 +535,9 @@ Class xpathContext()
|
|||||||
xpathVariableLookup()
|
xpathVariableLookup()
|
||||||
xpathVariableLookupNS()
|
xpathVariableLookupNS()
|
||||||
|
|
||||||
|
# functions from module xpointer
|
||||||
|
xpointerEval()
|
||||||
|
|
||||||
|
|
||||||
Class xmlAttribute(xmlNode)
|
Class xmlAttribute(xmlNode)
|
||||||
Class catalog()
|
Class catalog()
|
||||||
@ -664,6 +674,10 @@ Class xpathParserContext()
|
|||||||
xpathValueFlipSign()
|
xpathValueFlipSign()
|
||||||
xpatherror()
|
xpatherror()
|
||||||
|
|
||||||
|
# functions from module xpointer
|
||||||
|
xpointerEvalRangePredicate()
|
||||||
|
xpointerRangeToFunction()
|
||||||
|
|
||||||
|
|
||||||
Class parserCtxt(parserCtxtCore)
|
Class parserCtxt(parserCtxtCore)
|
||||||
# accessors
|
# accessors
|
||||||
|
Reference in New Issue
Block a user