diff --git a/ChangeLog b/ChangeLog index 2fccb606..2cfe1726 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 23 17:41:37 CET 2003 Daniel Veillard + + * 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 * xmlreader.c doc/apibuild.py: applied a new patch from diff --git a/python/generator.py b/python/generator.py index 20e89b79..3af74bca 100755 --- a/python/generator.py +++ b/python/generator.py @@ -185,7 +185,7 @@ skipped_modules = { 'hash': None, 'list': None, 'threads': None, - 'xpointer': None, +# 'xpointer': None, } skipped_types = { 'int *': "usually a return type", diff --git a/python/libxml2class.txt b/python/libxml2class.txt index 08d3c37b..1887d65d 100644 --- a/python/libxml2class.txt +++ b/python/libxml2class.txt @@ -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