public class PatternParser
extends java.lang.Object
PatternParser is a helper class for parsing
XSLT patterns| Modifier and Type | Field and Description |
|---|---|
private static boolean |
TRACE
Deprecated.
|
private static boolean |
USE_HANDLER
Deprecated.
|
| Constructor and Description |
|---|
PatternParser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected static LocationPathPattern |
convertDefaultStep(LocationPathPattern path,
DefaultStep step)
Deprecated.
|
protected static Pattern |
convertExpr(Expr expr)
Deprecated.
|
protected static LocationPathPattern |
convertExpr(LocationPath locationPath)
Deprecated.
|
protected static LocationPathPattern |
convertStep(LocationPathPattern path,
Step step)
Deprecated.
|
protected static boolean |
navigationStep(Step step)
Deprecated.
|
static Pattern |
parse(java.lang.String text)
Deprecated.
|
private static final boolean TRACE
private static final boolean USE_HANDLER
public static Pattern parse(java.lang.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)