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

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

public class XPathPosition
extends java.lang.Object
implements XPathPredicate

Describes position in an XPath.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Constructor Summary
XPathPosition(int setNumber)
           
 
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

XPathPosition

public XPathPosition(int setNumber)
Method Detail

matches

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