public interface PatternParser
Modifier and Type | Method and Description |
---|---|
Pattern |
parsePattern(java.lang.String pattern,
StaticContext env)
Parse a string representing an XSLT pattern
|
Pattern parsePattern(java.lang.String pattern, StaticContext env) throws XPathException
pattern
- the pattern expressed as a Stringenv
- the static context for the patternXPathException
- if the pattern contains a syntax errorCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.