com.raritantechnologies.xml.sax.filter.xPath
Class XPathAttribute

java.lang.Object
  extended bycom.raritantechnologies.xml.sax.filter.xPath.XPathAttribute
All Implemented Interfaces:
XPathPredicate

public class XPathAttribute
extends java.lang.Object
implements XPathPredicate

Handles XPath expressions like @attrName=@attrVal.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
XPathAttribute(java.lang.String attrExpr)
           
 
Method Summary
 boolean matches(int position, org.xml.sax.Attributes attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathAttribute

public XPathAttribute(java.lang.String attrExpr)
Method Detail

matches

public boolean matches(int position,
                       org.xml.sax.Attributes attrs)
Specified by:
matches in interface XPathPredicate