com.jclark.xsl.expr
Class PatternList

java.lang.Object
  extended by com.jclark.xsl.expr.PatternList

public class PatternList
extends java.lang.Object


Constructor Summary
PatternList()
           
 
Method Summary
 void add(PathPattern pp, java.lang.Object obj)
           
 java.lang.Object get(Node node, ExprContext context)
           
 java.util.Enumeration getAll(Node node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternList

public PatternList()
Method Detail

get

public java.lang.Object get(Node node,
                            ExprContext context)
                     throws XSLException
Throws:
XSLException

getAll

public java.util.Enumeration getAll(Node node,
                                    ExprContext context)

add

public void add(PathPattern pp,
                java.lang.Object obj)