com.raritantechnologies.xml.sax.filter.xPath
Interface XPathPredicate

All Known Implementing Classes:
XPathAttribute, XPathPosition

public interface XPathPredicate

Interface for objects that can match XPath predicate expressions.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 boolean matches(int position, org.xml.sax.Attributes attributes)
           
 

Method Detail

matches

public boolean matches(int position,
                       org.xml.sax.Attributes attributes)