public class PatternParser extends Object
PatternParser
is a helper class for parsing
XSLT patternsConstructor and Description |
---|
PatternParser() |
Modifier and Type | Method and Description |
---|---|
protected static LocationPathPattern |
convertDefaultStep(LocationPathPattern path,
DefaultStep step) |
protected static Pattern |
convertExpr(Expr expr) |
protected static LocationPathPattern |
convertExpr(LocationPath locationPath) |
protected static LocationPathPattern |
convertStep(LocationPathPattern path,
Step step) |
protected static boolean |
navigationStep(Step step) |
static Pattern |
parse(String text) |
public static Pattern parse(String text) throws JaxenException, SAXPathException
JaxenException
SAXPathException
protected static Pattern convertExpr(Expr expr) throws JaxenException
JaxenException
protected static LocationPathPattern convertExpr(LocationPath locationPath) throws JaxenException
JaxenException
protected static LocationPathPattern convertStep(LocationPathPattern path, Step step) throws JaxenException
JaxenException
protected static LocationPathPattern convertDefaultStep(LocationPathPattern path, DefaultStep step) throws JaxenException
JaxenException
protected static boolean navigationStep(Step step)
Copyright © 2001–2015 Codehaus. All rights reserved.