/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | XalanTransformState.java | 67 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()
|
D | TransformState.java | 73 Node getCurrentNode(); in getCurrentNode() method
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | FuncKey.java | 62 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()
|
D | ElemExsltFuncResult.java | 64 int sourceNode = context.getCurrentNode(); in execute()
|
D | ElemApplyImport.java | 80 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute()
|
D | ElemParam.java | 116 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute()
|
D | ElemIf.java | 131 int sourceNode = xctxt.getCurrentNode(); in execute()
|
D | ElemChoose.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute()
|
D | ElemCopy.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FunctionDef1Arg.java | 56 ? xctxt.getCurrentNode() : m_arg0.asNode(xctxt); in getArg0AsNode() 86 int currentNode = xctxt.getCurrentNode(); in getArg0AsString() 119 int currentNode = xctxt.getCurrentNode(); in getArg0AsNumber()
|
D | FuncCount.java | 58 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
|
D | FuncUnparsedEntityURI.java | 47 int context = xctxt.getCurrentNode(); in execute()
|
D | FuncSum.java | 49 DTMIterator nodes = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
|
D | FuncLang.java | 48 int parent = xctxt.getCurrentNode(); in execute()
|
D | FuncPosition.java | 76 int n = cnl.getCurrentNode(); in getPositionInContextNodeList()
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
D | ContextMatchStepPattern.java | 64 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/ |
D | LocPathIterator.java | 212 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
|
D | ContextNodeList.java | 41 public Node getCurrentNode(); in getCurrentNode() method
|
D | SelfIteratorNoPredicate.java | 110 return xctxt.getCurrentNode(); in asNode()
|
D | ChildIterator.java | 69 int current = xctxt.getCurrentNode(); in asNode()
|
D | NodeSequence.java | 422 public int getCurrentNode() in getCurrentNode() method in NodeSequence 436 return m_iter.getCurrentNode(); in getCurrentNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMIterator.java | 209 public int getCurrentNode(); in getCurrentNode() method
|
/external/llvm/lib/ObjectYAML/ |
D | ObjectYAML.cpp | 48 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ObjectYAML.cpp | 54 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathContext.java | 734 public final int getCurrentNode() in getCurrentNode() method in XPathContext 1031 return this.getCurrentNode(); in getContextNode() 1100 int context = getCurrentNode(); in getContextNode()
|