org.oXML.xpath.step
Class AbsoluteLocationPath
java.lang.Object
org.oXML.xpath.step.AbsoluteLocationPath
- All Implemented Interfaces:
- Expression, LocationPath
- Direct Known Subclasses:
- AbbreviatedAbsoluteLocationPath
- public class AbsoluteLocationPath
- extends java.lang.Object
- implements LocationPath
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbsoluteLocationPath
public AbsoluteLocationPath()
AbsoluteLocationPath
public AbsoluteLocationPath(RelativeLocationPath path)
bind
public void bind(Resolver ctxt)
throws ObjectBoxException
- Specified by:
bind in interface Expression
- Throws:
ObjectBoxException
getSteps
public Step[] getSteps()
- Specified by:
getSteps in interface LocationPath
evaluate
public Node evaluate(RuntimeContext ctxt)
throws XPathException
- Specified by:
evaluate in interface Expression
- Throws:
XPathException
eval
public NodeIterator eval(NodeIterator nit,
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
- Specified by:
write in interface Expression
- Throws:
org.xml.sax.SAXException