Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xpath.operations
Class Lt  view Lt download Lt.java

java.lang.Object
  extended byorg.apache.xpath.Expression
      extended byorg.apache.xpath.operations.Operation
          extended byorg.apache.xpath.operations.Lt
All Implemented Interfaces:
org.apache.xpath.ExpressionNode, org.apache.xpath.ExpressionOwner, java.io.Serializable, javax.xml.transform.SourceLocator, org.apache.xpath.XPathVisitable

public class Lt
extends Operation

The '<' operation expression executer.


Nested Class Summary
 
Nested classes inherited from class org.apache.xpath.operations.Operation
Operation.LeftExprOwner
 
Field Summary
 
Fields inherited from class org.apache.xpath.operations.Operation
m_left, m_right
 
Fields inherited from class org.apache.xpath.Expression
 
Constructor Summary
Lt()
           
 
Method Summary
 org.apache.xpath.objects.XObject operate(org.apache.xpath.objects.XObject left, org.apache.xpath.objects.XObject right)
          Apply the operation to two operands, and return the result.
 
Methods inherited from class org.apache.xpath.operations.Operation
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, fixupVariables, getExpression, getLeftOperand, getRightOperand, setExpression, setLeftRight
 
Methods inherited from class org.apache.xpath.Expression
asIterator, asIteratorRaw, asNode, assertion, bool, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lt

public Lt()
Method Detail

operate

public org.apache.xpath.objects.XObject operate(org.apache.xpath.objects.XObject left,
                                                org.apache.xpath.objects.XObject right)
                                         throws javax.xml.transform.TransformerException
Apply the operation to two operands, and return the result.

Overrides:
operate in class Operation