final class com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent extends com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl implements com.sun.org.apache.xerces.internal.xni.parser.XMLComponent
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
super_class: com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl
{
private static final java.lang.String ENTITY_MANAGER;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/properties/internal/entity-manager"
private static final java.lang.String ERROR_REPORTER;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/properties/internal/error-reporter"
private static final java.lang.String SYMBOL_TABLE;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/properties/internal/symbol-table"
private final javax.xml.validation.ValidatorHandler validator;
descriptor: Ljavax/xml/validation/ValidatorHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX xni2sax;
descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI sax2xni;
descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final javax.xml.validation.TypeInfoProvider typeInfoProvider;
descriptor: Ljavax/xml/validation/TypeInfoProvider;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.sun.org.apache.xerces.internal.xni.Augmentations fCurrentAug;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
flags: (0x0002) ACC_PRIVATE
private com.sun.org.apache.xerces.internal.xni.XMLAttributes fCurrentAttributes;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
flags: (0x0002) ACC_PRIVATE
private com.sun.org.apache.xerces.internal.util.SymbolTable fSymbolTable;
descriptor: Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
flags: (0x0002) ACC_PRIVATE
private com.sun.org.apache.xerces.internal.impl.XMLErrorReporter fErrorReporter;
descriptor: Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
flags: (0x0002) ACC_PRIVATE
private com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver fEntityResolver;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
flags: (0x0002) ACC_PRIVATE
private static final javax.xml.validation.TypeInfoProvider noInfoProvider;
descriptor: Ljavax/xml/validation/TypeInfoProvider;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1
dup
invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1.<init>:()V
putstatic com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.noInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(javax.xml.validation.ValidatorHandler);
descriptor: (Ljavax/xml/validation/ValidatorHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl.<init>:()V
1: aload 0
new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
2: aload 0
new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.sax2xni:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
3: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
4: aload 1
invokevirtual javax.xml.validation.ValidatorHandler.getTypeInfoProvider:()Ljavax/xml/validation/TypeInfoProvider;
astore 2
start local 2 5: aload 2
ifnonnull 6
getstatic com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.noInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
astore 2
6: StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent javax.xml.validation.ValidatorHandler javax.xml.validation.TypeInfoProvider
StackMap stack:
aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.typeInfoProvider:Ljavax/xml/validation/TypeInfoProvider;
7: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.setContentHandler:(Lorg/xml/sax/ContentHandler;)V
8: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.sax2xni:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$SAX2XNI;
invokevirtual javax.xml.validation.ValidatorHandler.setContentHandler:(Lorg/xml/sax/ContentHandler;)V
9: aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.setSide:(Lcom/sun/org/apache/xerces/internal/xni/XMLDocumentHandler;)V
10: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
invokevirtual javax.xml.validation.ValidatorHandler.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
11: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.validator:Ljavax/xml/validation/ValidatorHandler;
new com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3.<init>:(Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;)V
invokevirtual javax.xml.validation.ValidatorHandler.setResourceResolver:(Lorg/w3c/dom/ls/LSResourceResolver;)V
12: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 13 1 validatorHandler Ljavax/xml/validation/ValidatorHandler;
5 13 2 tip Ljavax/xml/validation/TypeInfoProvider;
MethodParameters:
Name Flags
validatorHandler
public void startElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.org.apache.xerces.internal.xni.Augmentations);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
1: aload 0
aload 3
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
2: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
aload 1
aload 2
aconst_null
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.startElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
3: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
4: 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;
0 5 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 5 2 attributes Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
0 5 3 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
element
attributes
augs
public void endElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.Augmentations);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
1: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
aload 1
aconst_null
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.endElement:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
2: return
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;
0 3 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 3 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
element
augs
public void emptyElement(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.XMLAttributes, com.sun.org.apache.xerces.internal.xni.Augmentations);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 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.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.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;
0 3 1 element Lcom/sun/org/apache/xerces/internal/xni/QName;
0 3 2 attributes Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
0 3 3 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
element
attributes
augs
public void characters(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
1: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
aload 1
aconst_null
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.characters:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
2: return
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;
0 3 1 text Lcom/sun/org/apache/xerces/internal/xni/XMLString;
0 3 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
text
augs
public void ignorableWhitespace(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAug:Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
1: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.xni2sax:Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent$XNI2SAX;
aload 1
aconst_null
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX.ignorableWhitespace:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
2: return
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;
0 3 1 text Lcom/sun/org/apache/xerces/internal/xni/XMLString;
0 3 2 augs Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.XNIException
MethodParameters:
Name Flags
text
augs
public void reset(com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc "http://apache.org/xml/properties/internal/symbol-table"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.util.SymbolTable
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
1: aload 0
aload 1
ldc "http://apache.org/xml/properties/internal/error-reporter"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fErrorReporter:Lcom/sun/org/apache/xerces/internal/impl/XMLErrorReporter;
2: aload 0
aload 1
ldc "http://apache.org/xml/properties/internal/entity-manager"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fEntityResolver:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
3: goto 6
4: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
5: aload 0
aconst_null
putfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fEntityResolver:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 7 1 componentManager Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
Exception table:
from to target type
2 3 4 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
componentManager
private void updateAttributes(org.xml.sax.Attributes);
descriptor: (Lorg/xml/sax/Attributes;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=9, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.xml.sax.Attributes.getLength:()I
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 25
3: StackMap locals: int int
StackMap stack:
aload 1
iload 3
invokeinterface org.xml.sax.Attributes.getQName:(I)Ljava/lang/String;
astore 4
start local 4 4: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
aload 4
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getIndex:(Ljava/lang/String;)I
istore 5
start local 5 5: aload 1
iload 3
invokeinterface org.xml.sax.Attributes.getValue:(I)Ljava/lang/String;
astore 6
start local 6 6: iload 5
iconst_m1
if_icmpne 22
7: aload 4
bipush 58
invokevirtual java.lang.String.indexOf:(I)I
istore 8
start local 8 8: iload 8
ifge 11
9: aconst_null
astore 7
start local 7 10: goto 12
end local 7 11: StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent org.xml.sax.Attributes int int java.lang.String int java.lang.String top int
StackMap stack:
aload 0
aload 4
iconst_0
iload 8
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
astore 7
start local 7 12: StackMap locals: com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent org.xml.sax.Attributes int int java.lang.String int java.lang.String java.lang.String int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
13: new com.sun.org.apache.xerces.internal.xni.QName
dup
14: aload 7
15: aload 0
aload 1
iload 3
invokeinterface org.xml.sax.Attributes.getLocalName:(I)Ljava/lang/String;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
16: aload 0
aload 4
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
17: aload 0
aload 1
iload 3
invokeinterface org.xml.sax.Attributes.getURI:(I)Ljava/lang/String;
invokevirtual com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.symbolize:(Ljava/lang/String;)Ljava/lang/String;
18: invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
19: aload 1
iload 3
invokeinterface org.xml.sax.Attributes.getType:(I)Ljava/lang/String;
aload 6
20: invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.addAttribute:(Lcom/sun/org/apache/xerces/internal/xni/QName;Ljava/lang/String;Ljava/lang/String;)I
istore 5
end local 8 end local 7 21: goto 24
22: StackMap locals:
StackMap stack:
aload 6
aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
iload 5
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.getValue:(I)Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 24
23: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fCurrentAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
iload 5
aload 6
invokeinterface com.sun.org.apache.xerces.internal.xni.XMLAttributes.setValue:(ILjava/lang/String;)V
end local 6 end local 5 end local 4 24: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
25: iload 3
iload 2
if_icmplt 3
end local 3 26: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 27 1 atts Lorg/xml/sax/Attributes;
1 27 2 len I
2 26 3 i I
4 24 4 aqn Ljava/lang/String;
5 24 5 j I
6 24 6 av Ljava/lang/String;
10 11 7 prefix Ljava/lang/String;
12 21 7 prefix Ljava/lang/String;
8 21 8 idx I
MethodParameters:
Name Flags
atts
private java.lang.String symbolize(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.SymbolTable.addSymbol:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 1 1 s Ljava/lang/String;
MethodParameters:
Name Flags
s
public java.lang.String[] getRecognizedFeatures();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
public void setFeature(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 1 1 featureId Ljava/lang/String;
0 1 2 state Z
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
featureId
state
public java.lang.String[] getRecognizedProperties();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: iconst_3
anewarray java.lang.String
dup
iconst_0
ldc "http://apache.org/xml/properties/internal/entity-manager"
aastore
dup
iconst_1
ldc "http://apache.org/xml/properties/internal/error-reporter"
aastore
dup
iconst_2
ldc "http://apache.org/xml/properties/internal/symbol-table"
aastore
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
public void setProperty(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 1 1 propertyId Ljava/lang/String;
0 1 2 value Ljava/lang/Object;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
propertyId
value
public java.lang.Boolean getFeatureDefault(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 1 1 featureId Ljava/lang/String;
MethodParameters:
Name Flags
featureId
public java.lang.Object getPropertyDefault(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/jaxp/JAXPValidatorComponent;
0 1 1 propertyId Ljava/lang/String;
MethodParameters:
Name Flags
propertyId
}
SourceFile: "JAXPValidatorComponent.java"
NestMembers:
com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1 com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2 com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3 com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$DraconianErrorHandler com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
InnerClasses:
com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$1
com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$2
com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$3
private final DraconianErrorHandler = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$DraconianErrorHandler of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
private final SAX2XNI = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$SAX2XNI of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
private final XNI2SAX = com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX of com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent