org.jaxen.pattern
Class PatternParser
java.lang.Object
|
+--org.jaxen.pattern.PatternParser
- public class PatternParser
- extends Object
PatternParser
is a helper class for parsing
XSLT patterns
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternParser
public PatternParser()
parse
public static Pattern parse(String text)
throws JaxenException,
SAXPathException
JaxenException
SAXPathException
convertExpr
protected static Pattern convertExpr(Expr expr)
throws JaxenException
JaxenException
convertExpr
protected static LocationPathPattern convertExpr(LocationPath locationPath)
throws JaxenException
JaxenException
convertStep
protected static LocationPathPattern convertStep(LocationPathPattern path,
Step step)
throws JaxenException
JaxenException
convertDefaultStep
protected static LocationPathPattern convertDefaultStep(LocationPathPattern path,
DefaultStep step)
throws JaxenException
JaxenException
navigationStep
protected static boolean navigationStep(Step step)
Copyright © 2001-2003 Codehaus. All Rights Reserved.