org.oXML.xpath.step
Class PredicatedStep
java.lang.Object
org.oXML.xpath.step.Step
org.oXML.xpath.step.PredicatedStep
- public class PredicatedStep
- extends Step
represents an XPath Step with one or more Predicates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PredicatedStep
public PredicatedStep(Axis axis,
NodeTest test,
java.util.List predicates)
PredicatedStep
public PredicatedStep(NodeTest test,
java.util.List predicates)
bind
public void bind(Resolver ctxt)
throws ObjectBoxException
- Overrides:
bind in class Step
- Throws:
ObjectBoxException
eval
public NodeIterator eval(NodeIterator parent,
RuntimeContext ctxt)
throws XPathException
- Overrides:
eval in class Step
- Throws:
XPathException
toString
public java.lang.String toString()
- Overrides:
toString in class Step
write
public void write(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
- Overrides:
write in class Step
- Throws:
org.xml.sax.SAXException