Lines Matching defs:node
77 * A node-set (an unordered collection of nodes without duplicates).
91 * - node-set
185 * @cur: the previous node being explored on that axis
191 * Returns the next node in that axis or NULL if at the end of the axis.
276 * - a node (the context node)
277 * - a node list (the context node list)
283 * The node may be modified when the context is passed to libxml2
290 xmlNodePtr node; /* The current node */
308 /* the namespace nodes of the context node */
346 xmlNodePtr debugNode; /* the source node XSLT */
406 * @ns: a node-set
410 * Returns the number of nodes in the node-set.
415 * @ns: a node-set
416 * @index: index of a node in the set
430 * @ns: a node-set
434 * Returns %TRUE if @ns is an empty node-set.
470 xmlXPathCastNodeToNumber (xmlNodePtr node);
481 xmlXPathCastNodeToString (xmlNodePtr node);
512 xmlXPathSetContextNode (xmlNodePtr node,
515 xmlXPathNodeEval (xmlNodePtr node,