Interface EntityResolverSupport


  • public interface EntityResolverSupport
    Interface that identifies the class as using an EntityResolver
    Since:
    1.7
    • Method Detail

      • getEntityResolver

        org.xml.sax.EntityResolver getEntityResolver()
        Gets the EntityResolver associated with the class.
        Returns:
        The EntityResolver.
      • setEntityResolver

        void setEntityResolver​(org.xml.sax.EntityResolver resolver)
        Sets the EntityResolver to associate with this class.
        Parameters:
        resolver - The EntityResolver