org.oXML.xpath.step
Class LiteralExpression

java.lang.Object
  extended byorg.oXML.xpath.step.LiteralExpression
All Implemented Interfaces:
Expression

public class LiteralExpression
extends java.lang.Object
implements Expression


Field Summary
 
Fields inherited from interface org.oXML.xpath.Expression
OUTPUT_NS
 
Constructor Summary
LiteralExpression(java.lang.String value)
           
 
Method Summary
 void bind(Resolver ctxt)
           
 Node evaluate(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

LiteralExpression

public LiteralExpression(java.lang.String value)
Method Detail

bind

public void bind(Resolver ctxt)
          throws XPathException
Specified by:
bind in interface Expression
Throws:
XPathException

evaluate

public Node evaluate(RuntimeContext ctxt)
Specified by:
evaluate in interface Expression

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