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-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final boolean
Deprecated.private static final boolean
Deprecated. -
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.
-
Field Details
-
TRACE
private static final boolean TRACEDeprecated.- See Also:
-
USE_HANDLER
private static final boolean USE_HANDLERDeprecated.- See Also:
-
-
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
-