Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nodes

45     int nsCurEnd;           /* number of nodes in the set */
50 xmlNodePtr *nodeTab; /* array of nodes in no particular order */
92 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes,
255 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) {
256 if((nodes != NULL) && (node != NULL)) {
258 return(xmlXPathNodeSetContains(nodes, node));
275 return(xmlXPathNodeSetContains(nodes, (xmlNodePtr)&ns));
573 * Consider a list L containing only namespace nodes in the
580 * namespace node in the node-set (default namespace nodes always
592 * ancestor nodes of each orphan element node for attributes in the xml
650 * namespace node in the node-set (default namespace nodes always
688 * accordance with Canonical XML except for namespace nodes which are
699 * nodes rendered by output ancestors. Push ns_rendered on state stack and
739 * All namespace nodes appearing on inclusive ns list are
1097 * @all_parents_visible: the visibility of all parent nodes
1116 * ancestor nodes of each orphan element node for attributes in the xml
1155 * the attribute axis of an element E in the node-set is enhanced. All element nodes along E's
1159 * lexicographically merge this attribute list with the nodes of E's attribute axis that are in
1161 * nodes in this merged attribute list.
1207 * are not imported into orphan nodes of the document subset
1235 * All element nodes along E's ancestor axis are examined for the nearest occurrences of simple
1239 * lexicographically merge this attribute list with the nodes of E's attribute axis that are in
1241 * nodes in this merged attribute list.
1401 * Element Nodes
1404 * processing the child nodes of the element that are in the node-set
1409 * nodes of the element that are in the node-set (in document order), an
1542 * Text Nodes
1548 /* cdata sections are processed as text nodes */
1549 /* todo: verify that cdata sections are included in XPath nodes set */
1566 * Processing Instruction (PI) Nodes-
1612 * Comment Nodes
1710 * Processes all nodes in the row starting from cur.
1758 * (in most cases, it is nodes set)
1850 * (in most cases, it is nodes set)
1917 * result of processing each of its child nodes that is in the node-set
1951 * @nodes: the nodes set to be included in the canonized image
1952 * or NULL if all document nodes should be included
1970 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes,
1975 nodes,
1986 * @nodes: the nodes set to be included in the canonized image
1987 * or NULL if all document nodes should be included
2005 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes,
2031 ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,
2055 * @nodes: the nodes set to be included in the canonized image
2056 nodes should be included
2076 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes,
2104 ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,