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));
572 * Consider a list L containing only namespace nodes in the
579 * namespace node in the node-set (default namespace nodes always
591 * ancestor nodes of each orphan element node for attributes in the xml
649 * namespace node in the node-set (default namespace nodes always
687 * accordance with Canonical XML except for namespace nodes which are
698 * nodes rendered by output ancestors. Push ns_rendered on state stack and
738 * All namespace nodes appearing on inclusive ns list are
1096 * @all_parents_visible: the visibility of all parent nodes
1115 * ancestor nodes of each orphan element node for attributes in the xml
1154 * the attribute axis of an element E in the node-set is enhanced. All element nodes along E's
1158 * lexicographically merge this attribute list with the nodes of E's attribute axis that are in
1160 * nodes in this merged attribute list.
1206 * are not imported into orphan nodes of the document subset
1234 * All element nodes along E's ancestor axis are examined for the nearest occurrences of simple
1238 * lexicographically merge this attribute list with the nodes of E's attribute axis that are in
1240 * nodes in this merged attribute list.
1400 * Element Nodes
1403 * processing the child nodes of the element that are in the node-set
1408 * nodes of the element that are in the node-set (in document order), an
1541 * Text Nodes
1547 /* cdata sections are processed as text nodes */
1548 /* todo: verify that cdata sections are included in XPath nodes set */
1565 * Processing Instruction (PI) Nodes-
1611 * Comment Nodes
1709 * Processes all nodes in the row starting from cur.
1757 * (in most cases, it is nodes set)
1849 * (in most cases, it is nodes set)
1916 * result of processing each of its child nodes that is in the node-set
1950 * @nodes: the nodes set to be included in the canonized image
1951 * or NULL if all document nodes should be included
1969 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes,
1974 nodes,
1985 * @nodes: the nodes set to be included in the canonized image
1986 * or NULL if all document nodes should be included
2004 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes,
2030 ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,
2054 * @nodes: the nodes set to be included in the canonized image
2055 nodes should be included
2075 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes,
2103 ret = xmlC14NDocSaveTo(doc, nodes, mode, inclusive_ns_prefixes,