final class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI extends org.xml.sax.helpers.DefaultHandler
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI
super_class: org.xml.sax.helpers.DefaultHandler
{
private final com.sun.org.apache.xerces.internal.xni.Augmentations fAugmentations;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.org.apache.xerces.internal.xni.QName fQName;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent this$0;
descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent);
descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 0
invokespecial org.xml.sax.helpers.DefaultHandler.<init>:()V
1: aload 0
new com.sun.org.apache.xerces.internal.util.AugmentationsImpl
dup
invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl.<init>:()V
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
2: aload 0
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.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
MethodParameters:
Name Flags
this$0 final
public void characters(char[], int, int);
descriptor: ([CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
new com.sun.org.apache.xerces.internal.xni.XMLString
dup
aload 1
iload 2
iload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:([CII)V
aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.characters:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
1: goto 4
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
2: astore 4
start local 4 3: aload 0
aload 4
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
athrow
end local 4 4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 5 1 ch [C
0 5 2 start I
0 5 3 len I
3 4 4 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
Exception table:
from to target type
0 1 2 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
ch
start
len
public void ignorableWhitespace(char[], int, int);
descriptor: ([CII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
new com.sun.org.apache.xerces.internal.xni.XMLString
dup
aload 1
iload 2
iload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XMLString.<init>:([CII)V
aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.ignorableWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
1: goto 4
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
2: astore 4
start local 4 3: aload 0
aload 4
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
athrow
end local 4 4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 5 1 ch [C
0 5 2 start I
0 5 3 len I
3 4 4 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
Exception table:
from to target type
0 1 2 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
ch
start
len
public void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 4
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.updateAttributes:(Lorg/xml/sax/Attributes;)V
1: aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
aload 0
aload 1
aload 2
aload 3
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toQName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.elementAug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.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
2: goto 5
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
3: astore 5
start local 5 4: aload 0
aload 5
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
athrow
end local 5 5: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 6 1 uri Ljava/lang/String;
0 6 2 localName Ljava/lang/String;
0 6 3 qname Ljava/lang/String;
0 6 4 atts Lorg/xml/sax/Attributes;
4 5 5 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
Exception table:
from to target type
0 2 3 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
uri
localName
qname
atts
public void endElement(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.handler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
aload 0
aload 1
aload 2
aload 3
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toQName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
1: goto 4
StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
2: astore 4
start local 4 3: aload 0
aload 4
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
athrow
end local 4 4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 5 1 uri Ljava/lang/String;
0 5 2 localName Ljava/lang/String;
0 5 3 qname Ljava/lang/String;
3 4 4 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
Exception table:
from to target type
0 1 2 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException
MethodParameters:
Name Flags
uri
localName
qname
private com.sun.org.apache.xerces.internal.xni.Augmentations elementAug();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.aug:()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
astore 1
start local 1 1: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
1 2 1 aug Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
private com.sun.org.apache.xerces.internal.xni.Augmentations aug();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
ifnull 4
1: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
astore 1
start local 1 2: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aconst_null
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3: aload 1
areturn
end local 1 4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
invokeinterface com.sun.org.apache.xerces.internal.xni.Augmentations.removeAllItems:()V
5: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fAugmentations:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
2 4 1 r Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
private com.sun.org.apache.xerces.internal.xni.XMLDocumentHandler handler();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.getDocumentHandler:()Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
private org.xml.sax.SAXException toSAXException(com.sun.org.apache.xerces.internal.xni.XNIException);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
astore 2
start local 2 1: aload 2
ifnonnull 2
aload 1
astore 2
2: StackMap locals: java.lang.Exception
StackMap stack:
aload 2
instanceof org.xml.sax.SAXException
ifeq 3
aload 2
checkcast org.xml.sax.SAXException
areturn
3: StackMap locals:
StackMap stack:
new org.xml.sax.SAXException
dup
aload 2
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 4 1 xe Lcom/sun/org/apache/xerces/internal/xni/XNIException;
1 4 2 e Ljava/lang/Exception;
MethodParameters:
Name Flags
xe
private com.sun.org.apache.xerces.internal.xni.QName toQName(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xni/QName;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aconst_null
astore 4
start local 4 1: aload 3
bipush 58
invokevirtual java.lang.String.indexOf:(I)I
istore 5
start local 5 2: iload 5
ifle 4
3: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 3
iconst_0
iload 5
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 4
4: StackMap locals: java.lang.String int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 2
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
astore 2
5: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 3
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
astore 3
6: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 1
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
astore 1
7: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
aload 4
aload 2
aload 3
aload 1
invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
8: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
0 9 1 uri Ljava/lang/String;
0 9 2 localName Ljava/lang/String;
0 9 3 qname Ljava/lang/String;
1 9 4 prefix Ljava/lang/String;
2 9 5 idx I
MethodParameters:
Name Flags
uri
localName
qname
}
SourceFile: "JAXPValidatorComponent.java"
NestHost: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
InnerClasses:
private final SAX2XNI = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent