public class com.sun.org.apache.xerces.internal.parsers.SAXParser extends com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.parsers.SAXParser
super_class: com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
{
protected static final java.lang.String NOTIFY_BUILTIN_REFS;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/features/scanner/notify-builtin-refs"
protected static final java.lang.String REPORT_WHITESPACE;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"
private static final java.lang.String[] RECOGNIZED_FEATURES;
descriptor: [Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
protected static final java.lang.String SYMBOL_TABLE;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/properties/internal/symbol-table"
protected static final java.lang.String XMLGRAMMAR_POOL;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/properties/internal/grammar-pool"
private static final java.lang.String[] RECOGNIZED_PROPERTIES;
descriptor: [Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: iconst_2
anewarray java.lang.String
dup
iconst_0
1: ldc "http://apache.org/xml/features/scanner/notify-builtin-refs"
aastore
dup
iconst_1
2: ldc "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"
aastore
3: putstatic com.sun.org.apache.xerces.internal.parsers.SAXParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
4: iconst_2
anewarray java.lang.String
dup
iconst_0
5: ldc "http://apache.org/xml/properties/internal/symbol-table"
aastore
dup
iconst_1
6: ldc "http://apache.org/xml/properties/internal/grammar-pool"
aastore
7: putstatic com.sun.org.apache.xerces.internal.parsers.SAXParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
8: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/parsers/SAXParser;
0 2 1 config Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
MethodParameters:
Name Flags
config
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
aconst_null
invokespecial com.sun.org.apache.xerces.internal.parsers.SAXParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/parsers/SAXParser;
public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial com.sun.org.apache.xerces.internal.parsers.SAXParser.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/parsers/SAXParser;
0 2 1 symbolTable Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
MethodParameters:
Name Flags
symbolTable
public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool);
descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)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
new com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
dup
invokespecial com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.<init>:()V
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
1: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
getstatic com.sun.org.apache.xerces.internal.parsers.SAXParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
2: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/features/scanner/notify-builtin-refs"
iconst_1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
3: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
getstatic com.sun.org.apache.xerces.internal.parsers.SAXParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
4: aload 1
ifnull 6
5: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/symbol-table"
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
6: StackMap locals: com.sun.org.apache.xerces.internal.parsers.SAXParser com.sun.org.apache.xerces.internal.util.SymbolTable com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
StackMap stack:
aload 2
ifnull 8
7: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/grammar-pool"
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
8: StackMap locals:
StackMap stack:
return
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/parsers/SAXParser;
0 9 1 symbolTable Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
0 9 2 grammarPool Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
MethodParameters:
Name Flags
symbolTable
grammarPool
public void setProperty(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ldc "http://apache.org/xml/properties/security-manager"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
1: aload 0
aload 2
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
invokestatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.convert:(Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;)Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
putfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
2: aload 0
ldc "http://apache.org/xml/properties/security-manager"
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
3: return
4: StackMap locals:
StackMap stack:
aload 1
ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
5: aload 2
ifnonnull 8
6: aload 0
new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
dup
invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
putfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
aload 2
checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
putfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
9: StackMap locals:
StackMap stack:
aload 0
ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
10: return
11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
ifnonnull 14
12: aload 0
new com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
dup
iconst_1
invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.<init>:(Z)V
putfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
13: aload 0
ldc "http://apache.org/xml/properties/security-manager"
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
ifnonnull 17
15: aload 0
new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
dup
invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
putfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
16: aload 0
ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
aload 1
invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getIndex:(Ljava/lang/String;)I
istore 3
start local 3 18: iload 3
iconst_m1
if_icmple 21
19: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
iload 3
getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;
aload 2
checkcast java.lang.String
invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.setValue:(ILcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;Ljava/lang/String;)V
20: goto 23
21: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.SAXParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
aload 1
getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;
aload 2
invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.setLimit:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;Ljava/lang/Object;)Z
ifne 23
22: aload 0
aload 1
aload 2
invokespecial com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
23: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/org/apache/xerces/internal/parsers/SAXParser;
0 24 1 name Ljava/lang/String;
0 24 2 value Ljava/lang/Object;
18 24 3 index I
Exceptions:
throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
MethodParameters:
Name Flags
name
value
}
SourceFile: "SAXParser.java"
InnerClasses:
public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager