FileDocCategorySizeDatePackage
String.javaAPI DocJava SE 5 API1425Fri Aug 26 14:56:10 BST 2005com.sun.org.apache.xpath.internal.operations

String

public class String extends UnaryOperation
The 'string()' operation expression executer.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xpath.internal.objects.XObjectoperate(com.sun.org.apache.xpath.internal.objects.XObject right)
Apply the operation to two operands, and return the result.

param
right non-null reference to the evaluated right operand.
return
non-null reference to the XObject that represents the result of the operation.
throws
javax.xml.transform.TransformerException

    return (XString)right.xstr(); // semi-safe cast.