jd.xml.xslt.parser
Class ExcludedUris

java.lang.Object
  extended byjd.xml.xslt.parser.ExcludedUris

class ExcludedUris
extends Object

A helper class that keeps track of excluded namespace uris.


Method Summary
static ExcludedUris add(String uri, ExcludedUris next)
           
 boolean isExcluded(String uri)
           
static ExcludedUris remove(String uri, ExcludedUris next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static ExcludedUris add(String uri,
                               ExcludedUris next)

remove

public static ExcludedUris remove(String uri,
                                  ExcludedUris next)

isExcluded

public boolean isExcluded(String uri)