Class xrx.xpath.Literal
Extends
.
Defined in: literal.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.xpath.Literal(text)
Constructs a string literal expression.
|
Method Attributes | Method Name and Description |
---|---|
evaluate(context)
|
|
toString()
|
Class Detail
xrx.xpath.Literal(text)
Constructs a string literal expression.
- Parameters:
- {string} text
- The text value of the literal.
Method Detail
{string}
evaluate(context)
- Parameters:
- context
- Returns:
- {string} The string result.
toString()