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:
@@ -303,7 +303,7 @@ int xmlXPathIsInf (double val);
|
||||
* xmlXPathNodeSetGetLength:
|
||||
* @ns: a node-set
|
||||
*
|
||||
* Implement a functionnality similar to the DOM NodeList.length
|
||||
* Implement a functionality similar to the DOM NodeList.length
|
||||
*
|
||||
* Returns the number of nodes in the node-set.
|
||||
*/
|
||||
@@ -313,7 +313,7 @@ int xmlXPathIsInf (double val);
|
||||
* @ns: a node-set
|
||||
* @index: index of a node in the set
|
||||
*
|
||||
* Implements a functionnality similar to the DOM NodeList.item()
|
||||
* Implements a functionality similar to the DOM NodeList.item()
|
||||
*
|
||||
* Returns the xmlNodePtr at the given @index in @ns or NULL if
|
||||
* @index is out of range (0 to length-1)
|
||||
@@ -377,7 +377,7 @@ void xmlXPathFreeContext (xmlXPathContextPtr ctxt);
|
||||
* Evaluation functions.
|
||||
*/
|
||||
xmlXPathObjectPtr xmlXPathEval (const xmlChar *str,
|
||||
xmlXPathContextPtr ctxt);
|
||||
xmlXPathContextPtr ctx);
|
||||
xmlXPathObjectPtr xmlXPathEvalExpression (const xmlChar *str,
|
||||
xmlXPathContextPtr ctxt);
|
||||
int xmlXPathEvalPredicate (xmlXPathContextPtr ctxt,
|
||||
|
Reference in New Issue
Block a user