Home
last modified time | relevance | path

Searched refs:visitLocationPath (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathVisitor.java60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) in visitLocationPath() method in XPathVisitor
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkingIterator.java304 if(visitor.visitLocationPath(owner, this)) in callVisitors()
DLocPathIterator.java922 if(visitor.visitLocationPath(owner, this)) in callVisitors()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java1075 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path) in visitLocationPath() method in RedundentExprEliminator