final class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX extends com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultXMLDocumentHandler
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
super_class: com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultXMLDocumentHandler
{
private org.xml.sax.ContentHandler fContentHandler;
descriptor: Lorg/xml/sax/ContentHandler;
flags: (0x0002) ACC_PRIVATE
private java.lang.String fVersion;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
protected com.sun.org.apache.xerces.internal.xni.NamespaceContext fNamespaceContext;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
flags: (0x0004) ACC_PROTECTED
private final com.sun.org.apache.xerces.internal.util.AttributesProxy fAttributesProxy;
descriptor: Lcom/sun/org/apache/xerces/internal/util/AttributesProxy;
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=4, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.this$0:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
aload 0
invokespecial com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultXMLDocumentHandler.<init>:()V
1: aload 0
new com.sun.org.apache.xerces.internal.util.AttributesProxy
dup
aconst_null
invokespecial com.sun.org.apache.xerces.internal.util.AttributesProxy.<init>:(Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;)V
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fAttributesProxy:Lcom/sun/org/apache/xerces/internal/util/AttributesProxy;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
MethodParameters:
Name Flags
this$0 final
public void setContentHandler(org.xml.sax.ContentHandler);
descriptor: (Lorg/xml/sax/ContentHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 2 1 handler Lorg/xml/sax/ContentHandler;
MethodParameters:
Name Flags
handler
public org.xml.sax.ContentHandler getContentHandler();
descriptor: ()Lorg/xml/sax/ContentHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
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=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fVersion:Ljava/lang/String;
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 2 1 version Ljava/lang/String;
0 2 2 encoding Ljava/lang/String;
0 2 3 standalone Ljava/lang/String;
0 2 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 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=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 3
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
1: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
new com.sun.org.apache.xerces.internal.util.LocatorProxy
dup
aload 1
invokespecial com.sun.org.apache.xerces.internal.util.LocatorProxy.<init>:(Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;)V
invokeinterface org.xml.sax.ContentHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V
2: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
invokeinterface org.xml.sax.ContentHandler.startDocument:()V
3: goto 6
StackMap locals:
StackMap stack: org.xml.sax.SAXException
4: astore 5
start local 5 5: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 5
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 5 6: 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 7 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 7 1 locator Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;
0 7 2 encoding Ljava/lang/String;
0 7 3 namespaceContext Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
0 7 4 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
5 6 5 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
2 3 4 Class org.xml.sax.SAXException
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
locator
encoding
namespaceContext
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=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
invokeinterface org.xml.sax.ContentHandler.endDocument:()V
1: goto 4
StackMap locals:
StackMap stack: org.xml.sax.SAXException
2: astore 2
start local 2 3: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 2
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 2 4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 5 1 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3 4 2 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 1 2 Class org.xml.sax.SAXException
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
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=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 1
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
invokeinterface org.xml.sax.ContentHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V
1: goto 4
StackMap locals:
StackMap stack: org.xml.sax.SAXException
2: astore 4
start local 4 3: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 4
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
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$XNI2SAX;
0 5 1 target Ljava/lang/String;
0 5 2 data Lcom/sun/org/apache/xerces/internal/xni/XMLString;
0 5 3 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3 4 4 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 1 2 Class org.xml.sax.SAXException
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=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getDeclaredPrefixCount:()I
istore 4
start local 4 1: iload 4
ifle 13
2: aconst_null
astore 5
start local 5 3: aconst_null
astore 6
start local 6 4: iconst_0
istore 7
start local 7 5: goto 12
6: StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations int java.lang.String java.lang.String int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
iload 7
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getDeclaredPrefixAt:(I)Ljava/lang/String;
astore 5
7: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
aload 5
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getURI:(Ljava/lang/String;)Ljava/lang/String;
astore 6
8: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 5
aload 6
ifnonnull 9
ldc ""
goto 10
StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations int java.lang.String java.lang.String int
StackMap stack: org.xml.sax.ContentHandler java.lang.String
9: aload 6
StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations int java.lang.String java.lang.String int
StackMap stack: org.xml.sax.ContentHandler java.lang.String java.lang.String
10: invokeinterface org.xml.sax.ContentHandler.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V
11: iinc 7 1
StackMap locals:
StackMap stack:
12: iload 7
iload 4
if_icmplt 6
end local 7 end local 6 end local 5 13: StackMap locals:
StackMap stack:
aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
ifnull 14
aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
goto 15
StackMap locals:
StackMap stack:
14: ldc ""
StackMap locals:
StackMap stack: java.lang.String
15: astore 5
start local 5 16: aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
astore 6
start local 6 17: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fAttributesProxy:Lcom/sun/org/apache/xerces/internal/util/AttributesProxy;
aload 2
invokevirtual com.sun.org.apache.xerces.internal.util.AttributesProxy.setAttributes:(Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;)V
18: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 5
aload 6
aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fAttributesProxy:Lcom/sun/org/apache/xerces/internal/util/AttributesProxy;
invokeinterface org.xml.sax.ContentHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V
end local 6 end local 5 end local 4 19: goto 22
StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.XMLAttributes com.sun.org.apache.xerces.internal.xni.Augmentations
StackMap stack: org.xml.sax.SAXException
20: astore 4
start local 4 21: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 4
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 4 22: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 23 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 23 2 attributes Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
0 23 3 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
1 19 4 count I
3 13 5 prefix Ljava/lang/String;
4 13 6 uri Ljava/lang/String;
5 13 7 i I
16 19 5 uri Ljava/lang/String;
17 19 6 localpart Ljava/lang/String;
21 22 4 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 19 20 Class org.xml.sax.SAXException
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=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
ifnull 1
aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.uri:Ljava/lang/String;
goto 2
StackMap locals:
StackMap stack:
1: ldc ""
StackMap locals:
StackMap stack: java.lang.String
2: astore 3
start local 3 3: aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
astore 4
start local 4 4: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 3
aload 4
aload 1
getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
invokeinterface org.xml.sax.ContentHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getDeclaredPrefixCount:()I
istore 5
start local 5 6: iload 5
ifle 15
7: iconst_0
istore 6
start local 6 8: goto 11
9: StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.Augmentations java.lang.String java.lang.String int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fNamespaceContext:Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
iload 6
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getDeclaredPrefixAt:(I)Ljava/lang/String;
invokeinterface org.xml.sax.ContentHandler.endPrefixMapping:(Ljava/lang/String;)V
10: iinc 6 1
StackMap locals:
StackMap stack:
11: iload 6
iload 5
if_icmplt 9
end local 6 end local 5 end local 4 end local 3 12: goto 15
StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX com.sun.org.apache.xerces.internal.xni.QName com.sun.org.apache.xerces.internal.xni.Augmentations
StackMap stack: org.xml.sax.SAXException
13: astore 3
start local 3 14: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 3 15: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
0 16 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 16 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3 12 3 uri Ljava/lang/String;
4 12 4 localpart Ljava/lang/String;
6 12 5 count I
8 12 6 i I
14 15 3 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 12 13 Class org.xml.sax.SAXException
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
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
1: aload 0
aload 1
aload 3
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: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
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=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
invokeinterface org.xml.sax.ContentHandler.characters:([CII)V
1: goto 4
StackMap locals:
StackMap stack: org.xml.sax.SAXException
2: astore 3
start local 3 3: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 3 4: StackMap locals:
StackMap stack:
return
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$XNI2SAX;
0 5 1 text Lcom/sun/org/apache/xerces/internal/xni/XMLString;
0 5 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3 4 3 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 1 2 Class org.xml.sax.SAXException
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=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.fContentHandler:Lorg/xml/sax/ContentHandler;
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
aload 1
getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
invokeinterface org.xml.sax.ContentHandler.ignorableWhitespace:([CII)V
1: goto 4
StackMap locals:
StackMap stack: org.xml.sax.SAXException
2: astore 3
start local 3 3: new com.sun.org.apache.xerces.internal.xni.XNIException
dup
aload 3
invokespecial com.sun.org.apache.xerces.internal.xni.XNIException.<init>:(Ljava/lang/Exception;)V
athrow
end local 3 4: StackMap locals:
StackMap stack:
return
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$XNI2SAX;
0 5 1 text Lcom/sun/org/apache/xerces/internal/xni/XMLString;
0 5 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
3 4 3 e Lorg/xml/sax/SAXException;
Exception table:
from to target type
0 1 2 Class org.xml.sax.SAXException
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
text
augs
}
SourceFile: "JAXPValidatorComponent.java"
NestHost: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
InnerClasses:
private final XNI2SAX = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent