Class DTDResolver

  • All Implemented Interfaces:
    org.xml.sax.EntityResolver

    public class DTDResolver
    extends java.lang.Object
    implements org.xml.sax.EntityResolver
    Entity resolved for resolving DSML DTD and Schema public/system identifiers into local copies.
    Version:
    $Revision: 8145 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
    Author:
    Assaf Arkin
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DTDResolver.DTD  
    • Constructor Summary

      Constructors 
      Constructor Description
      DTDResolver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xml.sax.InputSource resolveEntity​(java.lang.String publicId, java.lang.String systemId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DTDResolver

        public DTDResolver()
    • Method Detail

      • resolveEntity

        public org.xml.sax.InputSource resolveEntity​(java.lang.String publicId,
                                                     java.lang.String systemId)
        Specified by:
        resolveEntity in interface org.xml.sax.EntityResolver