public abstract class com.sun.org.apache.xerces.internal.parsers.DTDParser extends com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser implements com.sun.org.apache.xerces.internal.xni.XMLDTDHandler, com.sun.org.apache.xerces.internal.xni.XMLDTDContentModelHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.parsers.DTDParser
  super_class: com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser
{
  protected com.sun.org.apache.xerces.internal.xni.parser.XMLDTDScanner fDTDScanner;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 59
            aload 0 /* this */
            aload 1 /* symbolTable */
            invokespecial com.sun.org.apache.xerces.internal.parsers.XMLGrammarParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
         1: .line 60
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    2     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  

  public com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammar getDTDGrammar();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/dtd/DTDGrammar;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
         0: .line 72
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;

  public void startEntity(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String publicId
        start local 3 // java.lang.String systemId
        start local 4 // java.lang.String encoding
         0: .line 102
            return
        end local 4 // java.lang.String encoding
        end local 3 // java.lang.String systemId
        end local 2 // java.lang.String publicId
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1      name  Ljava/lang/String;
            0    1     2  publicId  Ljava/lang/String;
            0    1     3  systemId  Ljava/lang/String;
            0    1     4  encoding  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
          Name  Flags
      name      
      publicId  
      systemId  
      encoding  

  public void textDecl(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String version
        start local 2 // java.lang.String encoding
         0: .line 117
            return
        end local 2 // java.lang.String encoding
        end local 1 // java.lang.String version
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1   version  Ljava/lang/String;
            0    1     2  encoding  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
          Name  Flags
      version   
      encoding  

  public void startDTD(com.sun.org.apache.xerces.internal.xni.XMLLocator, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 126
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1        locator  Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      locator        
      augmentations  

  public void comment(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 136
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      text           
      augmentations  

  public void processingInstruction(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String target
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLString data
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 157
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLString data
        end local 1 // java.lang.String target
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1         target  Ljava/lang/String;
            0    1     2           data  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     3  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      target         
      data           
      augmentations  

  public void startExternalSubset(com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 166
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1     identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      identifier     
      augmentations  

  public void endExternalSubset(com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 174
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      augmentations  

  public void elementDecl(java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String contentModel
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 187
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 2 // java.lang.String contentModel
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           name  Ljava/lang/String;
            0    1     2   contentModel  Ljava/lang/String;
            0    1     3  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      name           
      contentModel   
      augmentations  

  public void startAttlist(java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String elementName
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 199
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1    elementName  Ljava/lang/String;
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      elementName    
      augmentations  

  public void attributeDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=9, args_size=9
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String elementName
        start local 2 // java.lang.String attributeName
        start local 3 // java.lang.String type
        start local 4 // java.lang.String[] enumeration
        start local 5 // java.lang.String defaultType
        start local 6 // com.sun.org.apache.xerces.internal.xni.XMLString defaultValue
        start local 7 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedDefaultValue
        start local 8 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 227
            return
        end local 8 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 7 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedDefaultValue
        end local 6 // com.sun.org.apache.xerces.internal.xni.XMLString defaultValue
        end local 5 // java.lang.String defaultType
        end local 4 // java.lang.String[] enumeration
        end local 3 // java.lang.String type
        end local 2 // java.lang.String attributeName
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1                elementName  Ljava/lang/String;
            0    1     2              attributeName  Ljava/lang/String;
            0    1     3                       type  Ljava/lang/String;
            0    1     4                enumeration  [Ljava/lang/String;
            0    1     5                defaultType  Ljava/lang/String;
            0    1     6               defaultValue  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     7  nonNormalizedDefaultValue  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     8              augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                           Name  Flags
      elementName                
      attributeName              
      type                       
      enumeration                
      defaultType                
      defaultValue               
      nonNormalizedDefaultValue  
      augmentations              

  public void endAttlist(com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 235
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      augmentations  

  public void internalEntityDecl(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLString text
        start local 3 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedText
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 255
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 3 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedText
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLString text
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1               name  Ljava/lang/String;
            0    1     2               text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     3  nonNormalizedText  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     4      augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                   Name  Flags
      name               
      text               
      nonNormalizedText  
      augmentations      

  public void externalEntityDecl(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 274
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           name  Ljava/lang/String;
            0    1     2     identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    1     3  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      name           
      identifier     
      augmentations  

  public void unparsedEntityDecl(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 3 // java.lang.String notation
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 293
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 3 // java.lang.String notation
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           name  Ljava/lang/String;
            0    1     2     identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    1     3       notation  Ljava/lang/String;
            0    1     4  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      name           
      identifier     
      notation       
      augmentations  

  public void notationDecl(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 309
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           name  Ljava/lang/String;
            0    1     2     identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    1     3  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      name           
      identifier     
      augmentations  

  public void startConditional(short, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (SLcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // short type
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 323
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // short type
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           type  S
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      type           
      augmentations  

  public void endConditional(com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 331
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      augmentations  

  public void endDTD(com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 339
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      augmentations  

  public void endEntity(java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
         0: .line 355
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augmentations
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1           name  Ljava/lang/String;
            0    1     2  augmentations  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
               Name  Flags
      name           
      augmentations  

  public void startContentModel(java.lang.String, short);
    descriptor: (Ljava/lang/String;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String elementName
        start local 2 // short type
         0: .line 378
            return
        end local 2 // short type
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  elementName  Ljava/lang/String;
            0    1     2         type  S
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
             Name  Flags
      elementName  
      type         

  public void mixedElement(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String elementName
         0: .line 396
            return
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  elementName  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
             Name  Flags
      elementName  

  public void childrenStartGroup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
         0: .line 412
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException

  public void childrenElement(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // java.lang.String elementName
         0: .line 424
            return
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  elementName  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
             Name  Flags
      elementName  

  public void childrenSeparator(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // short separator
         0: .line 442
            return
        end local 1 // short separator
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  separator  S
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
           Name  Flags
      separator  

  public void childrenOccurrence(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
        start local 1 // short occurrence
         0: .line 461
            return
        end local 1 // short occurrence
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
            0    1     1  occurrence  S
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      occurrence  

  public void childrenEndGroup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
         0: .line 472
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException

  public void endContentModel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
         0: .line 480
            return
        end local 0 // com.sun.org.apache.xerces.internal.parsers.DTDParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/parsers/DTDParser;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
}
SourceFile: "DTDParser.java"