Package org.jaxen.pattern
Class PatternParser
java.lang.Object
org.jaxen.pattern.PatternParser
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) protected static Pattern
convertExpr
(Expr expr) protected static LocationPathPattern
convertExpr
(LocationPath locationPath) protected static LocationPathPattern
convertStep
(LocationPathPattern path, Step step) protected static boolean
navigationStep
(Step step) static Pattern
-
Constructor Details
-
PatternParser
public PatternParser()
-
-
Method Details
-
parse
- Throws:
JaxenException
SAXPathException
-
convertExpr
- Throws:
JaxenException
-
convertExpr
- Throws:
JaxenException
-
convertStep
protected static LocationPathPattern convertStep(LocationPathPattern path, Step step) throws JaxenException - Throws:
JaxenException
-
convertDefaultStep
protected static LocationPathPattern convertDefaultStep(LocationPathPattern path, DefaultStep step) throws JaxenException - Throws:
JaxenException
-