mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixed doc comment problems adding RelaxNG wrappers added a specific test
* xpath.c: fixed doc comment problems * python/generator.py python/libxml_wrap.h python/types.c: adding RelaxNG wrappers * python/tests/Makefile.am python/tests/relaxng.py: added a specific test of those early Python RelaxNG bindings Daniel
This commit is contained in:
4
xpath.c
4
xpath.c
@ -8176,7 +8176,7 @@ xmlXPathCompAndExpr(xmlXPathParserContextPtr ctxt) {
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlXPathCompExpr:
|
||||
* xmlXPathCompileExpr:
|
||||
* @ctxt: the XPath Parser context
|
||||
*
|
||||
* [14] Expr ::= OrExpr
|
||||
@ -10610,7 +10610,7 @@ xmlXPathEvaluatePredicateResult(xmlXPathParserContextPtr ctxt,
|
||||
*
|
||||
* Compile an XPath expression
|
||||
*
|
||||
* Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
|
||||
* Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.
|
||||
* the caller has to free the object.
|
||||
*/
|
||||
xmlXPathCompExprPtr
|
||||
|
Reference in New Issue
Block a user