Package org.jaxen.pattern
Class PatternParser
- java.lang.Object
-
- org.jaxen.pattern.PatternParser
-
public class PatternParser extends Object
Deprecated.will be removed in Jaxen 2.0PatternParseris a helper class for parsing XSLT patterns- Author:
- James Strachan
-
-
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(String text)Deprecated.
-
-
-
Method Detail
-
parse
public static Pattern parse(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.
-
-