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

Constructor Summary
PatternParser()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParser

public PatternParser()
Method Detail

parse

public static Pattern parse(String text)
                     throws JaxenException,
                            org.saxpath.SAXPathException

convertExpr

protected static Pattern convertExpr(Expr expr)
                              throws JaxenException

convertExpr

protected static LocationPathPattern convertExpr(LocationPath locationPath)
                                          throws JaxenException

convertStep

protected static LocationPathPattern convertStep(LocationPathPattern path,
                                                 Step step)
                                          throws JaxenException

convertDefaultStep

protected static LocationPathPattern convertDefaultStep(LocationPathPattern path,
                                                        DefaultStep step)
                                                 throws JaxenException

navigationStep

protected static boolean navigationStep(Step step)


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo