net.simplace.util.service.DTDResolver
DTD-Resolver for XML-Entries
public class DTDResolver implements org.xml.sax.EntityResolver {
// Public Constructors
public DTDResolver();
// Public Instance Methods public InputSource resolveEntity(String aPublicID, String aSystemID);
// From org.xml.sax.EntityResolver
Implements EntityResolver
Get a DTD-Input-Source resolving the SystemID
Valid SystemID�s are URL�s ending with ".dtd" or ".dtd/" (ignor case)
// Protected Instance Methods protected void finalize(); // Overrides java.lang.Object
}