com.icl.saxon.expr
public final class ExpressionParser extends Object
Constructor and Description |
---|
ExpressionParser() |
Modifier and Type | Method and Description |
---|---|
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
|
public Expression parse(String expression, StaticContext env) throws XPathException
XPathException
public Pattern parsePattern(String pattern, StaticContext env) throws XPathException
XPathException
public static Expression makeSystemFunction(String name)