com.smallx.xml.xslt.xt.xpath
Class PatternList

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.xpath.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(Item node, ExprContext context)
           
 java.util.Iterator getAll(Item 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(Item node,
                            ExprContext context)
                     throws XPathException
Throws:
XPathException

getAll

public java.util.Iterator getAll(Item node,
                                 ExprContext context)
                          throws XPathException
Throws:
XPathException

add

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