1
0
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:
Daniel Veillard
2003-01-23 16:42:55 +00:00
parent 540a31a361
commit ff12c494f7
3 changed files with 20 additions and 1 deletions

View File

@ -185,7 +185,7 @@ skipped_modules = {
'hash': None,
'list': None,
'threads': None,
'xpointer': None,
# 'xpointer': None,
}
skipped_types = {
'int *': "usually a return type",

View File

@ -417,6 +417,13 @@ Class xmlNode(xmlCore)
xpathNextPrecedingSibling()
xpathNextSelf()
# functions from module xpointer
xpointerNewCollapsedRange()
xpointerNewContext()
xpointerNewLocationSetNodes()
xpointerNewRange()
xpointerNewRangeNodes()
Class xmlDoc(xmlNode)
@ -528,6 +535,9 @@ Class xpathContext()
xpathVariableLookup()
xpathVariableLookupNS()
# functions from module xpointer
xpointerEval()
Class xmlAttribute(xmlNode)
Class catalog()
@ -664,6 +674,10 @@ Class xpathParserContext()
xpathValueFlipSign()
xpatherror()
# functions from module xpointer
xpointerEvalRangePredicate()
xpointerRangeToFunction()
Class parserCtxt(parserCtxtCore)
# accessors