Package org.jaxen.pattern
Class PatternParser
- java.lang.Object
-
- org.jaxen.pattern.PatternParser
-
public class PatternParser extends java.lang.Object
Deprecated.will be removed in Jaxen 2.0PatternParser
is a helper class for parsing XSLT patterns
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
TRACE
Deprecated.private static boolean
USE_HANDLER
Deprecated.
-
Constructor Summary
Constructors Constructor Description PatternParser()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected 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
parse(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:
JaxenException
SAXPathException
-
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.
-
-