OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnl
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java
72
DTMIterator
cnl
= xctxt.getContextNodeList();
local
74
if (null !=
cnl
)
76
int n =
cnl
.getCurrentNode();
79
if(
cnl
.getCurrentPos() == 0)
89
cnl
=
cnl
.cloneWithReset();
97
while(DTM.NULL != (n =
cnl
.nextNode()))
104
// System.out.println("FuncPosition-
cnl
.getCurrentPos(): "+
cnl
.getCurrentPos());
105
return
cnl
.getCurrentPos()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java
1044
DTMIterator
cnl
= getContextNodeList();
local
1046
if (null !=
cnl
)
1047
return
cnl
.cloneWithReset();
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java
2063
DTMIterator
cnl
= new org.apache.xpath.NodeSetDTM(child, m_xcontext.getDTMManager());
local
2550
DTMIterator
cnl
= m_xcontext.getContextNodeList();
local
[
all
...]
Completed in 92 milliseconds