OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setShouldCacheNodes
(Results
1 - 6
of
6
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java
61
* If
setShouldCacheNodes
(true) is called, then nodes will
66
public void
setShouldCacheNodes
(boolean b);
LocPathIterator.java
42
* <p>If
setShouldCacheNodes
(true) is called,
410
* If
setShouldCacheNodes
(true) is called, then nodes will
415
public void
setShouldCacheNodes
(boolean b)
418
assertion(false, "
setShouldCacheNodes
not supported by this iterater!");
NodeSequence.java
169
setShouldCacheNodes
(shouldCacheNodes);
269
setShouldCacheNodes
(true);
411
setShouldCacheNodes
(true);
451
* @see DTMIterator#
setShouldCacheNodes
(boolean)
453
public void
setShouldCacheNodes
(boolean b)
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java
223
* If
setShouldCacheNodes
(true) is called, then nodes will
232
public void
setShouldCacheNodes
(boolean b);
/external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java
39
*
setShouldCacheNodes
(true) be called before the first
788
* If
setShouldCacheNodes
(true) is called, then nodes will
798
public void
setShouldCacheNodes
(boolean b)
803
XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_CALL_SETSHOULDCACHENODE, null)); //"Can not call
setShouldCacheNodes
after nextNode has been called!");
[
all
...]
NodeSetDTM.java
40
*
setShouldCacheNodes
(true) be called before the first
[
all
...]
Completed in 3305 milliseconds