public interface org.apache.xerces.impl.ExternalSubsetResolver extends org.apache.xerces.xni.parser.XMLEntityResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.xerces.impl.ExternalSubsetResolver
  super_class: java.lang.Object
{
  public abstract org.apache.xerces.xni.parser.XMLInputSource getExternalSubset(org.apache.xerces.xni.grammars.XMLDTDDescription);
    descriptor: (Lorg/apache/xerces/xni/grammars/XMLDTDDescription;)Lorg/apache/xerces/xni/parser/XMLInputSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.xerces.xni.XNIException, java.io.IOException
    MethodParameters:
                    Name  Flags
      grammarDescription  
}
SourceFile: "ExternalSubsetResolver.java"