Class PatternParser
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.PatternParser
-
public class PatternParser extends Object
Deprecated.will be removed in Jaxen 2.0PatternParseris a helper class for parsing XSLT patterns- Author:
- James Strachan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classPatternParser.NameNamespaceCompositeTestDeprecated.
-
Constructor Summary
Constructors Constructor Description PatternParser()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancontainsTextNode(org.jaxen.expr.Expr expr)Deprecated.protected static org.jaxen.pattern.LocationPathPatternconvertDefaultStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.DefaultStep step)Deprecated.protected static org.jaxen.pattern.PatternconvertExpr(org.jaxen.expr.Expr expr)Deprecated.protected static org.jaxen.pattern.LocationPathPatternconvertExpr(org.jaxen.expr.LocationPath locationPath)Deprecated.protected static org.jaxen.pattern.LocationPathPatternconvertStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.Step step)Deprecated.protected static booleannavigationStep(org.jaxen.expr.Step step)Deprecated.static org.jaxen.pattern.Patternparse(String text)Deprecated.
-
-
-
Method Detail
-
parse
public static org.jaxen.pattern.Pattern parse(String text) throws org.jaxen.JaxenException, org.jaxen.saxpath.SAXPathException
Deprecated.- Throws:
org.jaxen.JaxenExceptionorg.jaxen.saxpath.SAXPathException
-
convertExpr
protected static org.jaxen.pattern.Pattern convertExpr(org.jaxen.expr.Expr expr) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
org.jaxen.JaxenException
-
convertExpr
protected static org.jaxen.pattern.LocationPathPattern convertExpr(org.jaxen.expr.LocationPath locationPath) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
org.jaxen.JaxenException
-
convertStep
protected static org.jaxen.pattern.LocationPathPattern convertStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.Step step) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
org.jaxen.JaxenException
-
convertDefaultStep
protected static org.jaxen.pattern.LocationPathPattern convertDefaultStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.DefaultStep step) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
org.jaxen.JaxenException
-
containsTextNode
public static boolean containsTextNode(org.jaxen.expr.Expr expr)
Deprecated.
-
navigationStep
protected static boolean navigationStep(org.jaxen.expr.Step step)
Deprecated.
-
-