Documentation of 'jas2.util.xml.ClassPathEntityResolver' Java class
ClassPathEntityResolver
jas2.util.xml

Class ClassPathEntityResolver

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


    public class ClassPathEntityResolver
    extends java.lang.Object
    implements org.xml.sax.EntityResolver
    An implementation of an EntityResolver which can be used to locate DTD files located on the current java class path
    • Constructor Summary

      Constructors 
      Constructor and Description
      ClassPathEntityResolver(java.lang.String DTDName, java.lang.Class root)
      Constructor
    • Method Summary

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

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

      • ClassPathEntityResolver

        public ClassPathEntityResolver(java.lang.String DTDName,
                                       java.lang.Class root)
        Constructor
        Parameters:
        DTDName - The DTDName to resolve
    • Method Detail

      • resolveEntity

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.