net.sf.saxon.expr
public class StringLiteral extends Literal
Constructor Summary | |
---|---|
StringLiteral(StringValue value)
Create a StringLiteral that wraps a StringValue | |
StringLiteral(CharSequence value)
Create a StringLiteral that wraps any CharSequence (including, of course, a String) |
Method Summary | |
---|---|
Expression | copy() |
String | getStringValue()
Get the string represented by this StringLiteral |
Parameters: value the StringValue
Parameters: value the CharSequence to be wrapped
Returns: the underlying string