org.jaxen.pattern
public class PatternParser extends Object
PatternParser is a helper class for parsing
XSLT patterns
| Field Summary | |
|---|---|
| static boolean | TRACE |
| static boolean | USE_HANDLER |
| Method Summary | |
|---|---|
| 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) |