Package org.jaxen.pattern
Class PatternParser
- java.lang.Object
-
- org.jaxen.pattern.PatternParser
-
public class PatternParser extends java.lang.ObjectDeprecated.will be removed in Jaxen 2.0PatternParseris a helper class for parsing XSLT patterns
-
-
Field Summary
Fields Modifier and Type Field Description private static booleanTRACEDeprecated.private static booleanUSE_HANDLERDeprecated.
-
Constructor Summary
Constructors Constructor Description PatternParser()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected 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 Patternparse(java.lang.String text)Deprecated.
-
-
-
Field Detail
-
TRACE
private static final boolean TRACE
Deprecated.- See Also:
- Constant Field Values
-
USE_HANDLER
private static final boolean USE_HANDLER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static Pattern parse(java.lang.String text) throws JaxenException, SAXPathException
Deprecated.- Throws:
JaxenExceptionSAXPathException
-
convertExpr
protected static Pattern convertExpr(Expr expr) throws JaxenException
Deprecated.- Throws:
JaxenException
-
convertExpr
protected static LocationPathPattern convertExpr(LocationPath locationPath) throws JaxenException
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
-
navigationStep
protected static boolean navigationStep(Step step)
Deprecated.
-
-