com.smallx.xml.xslt.xt.xpath
Interface Pattern

All Known Subinterfaces:
PathPattern, TopLevelPattern
All Known Implementing Classes:
com.smallx.xml.xslt.xt.xpath.PathPatternBase

public interface Pattern


Method Summary
 boolean matches(Item node, ExprContext context)
           
 

Method Detail

matches

public boolean matches(Item node,
                       ExprContext context)
                throws XPathException
Throws:
XPathException