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 booleanDeprecated.private static final booleanDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static LocationPathPatternconvertDefaultStep(LocationPathPattern path, DefaultStep step) Deprecated.protected static PatternconvertExpr(Expr expr) Deprecated.protected static LocationPathPatternconvertExpr(LocationPath locationPath) Deprecated.protected static LocationPathPatternconvertStep(LocationPathPattern path, Step step) Deprecated.protected static booleannavigationStep(Step step) Deprecated.static PatternDeprecated.
-
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:
JaxenExceptionSAXPathException
-
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
-