final class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent extends com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl implements com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
  super_class: com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl
{
  private static final java.lang.String ENTITY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/entity-manager"

  private static final java.lang.String ERROR_REPORTER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/error-reporter"

  private static final java.lang.String SYMBOL_TABLE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/symbol-table"

  private final javax.xml.validation.ValidatorHandler validator;
    descriptor: Ljavax/xml/validation/ValidatorHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX xni2sax;
    descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI sax2xni;
    descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.xml.validation.TypeInfoProvider typeInfoProvider;
    descriptor: Ljavax/xml/validation/TypeInfoProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.org.apache.xerces.internal.xni.Augmentations fCurrentAug;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.xni.XMLAttributes fCurrentAttributes;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.util.SymbolTable fSymbolTable;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.impl.XMLErrorReporter fErrorReporter;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver fEntityResolver;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
    flags: (0x0002) ACC_PRIVATE

  private static final javax.xml.validation.TypeInfoProvider noInfoProvider;
    descriptor: Ljavax/xml/validation/TypeInfoProvider;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 550
            new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1
            dup
            invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1.<init>:()V
            putstatic com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.noInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
         1: .line 569
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.xml.validation.ValidatorHandler);
    descriptor: (Ljavax/xml/validation/ValidatorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // javax.xml.validation.ValidatorHandler validatorHandler
         0: .line 133
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl.<init>:()V
         1: .line 104
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
         2: .line 105
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.sax2xni:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
         3: .line 134
            aload 0 /* this */
            aload 1 /* validatorHandler */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
         4: .line 135
            aload 1 /* validatorHandler */
            invokevirtual javax.xml.validation.ValidatorHandler.getTypeInfoProvider:()Ljavax/xml/validation/TypeInfoProvider;
            astore 2 /* tip */
        start local 2 // javax.xml.validation.TypeInfoProvider tip
         5: .line 136
            aload 2 /* tip */
            ifnonnull 6
            getstatic com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.noInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
            astore 2 /* tip */
         6: .line 137
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent javax.xml.validation.ValidatorHandler javax.xml.validation.TypeInfoProvider
      StackMap stack:
            aload 0 /* this */
            aload 2 /* tip */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.typeInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
         7: .line 140
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.setContentHandler:(Lorg/xml/sax/ContentHandler;)V
         8: .line 141
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.sax2xni:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
            invokevirtual javax.xml.validation.ValidatorHandler.setContentHandler:(Lorg/xml/sax/ContentHandler;)V
         9: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.setSide:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
        10: .line 145
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
            new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
            invokevirtual javax.xml.validation.ValidatorHandler.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
        11: .line 152
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
            new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
            invokevirtual javax.xml.validation.ValidatorHandler.setResourceResolver:(Lorg/w3c/dom/ls/LSResourceResolver;)V
        12: .line 176
            return
        end local 2 // javax.xml.validation.TypeInfoProvider tip
        end local 1 // javax.xml.validation.ValidatorHandler validatorHandler
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0   13     1  validatorHandler  Ljavax/xml/validation/ValidatorHandler;
            5   13     2               tip  Ljavax/xml/validation/TypeInfoProvider;
    MethodParameters:
                  Name  Flags
      validatorHandler  

  public void startElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 180
            aload 0 /* this */
            aload 2 /* attributes */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
         1: .line 181
            aload 0 /* this */
            aload 3 /* augs */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         2: .line 182
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            aload 1 /* element */
            aload 2 /* attributes */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.startElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         3: .line 183
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
         4: .line 184
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    5     1     element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    5     2  attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            0    5     3        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      element     
      attributes  
      augs        

  public void endElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 187
            aload 0 /* this */
            aload 2 /* augs */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         1: .line 188
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            aload 1 /* element */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 189
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    3     1  element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    3     2     augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
         Name  Flags
      element  
      augs     

  public void emptyElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 192
            aload 0 /* this */
            aload 1 /* element */
            aload 2 /* attributes */
            aload 3 /* augs */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.startElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         1: .line 193
            aload 0 /* this */
            aload 1 /* element */
            aload 3 /* augs */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 194
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName element
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    3     1     element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    3     2  attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            0    3     3        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      element     
      attributes  
      augs        

  public void characters(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=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 200
            aload 0 /* this */
            aload 2 /* augs */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         1: .line 201
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            aload 1 /* text */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.characters:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 202
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    3     1  text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    3     2  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      text  
      augs  

  public void ignorableWhitespace(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=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 207
            aload 0 /* this */
            aload 2 /* augs */
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
         1: .line 208
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
            aload 1 /* text */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.ignorableWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 209
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString text
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    3     1  text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    3     2  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      text  
      augs  

  public void reset(com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager componentManager
         0: .line 213
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.util.SymbolTable
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
         1: .line 214
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/error-reporter"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
         2: .line 216
            aload 0 /* this */
            aload 1 /* componentManager */
            ldc "http://apache.org/xml/properties/internal/entity-manager"
            invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fEntityResolver:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
         3: .line 217
            goto 6
         4: .line 218
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            pop
         5: .line 219
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fEntityResolver:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
         6: .line 221
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager componentManager
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    7     1  componentManager  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
                  Name  Flags
      componentManager  

  private void updateAttributes(org.xml.sax.Attributes);
    descriptor: (Lorg/xml/sax/Attributes;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // org.xml.sax.Attributes atts
         0: .line 503
            aload 1 /* atts */
            invokeinterface org.xml.sax.Attributes.getLength:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 504
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 25
         3: .line 505
      StackMap locals: int int
      StackMap stack:
            aload 1 /* atts */
            iload 3 /* i */
            invokeinterface org.xml.sax.Attributes.getQName:(I)Ljava/lang/String;
            astore 4 /* aqn */
        start local 4 // java.lang.String aqn
         4: .line 506
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            aload 4 /* aqn */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getIndex:(Ljava/lang/String;)I
            istore 5 /* j */
        start local 5 // int j
         5: .line 507
            aload 1 /* atts */
            iload 3 /* i */
            invokeinterface org.xml.sax.Attributes.getValue:(I)Ljava/lang/String;
            astore 6 /* av */
        start local 6 // java.lang.String av
         6: .line 508
            iload 5 /* j */
            iconst_m1
            if_icmpne 22
         7: .line 512
            aload 4 /* aqn */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 8 /* idx */
        start local 8 // int idx
         8: .line 513
            iload 8 /* idx */
            ifge 11
         9: .line 514
            aconst_null
            astore 7 /* prefix */
        start local 7 // java.lang.String prefix
        10: .line 515
            goto 12
        end local 7 // java.lang.String prefix
        11: .line 516
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent org.xml.sax.Attributes int int java.lang.String int java.lang.String top int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* aqn */
            iconst_0
            iload 8 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* prefix */
        start local 7 // java.lang.String prefix
        12: .line 519
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent org.xml.sax.Attributes int int java.lang.String int java.lang.String java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
        13: .line 520
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
        14: .line 521
            aload 7 /* prefix */
        15: .line 522
            aload 0 /* this */
            aload 1 /* atts */
            iload 3 /* i */
            invokeinterface org.xml.sax.Attributes.getLocalName:(I)Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
        16: .line 523
            aload 0 /* this */
            aload 4 /* aqn */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
        17: .line 524
            aload 0 /* this */
            aload 1 /* atts */
            iload 3 /* i */
            invokeinterface org.xml.sax.Attributes.getURI:(I)Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
        18: .line 520
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 525
            aload 1 /* atts */
            iload 3 /* i */
            invokeinterface org.xml.sax.Attributes.getType:(I)Ljava/lang/String;
            aload 6 /* av */
        20: .line 519
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.addAttribute:(Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;)I
            istore 5 /* j */
        end local 8 // int idx
        end local 7 // java.lang.String prefix
        21: .line 526
            goto 24
        22: .line 528
      StackMap locals:
      StackMap stack:
            aload 6 /* av */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            iload 5 /* j */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getValue:(I)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 24
        23: .line 530
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            iload 5 /* j */
            aload 6 /* av */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.setValue:(ILjava/lang/String;)V
        end local 6 // java.lang.String av
        end local 5 // int j
        end local 4 // java.lang.String aqn
        24: .line 504
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 3
        end local 3 // int i
        26: .line 540
            return
        end local 2 // int len
        end local 1 // org.xml.sax.Attributes atts
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0   27     1    atts  Lorg/xml/sax/Attributes;
            1   27     2     len  I
            2   26     3       i  I
            4   24     4     aqn  Ljava/lang/String;
            5   24     5       j  I
            6   24     6      av  Ljava/lang/String;
           10   11     7  prefix  Ljava/lang/String;
           12   21     7  prefix  Ljava/lang/String;
            8   21     8     idx  I
    MethodParameters:
      Name  Flags
      atts  

  private java.lang.String symbolize(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // java.lang.String s
         0: .line 543
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            aload 1 /* s */
            invokevirtual com.sun.org.apache.xerces.internal.util.SymbolTable.addSymbol:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String[] getRecognizedFeatures();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
         0: .line 579
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // java.lang.String featureId
        start local 2 // boolean state
         0: .line 583
            return
        end local 2 // boolean state
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    1     1  featureId  Ljava/lang/String;
            0    1     2      state  Z
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
           Name  Flags
      featureId  
      state      

  public java.lang.String[] getRecognizedProperties();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
         0: .line 586
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "http://apache.org/xml/properties/internal/entity-manager"
            aastore
            dup
            iconst_1
            ldc "http://apache.org/xml/properties/internal/error-reporter"
            aastore
            dup
            iconst_2
            ldc "http://apache.org/xml/properties/internal/symbol-table"
            aastore
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // java.lang.String propertyId
        start local 2 // java.lang.Object value
         0: .line 590
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    1     1  propertyId  Ljava/lang/String;
            0    1     2       value  Ljava/lang/Object;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    MethodParameters:
            Name  Flags
      propertyId  
      value       

  public java.lang.Boolean getFeatureDefault(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // java.lang.String featureId
         0: .line 593
            aconst_null
            areturn
        end local 1 // java.lang.String featureId
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    1     1  featureId  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      featureId  

  public java.lang.Object getPropertyDefault(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
        start local 1 // java.lang.String propertyId
         0: .line 597
            aconst_null
            areturn
        end local 1 // java.lang.String propertyId
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
            0    1     1  propertyId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      propertyId  
}
SourceFile: "JAXPValidatorComponent.java"
NestMembers:
  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$DraconianErrorHandler  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
InnerClasses:
  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1
  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2
  com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3
  private final DraconianErrorHandler = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$DraconianErrorHandler of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
  private final SAX2XNI = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
  private final XNI2SAX = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent