Ejemplo n.º 1
0
 /**
  * @see com.sun.org.apache.xpath.internal.XPathVisitable#callVisitors(ExpressionOwner,
  *     XPathVisitor)
  */
 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor) {
   if (visitor.visitLocationPath(owner, this)) {
     if (null != m_firstWalker) {
       m_firstWalker.callVisitors(this, visitor);
     }
   }
 }