org.oXML.xpath.step
Class Predicate

java.lang.Object
  extended byorg.oXML.xpath.step.Predicate

public class Predicate
extends java.lang.Object


Constructor Summary
Predicate(Expression expr)
           
 
Method Summary
 void bind(Resolver ctxt)
           
 Nodeset eval(Nodeset parent, RuntimeContext ctxt)
           
 java.lang.String toString()
           
 void write(org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicate

public Predicate(Expression expr)
Method Detail

bind

public void bind(Resolver ctxt)
          throws ObjectBoxException
Throws:
ObjectBoxException

eval

public Nodeset eval(Nodeset parent,
                    RuntimeContext ctxt)
             throws XPathException
Throws:
XPathException

toString

public java.lang.String toString()

write

public void write(org.xml.sax.ContentHandler handler)
           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException