public final class ExpressionParser
extends java.lang.Object
Constructor | Description |
---|---|
ExpressionParser() |
Modifier and Type | Method | Description |
---|---|---|
static Expression |
makeSystemFunction(java.lang.String name) |
Make a system function (one whose name has no prefix).
|
Expression |
parse(java.lang.String expression,
StaticContext env) |
Parse a string representing an expression
|
Pattern |
parsePattern(java.lang.String pattern,
StaticContext env) |
Parse a string representing a pattern
|
public Expression parse(java.lang.String expression, StaticContext env) throws XPathException
XPathException
public Pattern parsePattern(java.lang.String pattern, StaticContext env) throws XPathException
XPathException
public static Expression makeSystemFunction(java.lang.String name)