OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nodeset
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java
107
public NodeIterator
nodeset
() throws javax.xml.transform.TransformerException
method in class:XNodeSetForDOM
110
? (NodeIterator)m_origObj : super.
nodeset
();
XObject.java
97
* Calling this with a value of false on a XNodeSet will cause the
nodeset
198
/** Constant for
NODESET
object type */
276
* @return True if there is a next node in the
nodeset
436
public NodeIterator
nodeset
() throws javax.xml.transform.TransformerException
method in class:XObject
542
//
nodeset
comparisons, we always call the
543
//
nodeset
function. Because the arguments
566
//
nodeset
comparisons, we always call the
567
//
nodeset
function. Because the arguments
590
//
nodeset
comparisons, we always call the
591
//
nodeset
function. Because the arguments
[
all
...]
XNodeSet.java
34
* This class represents an XPath
nodeset
object, and is capable of
35
* converting the
nodeset
to other types, such as a string.
58
final XNodeSet
nodeSet
= (XNodeSet) val;
59
setIter(
nodeSet
.m_iter);
60
m_dtmMgr =
nodeSet
.m_dtmMgr;
61
m_last =
nodeSet
.m_last;
64
if(!
nodeSet
.hasCache())
65
nodeSet
.setShouldCacheNodes(true);
68
setObject(
nodeSet
.getIteratorCache());
93
*
nodeset
to which random nodes may be added
332
public NodeIterator
nodeset
() throws javax.xml.transform.TransformerException
method in class:XNodeSet
[
all
...]
/external/chromium_org/third_party/libxslt/libexslt/
dynamic.c
100
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
->nodeTab[i]
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/
Expression.java
205
* Tell if the expression is a
nodeset
expression. In other words, tell
207
* @return true if the expression can be represented as a
nodeset
.
215
* Return the first node out of the
nodeset
, if this expression is
216
* a
nodeset
expression.
218
* @return the first node out of the
nodeset
, or DTM.NULL.
283
XNodeSet
nodeset
= (XNodeSet)execute(xctxt);
local
284
return
nodeset
.iterRaw();
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 65 milliseconds