final class com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor implements com.sun.org.apache.xerces.internal.jaxp.validation.DOMDocumentHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor
  super_class: java.lang.Object
{
  private com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper fDOMValidatorHelper;
    descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.Document fDocument;
    descriptor: Lorg/w3c/dom/Document;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl fDocumentImpl;
    descriptor: Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
    flags: (0x0002) ACC_PRIVATE

  private boolean fStorePSVI;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean fIgnoreChars;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.org.apache.xerces.internal.xni.QName fAttributeQName;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper);
    descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper helper
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         2: .line 79
            aload 0 /* this */
            aload 1 /* helper */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDOMValidatorHelper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
         3: .line 80
            return
        end local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper helper
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    4     1  helper  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
    MethodParameters:
        Name  Flags
      helper  

  public void setDOMResult(javax.xml.transform.dom.DOMResult);
    descriptor: (Ljavax/xml/transform/dom/DOMResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // javax.xml.transform.dom.DOMResult result
         0: .line 83
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fIgnoreChars:Z
         1: .line 84
            aload 1 /* result */
            ifnull 11
         2: .line 85
            aload 1 /* result */
            invokevirtual javax.xml.transform.dom.DOMResult.getNode:()Lorg/w3c/dom/Node;
            astore 2 /* target */
        start local 2 // org.w3c.dom.Node target
         3: .line 86
            aload 0 /* this */
            aload 2 /* target */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            bipush 9
            if_icmpne 4
            aload 2 /* target */
            checkcast org.w3c.dom.Document
            goto 5
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor javax.xml.transform.dom.DOMResult org.w3c.dom.Node
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor
         4: aload 2 /* target */
            invokeinterface org.w3c.dom.Node.getOwnerDocument:()Lorg/w3c/dom/Document;
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor javax.xml.transform.dom.DOMResult org.w3c.dom.Node
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor org.w3c.dom.Document
         5: putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
         6: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
            instanceof com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
            ifeq 7
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
            checkcast com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
            goto 8
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor
         7: aconst_null
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor javax.xml.transform.dom.DOMResult org.w3c.dom.Node
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
         8: putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
         9: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
            instanceof com.sun.org.apache.xerces.internal.dom.PSVIDocumentImpl
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fStorePSVI:Z
        10: .line 89
            return
        end local 2 // org.w3c.dom.Node target
        11: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
        12: .line 92
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
        13: .line 93
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fStorePSVI:Z
        14: .line 94
            return
        end local 1 // javax.xml.transform.dom.DOMResult result
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0   15     1  result  Ljavax/xml/transform/dom/DOMResult;
            3   11     2  target  Lorg/w3c/dom/Node;
    MethodParameters:
        Name  Flags
      result  

  public void doctypeDecl(org.w3c.dom.DocumentType);
    descriptor: (Lorg/w3c/dom/DocumentType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // org.w3c.dom.DocumentType node
         0: .line 96
            return
        end local 1 // org.w3c.dom.DocumentType node
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  node  Lorg/w3c/dom/DocumentType;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      node  

  public void characters(org.w3c.dom.Text);
    descriptor: (Lorg/w3c/dom/Text;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // org.w3c.dom.Text node
         0: .line 98
            return
        end local 1 // org.w3c.dom.Text node
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  node  Lorg/w3c/dom/Text;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      node  

  public void cdata(org.w3c.dom.CDATASection);
    descriptor: (Lorg/w3c/dom/CDATASection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // org.w3c.dom.CDATASection node
         0: .line 100
            return
        end local 1 // org.w3c.dom.CDATASection node
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  node  Lorg/w3c/dom/CDATASection;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      node  

  public void comment(org.w3c.dom.Comment);
    descriptor: (Lorg/w3c/dom/Comment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // org.w3c.dom.Comment node
         0: .line 102
            return
        end local 1 // org.w3c.dom.Comment node
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  node  Lorg/w3c/dom/Comment;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      node  

  public void processingInstruction(org.w3c.dom.ProcessingInstruction);
    descriptor: (Lorg/w3c/dom/ProcessingInstruction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // org.w3c.dom.ProcessingInstruction node
         0: .line 105
            return
        end local 1 // org.w3c.dom.ProcessingInstruction node
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  node  Lorg/w3c/dom/ProcessingInstruction;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      node  

  public void setIgnoringCharacters(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // boolean ignore
         0: .line 108
            aload 0 /* this */
            iload 1 /* ignore */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fIgnoreChars:Z
         1: .line 109
            return
        end local 1 // boolean ignore
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    2     1  ignore  Z
    MethodParameters:
        Name  Flags
      ignore  

  public void startDocument(com.sun.org.apache.xerces.internal.xni.XMLLocator, java.lang.String, com.sun.org.apache.xerces.internal.xni.NamespaceContext, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;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.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        start local 2 // java.lang.String encoding
        start local 3 // com.sun.org.apache.xerces.internal.xni.NamespaceContext namespaceContext
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 113
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 3 // com.sun.org.apache.xerces.internal.xni.NamespaceContext namespaceContext
        end local 2 // java.lang.String encoding
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1           locator  Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;
            0    1     2          encoding  Ljava/lang/String;
            0    1     3  namespaceContext  Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
            0    1     4              augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                  Name  Flags
      locator           
      encoding          
      namespaceContext  
      augs              

  public void xmlDecl(java.lang.String, java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.jaxp.validation.DOMResultAugmentor this
        start local 1 // java.lang.String version
        start local 2 // java.lang.String encoding
        start local 3 // java.lang.String standalone
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 116
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 3 // java.lang.String standalone
        end local 2 // java.lang.String encoding
        end local 1 // java.lang.String version
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1     version  Ljava/lang/String;
            0    1     2    encoding  Ljava/lang/String;
            0    1     3  standalone  Ljava/lang/String;
            0    1     4        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      version     
      encoding    
      standalone  
      augs        

  public void doctypeDecl(java.lang.String, java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;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.jaxp.validation.DOMResultAugmentor this
        start local 1 // java.lang.String rootElement
        start local 2 // java.lang.String publicId
        start local 3 // java.lang.String systemId
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 119
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 3 // java.lang.String systemId
        end local 2 // java.lang.String publicId
        end local 1 // java.lang.String rootElement
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  rootElement  Ljava/lang/String;
            0    1     2     publicId  Ljava/lang/String;
            0    1     3     systemId  Ljava/lang/String;
            0    1     4         augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
             Name  Flags
      rootElement  
      publicId     
      systemId     
      augs         

  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.jaxp.validation.DOMResultAugmentor 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 121
            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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     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 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.jaxp.validation.DOMResultAugmentor 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 augs
         0: .line 124
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        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.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  target  Ljava/lang/String;
            0    1     2    data  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    1     3    augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
        Name  Flags
      target  
      data    
      augs    

  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=5, locals=11, args_size=4
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor 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 128
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDOMValidatorHelper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.getCurrentElement:()Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            astore 4 /* currentElement */
        start local 4 // org.w3c.dom.Element currentElement
         1: .line 129
            aload 4 /* currentElement */
            invokeinterface org.w3c.dom.Element.getAttributes:()Lorg/w3c/dom/NamedNodeMap;
            astore 5 /* attrMap */
        start local 5 // org.w3c.dom.NamedNodeMap attrMap
         2: .line 131
            aload 5 /* attrMap */
            invokeinterface org.w3c.dom.NamedNodeMap.getLength:()I
            istore 6 /* oldLength */
        start local 6 // int oldLength
         3: .line 133
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            ifnull 13
         4: .line 135
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 12
         6: .line 136
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations org.w3c.dom.Element org.w3c.dom.NamedNodeMap int top int
      StackMap stack:
            aload 5 /* attrMap */
            iload 8 /* i */
            invokeinterface org.w3c.dom.NamedNodeMap.item:(I)Lorg/w3c/dom/Node;
            checkcast com.sun.org.apache.xerces.internal.dom.AttrImpl
            astore 7 /* attr */
        start local 7 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
         7: .line 139
            aload 2 /* attributes */
            iload 8 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getAugmentations:(I)Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            ldc "ATTRIBUTE_PSVI"
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.getItem:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xs.AttributePSVI
            astore 9 /* attrPSVI */
        start local 9 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
         8: .line 140
            aload 9 /* attrPSVI */
            ifnull 11
         9: .line 141
            aload 0 /* this */
            aload 7 /* attr */
            aload 9 /* attrPSVI */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.processAttributePSVI:(Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)Z
            ifeq 11
        10: .line 142
            aload 4 /* currentElement */
            checkcast com.sun.org.apache.xerces.internal.dom.ElementImpl
            aload 7 /* attr */
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.dom.ElementImpl.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
        end local 9 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
        11: .line 135
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations org.w3c.dom.Element org.w3c.dom.NamedNodeMap int com.sun.org.apache.xerces.internal.dom.AttrImpl int
      StackMap stack:
            iinc 8 /* i */ 1
        end local 7 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations org.w3c.dom.Element org.w3c.dom.NamedNodeMap int top int
      StackMap stack:
        12: iload 8 /* i */
            iload 6 /* oldLength */
            if_icmplt 6
        end local 8 // int i
        13: .line 148
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations org.w3c.dom.Element org.w3c.dom.NamedNodeMap int
      StackMap stack:
            aload 2 /* attributes */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getLength:()I
            istore 7 /* newLength */
        start local 7 // int newLength
        14: .line 150
            iload 7 /* newLength */
            iload 6 /* oldLength */
            if_icmple 38
        15: .line 151
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            ifnonnull 23
        16: .line 152
            iload 6 /* oldLength */
            istore 8 /* i */
        start local 8 // int i
        17: goto 21
        18: .line 153
      StackMap locals: int int
      StackMap stack:
            aload 2 /* attributes */
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getName:(ILcom/sun/org/apache/xerces/internal/xni/QName;)V
        19: .line 154
            aload 4 /* currentElement */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 2 /* attributes */
            iload 8 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getValue:(I)Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        20: .line 152
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 8 /* i */
            iload 7 /* newLength */
            if_icmplt 18
        end local 8 // int i
        22: .line 156
            goto 38
        23: .line 159
      StackMap locals:
      StackMap stack:
            iload 6 /* oldLength */
            istore 8 /* i */
        start local 8 // int i
        24: goto 37
        25: .line 160
      StackMap locals: int
      StackMap stack:
            aload 2 /* attributes */
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getName:(ILcom/sun/org/apache/xerces/internal/xni/QName;)V
        26: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
        27: .line 162
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fAttributeQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
        28: .line 161
            invokevirtual com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            checkcast com.sun.org.apache.xerces.internal.dom.AttrImpl
            astore 9 /* attr */
        start local 9 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
        29: .line 163
            aload 9 /* attr */
            aload 2 /* attributes */
            iload 8 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getValue:(I)Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.dom.AttrImpl.setValue:(Ljava/lang/String;)V
        30: .line 166
            aload 2 /* attributes */
            iload 8 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getAugmentations:(I)Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            ldc "ATTRIBUTE_PSVI"
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.getItem:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xs.AttributePSVI
            astore 10 /* attrPSVI */
        start local 10 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
        31: .line 167
            aload 10 /* attrPSVI */
            ifnull 34
        32: .line 168
            aload 0 /* this */
            aload 9 /* attr */
            aload 10 /* attrPSVI */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.processAttributePSVI:(Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)Z
            ifeq 34
        33: .line 169
            aload 4 /* currentElement */
            checkcast com.sun.org.apache.xerces.internal.dom.ElementImpl
            aload 9 /* attr */
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.dom.ElementImpl.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
        34: .line 172
      StackMap locals: com.sun.org.apache.xerces.internal.dom.AttrImpl com.sun.org.apache.xerces.internal.xs.AttributePSVI
      StackMap stack:
            aload 9 /* attr */
            iconst_0
            invokevirtual com.sun.org.apache.xerces.internal.dom.AttrImpl.setSpecified:(Z)V
        35: .line 173
            aload 4 /* currentElement */
            aload 9 /* attr */
            invokeinterface org.w3c.dom.Element.setAttributeNode:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;
            pop
        end local 10 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
        end local 9 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
        36: .line 159
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 8 /* i */
            iload 7 /* newLength */
            if_icmplt 25
        end local 8 // int i
        38: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int newLength
        end local 6 // int oldLength
        end local 5 // org.w3c.dom.NamedNodeMap attrMap
        end local 4 // org.w3c.dom.Element currentElement
        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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0   39     1         element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   39     2      attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            0   39     3            augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            1   39     4  currentElement  Lorg/w3c/dom/Element;
            2   39     5         attrMap  Lorg/w3c/dom/NamedNodeMap;
            3   39     6       oldLength  I
            7   12     7            attr  Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;
            5   13     8               i  I
            8   11     9        attrPSVI  Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;
           14   39     7       newLength  I
           17   22     8               i  I
           24   38     8               i  I
           29   36     9            attr  Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;
           31   36    10        attrPSVI  Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      element     
      attributes  
      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.validation.DOMResultAugmentor 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 181
            aload 0 /* this */
            aload 1 /* element */
            aload 2 /* attributes */
            aload 3 /* augs */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.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 182
            aload 0 /* this */
            aload 1 /* element */
            aload 3 /* augs */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         2: .line 183
            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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            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 startGeneralEntity(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.jaxp.validation.DOMResultAugmentor 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 encoding
        start local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 187
            return
        end local 4 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 3 // java.lang.String encoding
        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.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1        name  Ljava/lang/String;
            0    1     2  identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    1     3    encoding  Ljava/lang/String;
            0    1     4        augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      name        
      identifier  
      encoding    
      augs        

  public void textDecl(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.jaxp.validation.DOMResultAugmentor this
        start local 1 // java.lang.String version
        start local 2 // java.lang.String encoding
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 190
            return
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // java.lang.String encoding
        end local 1 // java.lang.String version
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1   version  Ljava/lang/String;
            0    1     2  encoding  Ljava/lang/String;
            0    1     3      augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
          Name  Flags
      version   
      encoding  
      augs      

  public void endGeneralEntity(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.jaxp.validation.DOMResultAugmentor this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 193
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  name  Ljava/lang/String;
            0    1     2  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      name  
      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=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor 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 197
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fIgnoreChars:Z
            ifne 3
         1: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDOMValidatorHelper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.getCurrentElement:()Lorg/w3c/dom/Node;
            checkcast org.w3c.dom.Element
            astore 3 /* currentElement */
        start local 3 // org.w3c.dom.Element currentElement
         2: .line 199
            aload 3 /* currentElement */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocument:Lorg/w3c/dom/Document;
            aload 1 /* text */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        end local 3 // org.w3c.dom.Element currentElement
         3: .line 201
      StackMap locals:
      StackMap stack:
            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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    4     1            text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    4     2            augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            2    3     3  currentElement  Lorg/w3c/dom/Element;
    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.validation.DOMResultAugmentor 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 205
            aload 0 /* this */
            aload 1 /* text */
            aload 2 /* augs */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.characters:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
         1: .line 206
            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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    2     1  text  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0    2     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 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=2, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor 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 210
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDOMValidatorHelper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper;
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper.getCurrentElement:()Lorg/w3c/dom/Node;
            astore 3 /* currentElement */
        start local 3 // org.w3c.dom.Node currentElement
         1: .line 212
            aload 2 /* augs */
            ifnull 10
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fDocumentImpl:Lcom/sun/org/apache/xerces/internal/dom/CoreDocumentImpl;
            ifnull 10
         2: .line 213
            aload 2 /* augs */
            ldc "ELEMENT_PSVI"
            invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.getItem:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.xs.ElementPSVI
            astore 4 /* elementPSVI */
        start local 4 // com.sun.org.apache.xerces.internal.xs.ElementPSVI elementPSVI
         3: .line 214
            aload 4 /* elementPSVI */
            ifnull 10
         4: .line 215
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fStorePSVI:Z
            ifeq 6
         5: .line 216
            aload 3 /* currentElement */
            checkcast com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl
            aload 4 /* elementPSVI */
            invokevirtual com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl.setPSVI:(Lcom/sun/org/apache/xerces/internal/xs/ElementPSVI;)V
         6: .line 218
      StackMap locals: org.w3c.dom.Node com.sun.org.apache.xerces.internal.xs.ElementPSVI
      StackMap stack:
            aload 4 /* elementPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getMemberTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
            astore 5 /* type */
        start local 5 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
         7: .line 219
            aload 5 /* type */
            ifnonnull 9
         8: .line 220
            aload 4 /* elementPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.ElementPSVI.getTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            astore 5 /* type */
         9: .line 222
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSTypeDefinition
      StackMap stack:
            aload 3 /* currentElement */
            checkcast com.sun.org.apache.xerces.internal.dom.ElementNSImpl
            aload 5 /* type */
            invokevirtual com.sun.org.apache.xerces.internal.dom.ElementNSImpl.setType:(Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;)V
        end local 5 // com.sun.org.apache.xerces.internal.xs.XSTypeDefinition type
        end local 4 // com.sun.org.apache.xerces.internal.xs.ElementPSVI elementPSVI
        10: .line 225
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.w3c.dom.Node currentElement
        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.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0   11     1         element  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0   11     2            augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            1   11     3  currentElement  Lorg/w3c/dom/Node;
            3   10     4     elementPSVI  Lcom/sun/org/apache/xerces/internal/xs/ElementPSVI;
            7   10     5            type  Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
         Name  Flags
      element  
      augs     

  public void startCDATA(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.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 227
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      augs  

  public void endCDATA(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.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 229
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      augs  

  public void endDocument(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.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 231
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      augs  

  public void setDocumentSource(com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource source
         0: .line 233
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource source
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0    1     1  source  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
    MethodParameters:
        Name  Flags
      source  

  public com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource getDocumentSource();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
         0: .line 236
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;

  private boolean processAttributePSVI(com.sun.org.apache.xerces.internal.dom.AttrImpl, com.sun.org.apache.xerces.internal.xs.AttributePSVI);
    descriptor: (Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
        start local 1 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
        start local 2 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
         0: .line 241
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor.fStorePSVI:Z
            ifeq 2
         1: .line 242
            aload 1 /* attr */
            checkcast com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl
            aload 2 /* attrPSVI */
            invokevirtual com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl.setPSVI:(Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;)V
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getMemberTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSSimpleTypeDefinition;
            astore 3 /* type */
        start local 3 // java.lang.Object type
         3: .line 245
            aload 3 /* type */
            ifnonnull 8
         4: .line 246
            aload 2 /* attrPSVI */
            invokeinterface com.sun.org.apache.xerces.internal.xs.AttributePSVI.getTypeDefinition:()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            astore 3 /* type */
         5: .line 247
            aload 3 /* type */
            ifnull 10
         6: .line 248
            aload 1 /* attr */
            aload 3 /* type */
            invokevirtual com.sun.org.apache.xerces.internal.dom.AttrImpl.setType:(Ljava/lang/Object;)V
         7: .line 249
            aload 3 /* type */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.isIDType:()Z
            ireturn
         8: .line 253
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* attr */
            aload 3 /* type */
            invokevirtual com.sun.org.apache.xerces.internal.dom.AttrImpl.setType:(Ljava/lang/Object;)V
         9: .line 254
            aload 3 /* type */
            checkcast com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.isIDType:()Z
            ireturn
        10: .line 256
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.Object type
        end local 2 // com.sun.org.apache.xerces.internal.xs.AttributePSVI attrPSVI
        end local 1 // com.sun.org.apache.xerces.internal.dom.AttrImpl attr
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/DOMResultAugmentor;
            0   11     1      attr  Lcom/sun/org/apache/xerces/internal/dom/AttrImpl;
            0   11     2  attrPSVI  Lcom/sun/org/apache/xerces/internal/xs/AttributePSVI;
            3   11     3      type  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      attr      
      attrPSVI  
}
SourceFile: "DOMResultAugmentor.java"