Home
last modified time | relevance | path

Searched refs:getCurrentNode (Results 1 – 25 of 70) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DXalanTransformState.java67 int currentNodeHandle = m_transformer.getCurrentNode(); in resetState()
88 public Node getCurrentNode() { in getCurrentNode() method in XalanTransformState
92 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getCurrentNode()); in getCurrentNode()
93 return dtm.getNode(m_transformer.getCurrentNode()); in getCurrentNode()
DTransformState.java73 Node getCurrentNode(); in getCurrentNode() method
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncKey.java62 int context = xctxt.getCurrentNode(); in execute()
122 nl.setRoot(xctxt.getCurrentNode(), xctxt); in execute()
135 int current = xctxt.getCurrentNode(); in execute()
146 nodes.setRoot(xctxt.getCurrentNode(), xctxt); in execute()
DElemExsltFuncResult.java64 int sourceNode = context.getCurrentNode(); in execute()
DElemApplyImport.java80 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute()
DElemParam.java116 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute()
DElemIf.java131 int sourceNode = xctxt.getCurrentNode(); in execute()
DElemChoose.java96 int sourceNode = xctxt.getCurrentNode(); in execute()
DElemCopy.java96 int sourceNode = xctxt.getCurrentNode(); in execute()
DElemPI.java130 int sourceNode = xctxt.getCurrentNode(); in execute()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFunctionDef1Arg.java56 ? xctxt.getCurrentNode() : m_arg0.asNode(xctxt); in getArg0AsNode()
86 int currentNode = xctxt.getCurrentNode(); in getArg0AsString()
119 int currentNode = xctxt.getCurrentNode(); in getArg0AsNumber()
DFuncCount.java58 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
DFuncUnparsedEntityURI.java47 int context = xctxt.getCurrentNode(); in execute()
DFuncSum.java49 DTMIterator nodes = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
DFuncLang.java48 int parent = xctxt.getCurrentNode(); in execute()
DFuncPosition.java76 int n = cnl.getCurrentNode(); in getPositionInContextNodeList()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DContextMatchStepPattern.java64 if (xctxt.getIteratorRoot() == xctxt.getCurrentNode()) in execute()
91 int context = xctxt.getCurrentNode(); in executeRelativePathPattern()
96 int predContext = xctxt.getCurrentNode(); in executeRelativePathPattern()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java212 iter.setRoot(xctxt.getCurrentNode(), xctxt); in execute()
238 int current = xctxt.getCurrentNode(); in executeCharsToContentHandler()
298 int current = xctxt.getCurrentNode(); in asNode()
782 public int getCurrentNode() in getCurrentNode() method in LocPathIterator
DContextNodeList.java41 public Node getCurrentNode(); in getCurrentNode() method
DSelfIteratorNoPredicate.java110 return xctxt.getCurrentNode(); in asNode()
DChildIterator.java69 int current = xctxt.getCurrentNode(); in asNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java209 public int getCurrentNode(); in getCurrentNode() method
/external/llvm/lib/ObjectYAML/
DObjectYAML.cpp48 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DObjectYAML.cpp55 } else if (const Node *N = In.getCurrentNode()) { in mapping()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathContext.java734 public final int getCurrentNode() in getCurrentNode() method in XPathContext
1031 return this.getCurrentNode(); in getContextNode()
1100 int context = getCurrentNode(); in getContextNode()

123