blob: e23b828359421bebe41989d65dd53f78ca95b8f9 [file] [log] [blame]
/* Generated By:JJTree: Do not edit this line. D:/projects/xml-xalan-xslt20/xpath_rwapi/src2/org/apache/xpath/impl/parser\XPathVisitor.java */
package org.apache.xpath.impl.parser;
public interface XPathVisitor
{
public Object visit(SimpleNode node, Object data);
}