Searched refs:nodelist (Results 1 – 15 of 15) sorted by relevance
215 NodeList nodelist = getNodeList(document, xpath); in findAndReplace() local217 if (nodelist != null && nodelist.getLength()>0) { in findAndReplace()218 for (int i=0; i<nodelist.getLength(); i++) { in findAndReplace()219 Node node = (Node)nodelist.item(i); in findAndReplace()223 aNode = (Attr)nodelist.item(i); in findAndReplace()228 aNode = (Element)nodelist.item(i); in findAndReplace()233 aNode = (Text)nodelist.item(i); in findAndReplace()278 NodeList nodelist = getNodeList(document, xpath.substring(0, xpath.lastIndexOf("/"))); in getParentNode() local279 if (nodelist !=null && nodelist.getLength()>0) in getParentNode()281 for (int i=0; i<nodelist.getLength(); i++) { in getParentNode()[all …]
89 public NodeSet(NodeList nodelist) in NodeSet() argument94 addNodes(nodelist); in NodeSet()103 public NodeSet(NodeSet nodelist) in NodeSet() argument108 addNodes((NodeIterator) nodelist); in NodeSet()431 public void addNodes(NodeList nodelist) in addNodes() argument437 if (null != nodelist) // defensive to fix a bug that Sanjiva reported. in addNodes()439 int nChildren = nodelist.getLength(); in addNodes()443 Node obj = nodelist.item(i); in addNodes()516 public void addNodesInDocOrder(NodeList nodelist, XPathContext support) in addNodesInDocOrder() argument522 int nChildren = nodelist.getLength(); in addNodesInDocOrder()[all …]
108 public NodeSetDTM(NodeSetDTM nodelist) in NodeSetDTM() argument112 m_manager = nodelist.getDTMManager(); in NodeSetDTM()113 m_root = nodelist.getRoot(); in NodeSetDTM()115 addNodes((DTMIterator) nodelist); in NodeSetDTM()
170 return list.nodelist(); in selectNodeList()
225 return list.nodelist(); in selectNodeList()
11 define void @localize_local(%node_t* %nodelist) {13 %nodelist.upgrd.1 = alloca %node_t* ; <%node_t**> [#uses=2]14 store %node_t* %nodelist, %node_t** %nodelist.upgrd.118 %reg107 = load %node_t*, %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2]
120 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSetForDOM123 ? (NodeList)m_origObj : super.nodelist(); in nodelist()
344 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSet346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); in nodelist() local351 XNodeSet clone = (XNodeSet)nodelist.getDTMIterator(); in nodelist()353 return nodelist; in nodelist()
452 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XObject
137 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction()188 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction()
357 return resultObject.nodelist(); in getResultAsType()
329 return resultObject.nodelist(); in getResultAsType()
575 char *nodelist; in str_numa_mpol_cb() local581 nodelist = strchr(input, ':'); in str_numa_mpol_cb()582 if (nodelist) { in str_numa_mpol_cb()584 *nodelist++ = '\0'; in str_numa_mpol_cb()603 if (nodelist) { in str_numa_mpol_cb()604 char *rest = nodelist; in str_numa_mpol_cb()620 if (!nodelist) in str_numa_mpol_cb()621 nodelist = strdup("all"); in str_numa_mpol_cb()628 if (nodelist) { in str_numa_mpol_cb()637 if (!nodelist) { in str_numa_mpol_cb()[all …]
1058 <mode>[:<nodelist>]
17599 need to compare nodelist still ...