org.apache.xpath.operations
Class String

java.lang.Object
  |
  +--org.apache.xpath.Expression
        |
        +--org.apache.xpath.operations.UnaryOperation
              |
              +--org.apache.xpath.operations.String

public class String
extends UnaryOperation


Constructor Summary
String()
           
 
Method Summary
 XObject operate(XObject right)
           
 
Methods inherited from class org.apache.xpath.operations.UnaryOperation
execute, setRight
 
Methods inherited from class org.apache.xpath.Expression
assert, error, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

String

public String()
Method Detail

operate

public XObject operate(XObject right)
                throws SAXException
Overrides:
operate in class UnaryOperation


Copyright © 2000 Apache XML Project. All Rights Reserved.