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 SummaryNested Classes Modifier and Type Class Description protected static classPatternParser.NameNamespaceCompositeTestDeprecated.
 - 
Constructor SummaryConstructors Constructor Description PatternParser()Deprecated.
 - 
Method SummaryAll 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- 
parsepublic 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
 
 - 
convertExprprotected static org.jaxen.pattern.Pattern convertExpr(org.jaxen.expr.Expr expr) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
- org.jaxen.JaxenException
 
 - 
convertExprprotected static org.jaxen.pattern.LocationPathPattern convertExpr(org.jaxen.expr.LocationPath locationPath) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
- org.jaxen.JaxenException
 
 - 
convertStepprotected static org.jaxen.pattern.LocationPathPattern convertStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.Step step) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
- org.jaxen.JaxenException
 
 - 
convertDefaultStepprotected static org.jaxen.pattern.LocationPathPattern convertDefaultStep(org.jaxen.pattern.LocationPathPattern path, org.jaxen.expr.DefaultStep step) throws org.jaxen.JaxenExceptionDeprecated.- Throws:
- org.jaxen.JaxenException
 
 - 
containsTextNodepublic static boolean containsTextNode(org.jaxen.expr.Expr expr) Deprecated.
 - 
navigationStepprotected static boolean navigationStep(org.jaxen.expr.Step step) Deprecated.
 
- 
 
-