com.icl.saxon.expr
public final class ExpressionParser extends Object
Method Summary | |
---|---|
static Expression | makeSystemFunction(String name)
Make a system function (one whose name has no prefix). |
Expression | parse(String expression, StaticContext env)
Parse a string representing an expression |
Pattern | parsePattern(String pattern, StaticContext env)
Parse a string representing a pattern |
Returns: an Expression object representing the result of parsing
UNKNOWN: the expression expressed as a String
Returns: a Pattern object representing the result of parsing
UNKNOWN: the pattern expressed as a String