Home
last modified time | relevance | path

Searched defs:nodelist (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSet.java89 public NodeSet(NodeList nodelist) in NodeSet()
103 public NodeSet(NodeSet nodelist) in NodeSet() method in NodeSet
431 public void addNodes(NodeList nodelist) in addNodes()
516 public void addNodesInDocOrder(NodeList nodelist, XPathContext support) in addNodesInDocOrder()
572 NodeList nodelist, XPathContext support) in addNodesInDocOrder()
DNodeSetDTM.java108 public NodeSetDTM(NodeSetDTM nodelist) in NodeSetDTM() method in NodeSetDTM
/external/python/cpython3/Doc/includes/
Dminidom-example.py21 def getText(nodelist): argument
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSetForDOM.java120 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSetForDOM
DXNodeSet.java344 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSet
346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); in nodelist() local
DXObject.java452 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XObject
/external/dtc/
Ddtc-parser.y48 struct node *nodelist; member