XPathVisitablepublic interface XPathVisitable A class that implements this interface will call a XPathVisitor
for itself and members within it's heararchy. If the XPathVisitor's
method returns false, the sub-member heararchy will not be
traversed. |
(Omit source code)
|