Package org.jaxen.pattern
Class PatternParser
java.lang.Object
org.jaxen.pattern.PatternParser
Deprecated.
will be removed in Jaxen 2.0
PatternParser
is a helper class for parsing
XSLT patterns- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static LocationPathPattern
convertDefaultStep
(LocationPathPattern path, DefaultStep step) Deprecated.protected static Pattern
convertExpr
(Expr expr) Deprecated.protected static LocationPathPattern
convertExpr
(LocationPath locationPath) Deprecated.protected static LocationPathPattern
convertStep
(LocationPathPattern path, Step step) Deprecated.protected static boolean
navigationStep
(Step step) Deprecated.static Pattern
Deprecated.
-
Constructor Details
-
PatternParser
public PatternParser()Deprecated.
-
-
Method Details
-
parse
Deprecated.- Throws:
JaxenException
SAXPathException
-
convertExpr
Deprecated.- Throws:
JaxenException
-
convertExpr
Deprecated.- Throws:
JaxenException
-
convertStep
protected static LocationPathPattern convertStep(LocationPathPattern path, Step step) throws JaxenException Deprecated.- Throws:
JaxenException
-
convertDefaultStep
protected static LocationPathPattern convertDefaultStep(LocationPathPattern path, DefaultStep step) throws JaxenException Deprecated.- Throws:
JaxenException
-