public class com.sun.org.apache.xerces.internal.parsers.DOMParser extends com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.parsers.DOMParser
super_class: com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
{
protected static final java.lang.String USE_ENTITY_RESOLVER2;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://xml.org/sax/features/use-entity-resolver2"
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 XML_SECURITY_PROPERTY_MANAGER;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
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
protected boolean fUseEntityResolver2;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: iconst_1
anewarray java.lang.String
dup
iconst_0
1: ldc "http://java.sun.com/xml/schema/features/report-ignored-element-content-whitespace"
aastore
2: putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
3: iconst_2
anewarray java.lang.String
dup
iconst_0
4: ldc "http://apache.org/xml/properties/internal/symbol-table"
aastore
dup
iconst_1
5: ldc "http://apache.org/xml/properties/internal/grammar-pool"
aastore
6: putstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
7: 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.AbstractDOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
1: aload 0
iconst_1
putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 3 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.DOMParser.<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/DOMParser;
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.DOMParser.<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/DOMParser;
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.AbstractDOMParser.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;)V
1: aload 0
iconst_1
putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
2: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
getstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_PROPERTIES:[Ljava/lang/String;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedProperties:([Ljava/lang/String;)V
3: aload 1
ifnull 5
4: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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
5: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser com.sun.org.apache.xerces.internal.util.SymbolTable com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool
StackMap stack:
aload 2
ifnull 7
6: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
getstatic com.sun.org.apache.xerces.internal.parsers.DOMParser.RECOGNIZED_FEATURES:[Ljava/lang/String;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.addRecognizedFeatures:([Ljava/lang/String;)V
8: 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/DOMParser;
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 parse(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
dup
aconst_null
aload 1
aconst_null
iconst_0
invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
astore 2
start local 2 1: aload 0
aload 2
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
2: goto 30
3: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
astore 3
start local 3 4: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getException:()Ljava/lang/Exception;
astore 4
start local 4 5: aload 4
ifnull 6
aload 4
instanceof java.io.CharConversionException
ifeq 15
6: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
StackMap stack:
new org.xml.sax.helpers.LocatorImpl
dup
invokespecial org.xml.sax.helpers.LocatorImpl.<init>:()V
astore 5
start local 5 7: aload 5
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getPublicId:()Ljava/lang/String;
invokevirtual org.xml.sax.helpers.LocatorImpl.setPublicId:(Ljava/lang/String;)V
8: aload 5
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getExpandedSystemId:()Ljava/lang/String;
invokevirtual org.xml.sax.helpers.LocatorImpl.setSystemId:(Ljava/lang/String;)V
9: aload 5
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getLineNumber:()I
invokevirtual org.xml.sax.helpers.LocatorImpl.setLineNumber:(I)V
10: aload 5
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getColumnNumber:()I
invokevirtual org.xml.sax.helpers.LocatorImpl.setColumnNumber:(I)V
11: aload 4
ifnonnull 13
12: new org.xml.sax.SAXParseException
dup
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
aload 5
invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
goto 14
13: StackMap locals: org.xml.sax.helpers.LocatorImpl
StackMap stack:
new org.xml.sax.SAXParseException
dup
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
aload 5
aload 4
invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;Ljava/lang/Exception;)V
14: StackMap locals:
StackMap stack: org.xml.sax.SAXParseException
athrow
end local 5 15: StackMap locals:
StackMap stack:
aload 4
instanceof org.xml.sax.SAXException
ifeq 17
16: aload 4
checkcast org.xml.sax.SAXException
athrow
17: StackMap locals:
StackMap stack:
aload 4
instanceof java.io.IOException
ifeq 19
18: aload 4
checkcast java.io.IOException
athrow
19: StackMap locals:
StackMap stack:
new org.xml.sax.SAXException
dup
aload 4
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
athrow
end local 4 end local 3 20: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
astore 3
start local 3 21: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.printStackTrace:()V
22: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
astore 4
start local 4 23: aload 4
ifnonnull 25
24: new org.xml.sax.SAXException
dup
aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getMessage:()Ljava/lang/String;
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
athrow
25: StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
StackMap stack:
aload 4
instanceof org.xml.sax.SAXException
ifeq 27
26: aload 4
checkcast org.xml.sax.SAXException
athrow
27: StackMap locals:
StackMap stack:
aload 4
instanceof java.io.IOException
ifeq 29
28: aload 4
checkcast java.io.IOException
athrow
29: StackMap locals:
StackMap stack:
new org.xml.sax.SAXException
dup
aload 4
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
athrow
end local 4 end local 3 30: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 31 1 systemId Ljava/lang/String;
1 31 2 source Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
4 20 3 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
5 20 4 ex Ljava/lang/Exception;
7 15 5 locatorImpl Lorg/xml/sax/helpers/LocatorImpl;
21 30 3 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
23 30 4 ex Ljava/lang/Exception;
Exception table:
from to target type
1 2 3 Class com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
1 2 20 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException, java.io.IOException
MethodParameters:
Name Flags
systemId
public void parse(org.xml.sax.InputSource);
descriptor: (Lorg/xml/sax/InputSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
dup
aload 1
invokevirtual org.xml.sax.InputSource.getPublicId:()Ljava/lang/String;
1: aload 1
invokevirtual org.xml.sax.InputSource.getSystemId:()Ljava/lang/String;
2: aconst_null
iconst_0
3: invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
4: astore 2
start local 2 5: aload 2
aload 1
invokevirtual org.xml.sax.InputSource.getByteStream:()Ljava/io/InputStream;
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setByteStream:(Ljava/io/InputStream;)V
6: aload 2
aload 1
invokevirtual org.xml.sax.InputSource.getCharacterStream:()Ljava/io/Reader;
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setCharacterStream:(Ljava/io/Reader;)V
7: aload 2
aload 1
invokevirtual org.xml.sax.InputSource.getEncoding:()Ljava/lang/String;
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setEncoding:(Ljava/lang/String;)V
8: aload 0
aload 2
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.parse:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
end local 2 9: goto 36
10: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
astore 2
start local 2 11: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getException:()Ljava/lang/Exception;
astore 3
start local 3 12: aload 3
ifnull 13
aload 3
instanceof java.io.CharConversionException
ifeq 22
13: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLParseException java.lang.Exception
StackMap stack:
new org.xml.sax.helpers.LocatorImpl
dup
invokespecial org.xml.sax.helpers.LocatorImpl.<init>:()V
astore 4
start local 4 14: aload 4
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getPublicId:()Ljava/lang/String;
invokevirtual org.xml.sax.helpers.LocatorImpl.setPublicId:(Ljava/lang/String;)V
15: aload 4
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getExpandedSystemId:()Ljava/lang/String;
invokevirtual org.xml.sax.helpers.LocatorImpl.setSystemId:(Ljava/lang/String;)V
16: aload 4
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getLineNumber:()I
invokevirtual org.xml.sax.helpers.LocatorImpl.setLineNumber:(I)V
17: aload 4
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getColumnNumber:()I
invokevirtual org.xml.sax.helpers.LocatorImpl.setColumnNumber:(I)V
18: aload 3
ifnonnull 20
19: new org.xml.sax.SAXParseException
dup
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
aload 4
invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;)V
goto 21
20: StackMap locals: org.xml.sax.helpers.LocatorImpl
StackMap stack:
new org.xml.sax.SAXParseException
dup
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLParseException.getMessage:()Ljava/lang/String;
aload 4
aload 3
invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;Ljava/lang/Exception;)V
21: StackMap locals:
StackMap stack: org.xml.sax.SAXParseException
athrow
end local 4 22: StackMap locals:
StackMap stack:
aload 3
instanceof org.xml.sax.SAXException
ifeq 24
23: aload 3
checkcast org.xml.sax.SAXException
athrow
24: StackMap locals:
StackMap stack:
aload 3
instanceof java.io.IOException
ifeq 26
25: aload 3
checkcast java.io.IOException
athrow
26: StackMap locals:
StackMap stack:
new org.xml.sax.SAXException
dup
aload 3
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
athrow
end local 3 end local 2 27: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.InputSource
StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
astore 2
start local 2 28: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getException:()Ljava/lang/Exception;
astore 3
start local 3 29: aload 3
ifnonnull 31
30: new org.xml.sax.SAXException
dup
aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.XNIException.getMessage:()Ljava/lang/String;
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
athrow
31: StackMap locals: com.sun.org.apache.xerces.internal.xni.XNIException java.lang.Exception
StackMap stack:
aload 3
instanceof org.xml.sax.SAXException
ifeq 33
32: aload 3
checkcast org.xml.sax.SAXException
athrow
33: StackMap locals:
StackMap stack:
aload 3
instanceof java.io.IOException
ifeq 35
34: aload 3
checkcast java.io.IOException
athrow
35: StackMap locals:
StackMap stack:
new org.xml.sax.SAXException
dup
aload 3
invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/Exception;)V
athrow
end local 3 end local 2 36: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 37 1 inputSource Lorg/xml/sax/InputSource;
5 9 2 xmlInputSource Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
11 27 2 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParseException;
12 27 3 ex Ljava/lang/Exception;
14 22 4 locatorImpl Lorg/xml/sax/helpers/LocatorImpl;
28 36 2 e Lcom/sun/org/apache/xerces/internal/xni/XNIException;
29 36 3 ex Ljava/lang/Exception;
Exception table:
from to target type
0 9 10 Class com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
0 9 27 Class com.sun.org.apache.xerces.internal.xni.XNIException
Exceptions:
throws org.xml.sax.SAXException, java.io.IOException
MethodParameters:
Name Flags
inputSource
public void setEntityResolver(org.xml.sax.EntityResolver);
descriptor: (Lorg/xml/sax/EntityResolver;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/entity-resolver"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
astore 2
start local 2 1: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
ifeq 10
aload 1
instanceof org.xml.sax.ext.EntityResolver2
ifeq 10
2: aload 2
instanceof com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
ifeq 6
3: aload 2
checkcast com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
astore 3
start local 3 4: aload 3
aload 1
checkcast org.xml.sax.ext.EntityResolver2
invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.setEntityResolver:(Lorg/xml/sax/ext/EntityResolver2;)V
end local 3 5: goto 19
6: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/entity-resolver"
7: new com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
dup
aload 1
checkcast org.xml.sax.ext.EntityResolver2
invokespecial com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.<init>:(Lorg/xml/sax/ext/EntityResolver2;)V
8: invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
9: goto 19
10: StackMap locals:
StackMap stack:
aload 2
instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
ifeq 14
11: aload 2
checkcast com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
astore 3
start local 3 12: aload 3
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V
end local 3 13: goto 19
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/entity-resolver"
15: new com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
dup
aload 1
invokespecial com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.<init>:(Lorg/xml/sax/EntityResolver;)V
16: invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
end local 2 17: goto 19
18: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.EntityResolver
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
19: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 20 1 resolver Lorg/xml/sax/EntityResolver;
1 17 2 xer Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
4 5 3 er2w Lcom/sun/org/apache/xerces/internal/util/EntityResolver2Wrapper;
12 13 3 erw Lcom/sun/org/apache/xerces/internal/util/EntityResolverWrapper;
Exception table:
from to target type
0 17 18 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
resolver
public org.xml.sax.EntityResolver getEntityResolver();
descriptor: ()Lorg/xml/sax/EntityResolver;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/entity-resolver"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
2: astore 2
start local 2 3: aload 2
ifnull 13
4: aload 2
instanceof com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
ifeq 8
5: aload 2
checkcast com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.getEntityResolver:()Lorg/xml/sax/EntityResolver;
6: astore 1
7: goto 13
8: StackMap locals: org.xml.sax.EntityResolver com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver
StackMap stack:
aload 2
instanceof com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
ifeq 13
9: aload 2
checkcast com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
invokevirtual com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.getEntityResolver:()Lorg/xml/sax/ext/EntityResolver2;
10: astore 1
end local 2 11: goto 13
12: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.EntityResolver
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
13: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
1 14 1 entityResolver Lorg/xml/sax/EntityResolver;
3 11 2 xmlEntityResolver Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;
Exception table:
from to target type
1 11 12 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
public void setErrorHandler(org.xml.sax.ErrorHandler);
descriptor: (Lorg/xml/sax/ErrorHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/error-handler"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler
astore 2
start local 2 1: aload 2
instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
ifeq 5
2: aload 2
checkcast com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
astore 3
start local 3 3: aload 3
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
end local 3 4: goto 10
5: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/error-handler"
6: new com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
dup
aload 1
invokespecial com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.<init>:(Lorg/xml/sax/ErrorHandler;)V
7: invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
end local 2 8: goto 10
9: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.ErrorHandler
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
10: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 11 1 errorHandler Lorg/xml/sax/ErrorHandler;
1 8 2 xeh Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
3 4 3 ehw Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
Exception table:
from to target type
0 8 9 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
errorHandler
public org.xml.sax.ErrorHandler getErrorHandler();
descriptor: ()Lorg/xml/sax/ErrorHandler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://apache.org/xml/properties/internal/error-handler"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.xni.parser.XMLErrorHandler
2: astore 2
start local 2 3: aload 2
ifnull 8
4: aload 2
instanceof com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
ifeq 8
5: aload 2
checkcast com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
invokevirtual com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.getErrorHandler:()Lorg/xml/sax/ErrorHandler;
astore 1
end local 2 6: goto 8
7: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser org.xml.sax.ErrorHandler
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
8: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
1 9 1 errorHandler Lorg/xml/sax/ErrorHandler;
3 6 2 xmlErrorHandler Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;
Exception table:
from to target type
1 6 7 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
public void setFeature(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ldc "http://xml.org/sax/features/use-entity-resolver2"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
1: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
if_icmpeq 4
2: aload 0
iload 2
putfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
3: aload 0
aload 0
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.getEntityResolver:()Lorg/xml/sax/EntityResolver;
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V
4: StackMap locals:
StackMap stack:
return
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
aload 1
iload 2
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setFeature:(Ljava/lang/String;Z)V
6: goto 20
7: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
astore 3
start local 3 8: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
astore 4
start local 4 9: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
if_acmpne 15
10: new org.xml.sax.SAXNotRecognizedException
dup
11: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
12: ldc "feature-not-recognized"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
13: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
14: invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
StackMap stack:
new org.xml.sax.SAXNotSupportedException
dup
16: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
17: ldc "feature-not-supported"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
18: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
19: invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
athrow
end local 4 end local 3 20: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 21 1 featureId Ljava/lang/String;
0 21 2 state Z
8 20 3 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
9 20 4 identifier Ljava/lang/String;
Exception table:
from to target type
0 4 7 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
5 6 7 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
Exceptions:
throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
MethodParameters:
Name Flags
featureId
state
public boolean getFeature(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ldc "http://xml.org/sax/features/use-entity-resolver2"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 3
1: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fUseEntityResolver2:Z
2: ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getFeature:(Ljava/lang/String;)Z
4: ireturn
5: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
astore 2
start local 2 6: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
astore 3
start local 3 7: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
if_acmpne 13
8: new org.xml.sax.SAXNotRecognizedException
dup
9: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
10: ldc "feature-not-recognized"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 3
aastore
11: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
12: invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
athrow
13: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
StackMap stack:
new org.xml.sax.SAXNotSupportedException
dup
14: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
15: ldc "feature-not-supported"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 3
aastore
16: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
17: invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 18 1 featureId Ljava/lang/String;
6 18 2 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
7 18 3 identifier Ljava/lang/String;
Exception table:
from to target type
0 2 5 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
3 4 5 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
Exceptions:
throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
MethodParameters:
Name Flags
featureId
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.DOMParser.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.DOMParser.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.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(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.DOMParser.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.DOMParser.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.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
10: return
11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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.DOMParser.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.DOMParser.securityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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.DOMParser.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.DOMParser.securityPropertyManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(Ljava/lang/String;Ljava/lang/Object;)V
17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.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.DOMParser.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.DOMParser.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
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.setProperty0:(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/DOMParser;
0 24 1 propertyId 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
propertyId
value
public void setProperty0(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
aload 1
aload 2
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
1: goto 15
2: StackMap locals:
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
astore 3
start local 3 3: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
astore 4
start local 4 4: aload 3
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
if_acmpne 10
5: new org.xml.sax.SAXNotRecognizedException
dup
6: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
7: ldc "property-not-recognized"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
8: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
9: invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
StackMap stack:
new org.xml.sax.SAXNotSupportedException
dup
11: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
12: ldc "property-not-supported"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 4
aastore
13: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
14: invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
athrow
end local 4 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/parsers/DOMParser;
0 16 1 propertyId Ljava/lang/String;
0 16 2 value Ljava/lang/Object;
3 15 3 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
4 15 4 identifier Ljava/lang/String;
Exception table:
from to target type
0 1 2 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
Exceptions:
throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
MethodParameters:
Name Flags
propertyId
value
public java.lang.Object getProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ldc "http://apache.org/xml/properties/dom/current-element-node"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
1: iconst_0
istore 2
start local 2 2: aload 0
ldc "http://apache.org/xml/features/dom/defer-node-expansion"
invokevirtual com.sun.org.apache.xerces.internal.parsers.DOMParser.getFeature:(Ljava/lang/String;)Z
istore 2
3: goto 5
4: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String int
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
pop
5: StackMap locals:
StackMap stack:
iload 2
ifeq 7
6: new org.xml.sax.SAXNotSupportedException
dup
ldc "Current element node cannot be queried when node expansion is deferred."
invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
ifnull 9
8: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
invokeinterface org.w3c.dom.Node.getNodeType:()S
iconst_1
if_icmpne 9
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fCurrentNode:Lorg/w3c/dom/Node;
goto 10
StackMap locals:
StackMap stack:
9: aconst_null
10: StackMap locals:
StackMap stack: org.w3c.dom.Node
areturn
end local 2 11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
12: checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
astore 2
start local 2 13: aload 2
aload 1
invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getIndex:(Ljava/lang/String;)I
istore 3
start local 3 14: iload 3
iconst_m1
if_icmple 17
15: aload 2
iload 3
invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.getValueByIndex:(I)Ljava/lang/String;
16: areturn
17: StackMap locals: com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
18: areturn
end local 3 end local 2 19: StackMap locals: com.sun.org.apache.xerces.internal.parsers.DOMParser java.lang.String
StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
astore 2
start local 2 20: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
astore 3
start local 3 21: aload 2
invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
if_acmpne 27
22: new org.xml.sax.SAXNotRecognizedException
dup
23: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
24: ldc "property-not-recognized"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 3
aastore
25: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
26: invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
athrow
27: StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
StackMap stack:
new org.xml.sax.SAXNotSupportedException
dup
28: aload 0
getfield com.sun.org.apache.xerces.internal.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration.getLocale:()Ljava/util/Locale;
29: ldc "property-not-supported"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 3
aastore
30: invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
31: invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
0 32 1 propertyId Ljava/lang/String;
2 11 2 deferred Z
13 19 2 spm Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
14 19 3 index I
20 32 2 e Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
21 32 3 identifier Ljava/lang/String;
Exception table:
from to target type
2 3 4 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
11 16 19 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
17 18 19 Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
Exceptions:
throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
MethodParameters:
Name Flags
propertyId
public com.sun.org.apache.xerces.internal.xni.parser.XMLParserConfiguration getXMLParserConfiguration();
descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
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.parsers.DOMParser.fConfiguration:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/parsers/DOMParser;
}
SourceFile: "DOMParser.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