net.sf.saxon.functions
public class UnparsedText extends SystemFunction implements XSLTFunction
| Field Summary | |
|---|---|
| String | expressionBaseURI |
| static int | UNPARSED_TEXT |
| static int | UNPARSED_TEXT_AVAILABLE |
| Method Summary | |
|---|---|
| void | checkArguments(StaticContext env) |
| Item | evaluateItem(XPathContext context)
evaluateItem() handles evaluation of the function:
it returns a String |
| Expression | preEvaluate(StaticContext env)
preEvaluate: this method suppresses compile-time evaluation by doing nothing |