public class PatternParser extends Object
PatternParser is a helper class for parsing
XSLT patterns| Constructor 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
JaxenExceptionSAXPathExceptionprotected static Pattern convertExpr(Expr expr) throws JaxenException
JaxenExceptionprotected static LocationPathPattern convertExpr(LocationPath locationPath) throws JaxenException
JaxenExceptionprotected static LocationPathPattern convertStep(LocationPathPattern path, Step step) throws JaxenException
JaxenExceptionprotected static LocationPathPattern convertDefaultStep(LocationPathPattern path, DefaultStep step) throws JaxenException
JaxenExceptionprotected static boolean navigationStep(Step step)
Copyright © 2013. All Rights Reserved.