mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied 42 documentation patches from Charlie Bozeman. Regenerated the
* *.c include/libxml/*.h doc/html/*: applied 42 documentation patches from Charlie Bozeman. Regenerated the HTML docs. Daniel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* xpath.c: internal interfaces for XML Path Language implementation
|
||||
* used to build new modules on top of XPath
|
||||
* xpathInternals.c: internal interfaces for XML Path Language implementation
|
||||
* used to build new modules on top of XPath
|
||||
*
|
||||
* See COPYRIGHT for the status of this software
|
||||
*
|
||||
@@ -330,7 +330,7 @@ typedef xmlXPathObjectPtr (*xmlXPathVariableLookupFunc) (void *ctxt,
|
||||
|
||||
void xmlXPathRegisterVariableLookup (xmlXPathContextPtr ctxt,
|
||||
xmlXPathVariableLookupFunc f,
|
||||
void *varCtxt);
|
||||
void *data);
|
||||
|
||||
/*
|
||||
* Function Lookup forwarding
|
||||
@@ -402,7 +402,7 @@ int xmlXPathRegisterNs (xmlXPathContextPtr ctxt,
|
||||
const xmlChar *prefix,
|
||||
const xmlChar *ns_uri);
|
||||
const xmlChar * xmlXPathNsLookup (xmlXPathContextPtr ctxt,
|
||||
const xmlChar *ns_uri);
|
||||
const xmlChar *prefix);
|
||||
void xmlXPathRegisteredNsCleanup (xmlXPathContextPtr ctxt);
|
||||
|
||||
int xmlXPathRegisterFunc (xmlXPathContextPtr ctxt,
|
||||
@@ -490,7 +490,7 @@ void xmlXPathFreeNodeSet(xmlNodeSetPtr obj);
|
||||
xmlXPathObjectPtr xmlXPathNewNodeSet(xmlNodePtr val);
|
||||
xmlXPathObjectPtr xmlXPathNewNodeSetList(xmlNodeSetPtr val);
|
||||
xmlXPathObjectPtr xmlXPathWrapNodeSet(xmlNodeSetPtr val);
|
||||
xmlXPathObjectPtr xmlXPathWrapExternal(void *val);
|
||||
xmlXPathObjectPtr xmlXPathWrapExternal(void *val);
|
||||
void xmlXPathFreeNodeSetList(xmlXPathObjectPtr obj);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user