jd.xml.xslt.parser
Class ExcludedUris
java.lang.Object
jd.xml.xslt.parser.ExcludedUris
- class ExcludedUris
- extends Object
A helper class that keeps track of excluded namespace uris.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
add
public static ExcludedUris add(String uri,
ExcludedUris next)
remove
public static ExcludedUris remove(String uri,
ExcludedUris next)
isExcluded
public boolean isExcluded(String uri)