Searched refs:nodeset (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/doc/tutorial/
H A Dincludexpath.c48 xmlNodeSetPtr nodeset;
62 nodeset = result->nodesetval;
63 for (i=0; i < nodeset->nodeNr; i++) {
64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Ddynamic.c100 xmlNodeSetPtr nodeset = NULL; local
121 nodeset = xmlXPathPopNodeSet(ctxt);
127 if (nodeset != NULL)
128 xmlXPathFreeNodeSet(nodeset);
164 if (nodeset && nodeset->nodeNr > 0) {
165 xmlXPathNodeSetSort(nodeset);
166 ctxt->context->contextSize = nodeset->nodeNr;
168 for (i = 0; i < nodeset->nodeNr; i++) {
172 ctxt->context->node = nodeset
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_realizable.tcl68 set nodeset [$t leaves]
71 $q query tree withatt op * over n {lappend nodeset $n}
72 $q query tree withatt op ? over n {lappend nodeset $n}
84 page::util::flow $nodeset flow n {
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl482 set nodeset {}
487 set nodeset [dom::node children [dom::node parent $node]]
494 lappend nodeset $child
505 lappend nodeset $child
517 if {[lsearch $nodeset $node] + 1 == $predicate} {
H A Ddomimpl.tcl462 # Returns nodeset in the given document matching an XPath expression
1506 # Returns nodeset in this document matching an XPath expression.
3796 # Reduce nodeset to those nodes of element type
3799 # nodeset set of nodes
3802 # Returns nodeset in which all nodes are element type
3804 proc dom::tcl::XPath:SN:GetElementTypeNodes nodeset {
3806 foreach node $nodeset {
3874 # nodeset nodes to be tested and descended
3878 # Returned nodeset of nodes which pass the test
3880 proc dom::tcl::XPath:SN:DescendAndTest {nodeset tes
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql84.tcl329 set nodeset $node
332 foreach d [$self do_subtree $child] {lappend nodeset $d}
334 #puts stderr "do_subtree $node -> $nodeset"
335 return $nodeset
341 set nodeset {}
343 foreach d [lrange [$self do_subtree $node] 1 end] {lappend nodeset $d}
345 set nodes $nodeset
351 set nodeset {}
353 foreach d [$self do_subtree $node] {lappend nodeset $d}
355 set nodes $nodeset
[all...]
H A Dtreeql85.tcl324 set nodeset $node
328 lappend nodeset {*}$descendants
330 #puts stderr "do_subtree $node -> $nodeset"
331 return $nodeset
337 set nodeset {}
341 lappend nodeset {*}$descendants
343 set nodes $nodeset
349 set nodeset {}
352 lappend nodeset {*}$descendants
354 set nodes $nodeset
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dxpath_parser.rb65 def parse path, nodeset
69 #puts "PARSE: nodeset = #{nodeset.inspect}"
70 match( path_stack, nodeset )
73 def get_first path, nodeset
77 #puts "PARSE: nodeset = #{nodeset.inspect}"
78 first( path_stack, nodeset )
81 def predicate path, nodeset
83 expr( path_stack, nodeset )
[all...]

Completed in 204 milliseconds