Class PatternParser
- java.lang.Object
-
- org.smooks.engine.resource.config.xpath.PatternParser
-
public class PatternParser extends Object
Deprecated.will be removed in Jaxen 2.0PatternParser
is a helper class for parsing XSLT patterns- Author:
- James Strachan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
PatternParser.NameNamespaceCompositeTest
Deprecated.
-
Constructor Summary
Constructors Constructor Description PatternParser()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
containsTextNode(org.jaxen.expr.Expr expr)
Deprecated.protected static org.jaxen.pattern.LocationPathPattern
convertDefaultStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.DefaultStep step)
Deprecated.protected static org.jaxen.pattern.Pattern
convertExpr(org.jaxen.expr.Expr expr)
Deprecated.protected static org.jaxen.pattern.LocationPathPattern
convertExpr(org.jaxen.expr.LocationPath locationPath)
Deprecated.protected static org.jaxen.pattern.LocationPathPattern
convertStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.Step step)
Deprecated.protected static boolean
navigationStep(org.jaxen.expr.Step step)
Deprecated.static org.jaxen.pattern.Pattern
parse(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.JaxenException
org.jaxen.saxpath.SAXPathException
-
convertExpr
protected static org.jaxen.pattern.Pattern convertExpr(org.jaxen.expr.Expr expr) throws org.jaxen.JaxenException
Deprecated.- Throws:
org.jaxen.JaxenException
-
convertExpr
protected static org.jaxen.pattern.LocationPathPattern convertExpr(org.jaxen.expr.LocationPath locationPath) throws org.jaxen.JaxenException
Deprecated.- 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.JaxenException
Deprecated.- 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.JaxenException
Deprecated.- 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.
-
-