public abstract class com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser extends com.sun.org.apache.xerces.internal.parsers.XMLParser
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser
  super_class: com.sun.org.apache.xerces.internal.parsers.XMLParser
{
  protected com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory fDatatypeValidatorFactory;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory;
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 50
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
            dup
            invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<init>:()V
            invokespecial com.sun.org.apache.xerces.internal.parsers.XMLParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
         1: .line 51
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aload 1 /* symbolTable */
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 52
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/org/apache/xerces/internal/parsers/XMLGrammarParser;
            0    3     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  
}
SourceFile: "XMLGrammarParser.java"