org.oXML.xpath
Class MixedExpression

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

public class MixedExpression
extends java.lang.Object
implements Expression


Field Summary
 
Fields inherited from interface org.oXML.xpath.Expression
OUTPUT_NS
 
Constructor Summary
MixedExpression(Expression[] expressions)
           
MixedExpression(java.util.List list)
           
 
Method Summary
 void bind(Resolver ctxt)
           
 Node evaluate(RuntimeContext ctxt)
           
 void write(org.xml.sax.ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedExpression

public MixedExpression(Expression[] expressions)

MixedExpression

public MixedExpression(java.util.List list)
Method Detail

bind

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

evaluate

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

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