Lines Matching defs:nodes

43     int nsCurEnd;           /* number of nodes in the set */
48 xmlNodePtr *nodeTab; /* array of nodes in no particular order */
88 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes,
248 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) {
249 if((nodes != NULL) && (node != NULL)) {
251 return(xmlXPathNodeSetContains(nodes, node));
268 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns));
567 * Consider a list L containing only namespace nodes in the
574 * namespace node in the node-set (default namespace nodes always
586 * ancestor nodes of each orphan element node for attributes in the xml
644 * namespace node in the node-set (default namespace nodes always
682 * accordance with Canonical XML except for namespace nodes which are
693 * nodes rendered by output ancestors. Push ns_rendered on state stack and
733 * All namespace nodes appearing on inclusive ns list are
968 * ancestor nodes of each orphan element node for attributes in the xml
1105 * processing the child nodes of the element that are in the node-set
1110 * nodes of the element that are in the node-set (in document order), an
1249 /* cdata sections are processed as text nodes */
1250 /* todo: verify that cdata sections are included in XPath nodes set */
1411 * Processes all nodes in the row starting from cur.
1459 * (in most cases, it is nodes set)
1534 * Set "exclusive" flag, create a nodes set for namespaces
1550 * (in most cases, it is nodes set)
1604 * result of processing each of its child nodes that is in the node-set
1638 * @nodes: the nodes set to be included in the canonized image
1639 * or NULL if all document nodes should be included
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes,
1663 nodes,
1674 * @nodes: the nodes set to be included in the canonized image
1675 * or NULL if all document nodes should be included
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes,
1720 ret = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes,
1744 * @nodes: the nodes set to be included in the canonized image
1745 * or NULL if all document nodes should be included
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes,
1794 ret = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes,