Home
last modified time | relevance | path

Searched refs:pushCurrentNode (Results 1 – 23 of 23) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTreeWalker2Result.java111 xcntxt.pushCurrentNode(node); in startNode()
145 xcntxt.pushCurrentNode(node); in startNode()
DTransformerImpl.java2058 m_xcontext.pushCurrentNode(child); in applyTemplateToNode()
2145 xctxt.pushCurrentNode(xctxt.getDTMHandleFromNode(context)); in executeChildTemplates()
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DContextMatchStepPattern.java117 xctxt.pushCurrentNode(relative); in executeRelativePathPattern()
145 xctxt.pushCurrentNode(arelative); in executeRelativePathPattern()
DStepPattern.java442 xctxt.pushCurrentNode(child); in checkProximityPosition()
541 xctxt.pushCurrentNode(child); in getProximityPosition()
680 xctxt.pushCurrentNode(relative); in executeRelativePathPattern()
896 xctxt.pushCurrentNode(context); in getMatchScore()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DOneStepIterator.java207 xctxt.pushCurrentNode(root); in getProximityPosition()
269 xctxt.pushCurrentNode(root); in getLength()
DUnionChildIterator.java118 xctxt.pushCurrentNode(n); in acceptNode()
DPredicatedNodeTest.java337 xctxt.pushCurrentNode(context); in executePredicates()
468 xctxt.pushCurrentNode(n); in acceptNode()
DFilterExprIteratorSimple.java99 xctxt.pushCurrentNode(context); in executeFilterExpr()
DMatchPatternIterator.java292 xctxt.pushCurrentNode(n); in acceptNode()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java97 xctxt.pushCurrentNode(sourceNode); in execute()
DElemWithParam.java197 xctxt.pushCurrentNode(sourceNode); in getValue()
DElemVariable.java268 xctxt.pushCurrentNode(sourceNode); in getValue()
DElemForEach.java344 xctxt.pushCurrentNode(DTM.NULL); in transformSelectedNodes()
DElemApplyTemplates.java211 xctxt.pushCurrentNode(DTM.NULL); in transformSelectedNodes()
/external/webkit/Source/WebCore/dom/
DXMLDocumentParser.cpp79 void XMLDocumentParser::pushCurrentNode(Node* n) in pushCurrentNode() function in WebCore::XMLDocumentParser
180 pushCurrentNode(newNode.get()); in enterText()
DXMLDocumentParser.h277 void pushCurrentNode(Node*);
DXMLDocumentParserQt.cpp542 pushCurrentNode(newElement.get()); in parseStartElement()
DXMLDocumentParserLibxml2.cpp827 pushCurrentNode(newElement.get()); in startElementNs()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java482 xctxt.pushCurrentNode(context); in getMatchScore()
DXPathContext.java791 public final void pushCurrentNode(int n) in pushCurrentNode() method in XPathContext
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2416959 (WebCore::XMLTokenizer::pushCurrentNode):
16970 (WebCore::XMLTokenizer::pushCurrentNode):
25070 (WebCore::XMLTokenizer::pushCurrentNode):
DChangeLog-2010-01-2941182 (WebCore::XMLTokenizer::pushCurrentNode): Push the new node onto stack.
41187 (WebCore::XMLTokenizer::enterText): Call pushCurrentNode().
41193 (WebCore::XMLTokenizer::startElementNs): Call pushCurrentNode().
DChangeLog-2010-12-06114974 (WebCore::XMLDocumentParser::pushCurrentNode):
123118 (WebCore::XMLDocumentParser::pushCurrentNode):