public class com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings implements com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings
super_class: java.lang.Object
{
protected static final java.lang.String PARSER_SETTINGS;
descriptor: Ljava/lang/String;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: "http://apache.org/xml/features/internal/parser-settings"
protected java.util.Set<java.lang.String> fRecognizedProperties;
descriptor: Ljava/util/Set;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/Set<Ljava/lang/String;>;
protected java.util.Map<java.lang.String, java.lang.Object> fProperties;
descriptor: Ljava/util/Map;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
protected java.util.Set<java.lang.String> fRecognizedFeatures;
descriptor: Ljava/util/Set;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/Set<Ljava/lang/String;>;
protected java.util.Map<java.lang.String, java.lang.Boolean> fFeatures;
descriptor: Ljava/util/Map;
flags: (0x0004) ACC_PROTECTED
Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Boolean;>;
protected com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager fParentSettings;
descriptor: Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
invokespecial com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.<init>:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
public void <init>(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
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedFeatures:Ljava/util/Set;
2: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedProperties:Ljava/util/Set;
3: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fFeatures:Ljava/util/Map;
4: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fProperties:Ljava/util/Map;
5: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fParentSettings:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 7 1 parent Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
MethodParameters:
Name Flags
parent
public void addRecognizedFeatures(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 1
arraylength
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 9
5: StackMap locals: int int
StackMap stack:
aload 1
iload 3
aaload
astore 4
start local 4 6: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedFeatures:Ljava/util/Set;
aload 4
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 8
7: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedFeatures:Ljava/util/Set;
aload 4
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 4 8: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
9: iload 3
iload 2
if_icmplt 5
end local 3 10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 11 1 featureIds [Ljava/lang/String;
3 11 2 featureIdsCount I
4 10 3 i I
6 8 4 featureId Ljava/lang/String;
MethodParameters:
Name Flags
featureIds
public void setFeature(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkFeature:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
astore 3
start local 3 1: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.FeatureState.isExceptional:()Z
ifeq 3
2: new com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
dup
aload 3
getfield com.sun.org.apache.xerces.internal.util.FeatureState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
aload 1
invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
athrow
3: StackMap locals: com.sun.org.apache.xerces.internal.util.FeatureState
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fFeatures:Ljava/util/Map;
aload 1
iload 2
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
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/util/ParserConfigurationSettings;
0 5 1 featureId Ljava/lang/String;
0 5 2 state Z
1 5 3 checkState Lcom/sun/org/apache/xerces/internal/util/FeatureState;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
featureId
state
public void addRecognizedProperties(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedProperties:Ljava/util/Set;
aload 1
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 2 1 propertyIds [Ljava/lang/String;
MethodParameters:
Name Flags
propertyIds
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 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkProperty:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
astore 3
start local 3 1: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.PropertyState.isExceptional:()Z
ifeq 3
2: new com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
dup
aload 3
getfield com.sun.org.apache.xerces.internal.util.PropertyState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
aload 1
invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
athrow
3: StackMap locals: com.sun.org.apache.xerces.internal.util.PropertyState
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fProperties:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
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/util/ParserConfigurationSettings;
0 5 1 propertyId Ljava/lang/String;
0 5 2 value Ljava/lang/Object;
1 5 3 checkState Lcom/sun/org/apache/xerces/internal/util/PropertyState;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
propertyId
value
public final boolean getFeature(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.getFeatureState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
astore 2
start local 2 1: aload 2
invokevirtual com.sun.org.apache.xerces.internal.util.FeatureState.isExceptional:()Z
ifeq 3
2: new com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
dup
aload 2
getfield com.sun.org.apache.xerces.internal.util.FeatureState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
aload 1
invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
athrow
3: StackMap locals: com.sun.org.apache.xerces.internal.util.FeatureState
StackMap stack:
aload 2
getfield com.sun.org.apache.xerces.internal.util.FeatureState.state:Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 4 1 featureId Ljava/lang/String;
1 4 2 state Lcom/sun/org/apache/xerces/internal/util/FeatureState;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
featureId
public final boolean getFeature(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.getFeatureState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
astore 3
start local 3 1: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.FeatureState.isExceptional:()Z
ifeq 3
2: iload 2
ireturn
3: StackMap locals: com.sun.org.apache.xerces.internal.util.FeatureState
StackMap stack:
aload 3
getfield com.sun.org.apache.xerces.internal.util.FeatureState.state:Z
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 4 1 featureId Ljava/lang/String;
0 4 2 defaultValue Z
1 4 3 state Lcom/sun/org/apache/xerces/internal/util/FeatureState;
MethodParameters:
Name Flags
featureId
defaultValue
public com.sun.org.apache.xerces.internal.util.FeatureState getFeatureState(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fFeatures:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Boolean
astore 2
start local 2 1: aload 2
ifnonnull 6
2: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkFeature:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
astore 3
start local 3 3: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.FeatureState.isExceptional:()Z
ifeq 5
4: aload 3
areturn
5: StackMap locals: java.lang.Boolean com.sun.org.apache.xerces.internal.util.FeatureState
StackMap stack:
iconst_0
invokestatic com.sun.org.apache.xerces.internal.util.FeatureState.is:(Z)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
areturn
end local 3 6: StackMap locals:
StackMap stack:
aload 2
invokevirtual java.lang.Boolean.booleanValue:()Z
invokestatic com.sun.org.apache.xerces.internal.util.FeatureState.is:(Z)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 7 1 featureId Ljava/lang/String;
1 7 2 state Ljava/lang/Boolean;
3 6 3 checkState Lcom/sun/org/apache/xerces/internal/util/FeatureState;
MethodParameters:
Name Flags
featureId
public final java.lang.Object getProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.getPropertyState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
astore 2
start local 2 1: aload 2
invokevirtual com.sun.org.apache.xerces.internal.util.PropertyState.isExceptional:()Z
ifeq 3
2: new com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
dup
aload 2
getfield com.sun.org.apache.xerces.internal.util.PropertyState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
aload 1
invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/String;)V
athrow
3: StackMap locals: com.sun.org.apache.xerces.internal.util.PropertyState
StackMap stack:
aload 2
getfield com.sun.org.apache.xerces.internal.util.PropertyState.state:Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 4 1 propertyId Ljava/lang/String;
1 4 2 state Lcom/sun/org/apache/xerces/internal/util/PropertyState;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
propertyId
public final java.lang.Object getProperty(java.lang.String, java.lang.Object);
descriptor: (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.getPropertyState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
astore 3
start local 3 1: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.PropertyState.isExceptional:()Z
ifeq 3
2: aload 2
areturn
3: StackMap locals: com.sun.org.apache.xerces.internal.util.PropertyState
StackMap stack:
aload 3
getfield com.sun.org.apache.xerces.internal.util.PropertyState.state:Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 4 1 propertyId Ljava/lang/String;
0 4 2 defaultValue Ljava/lang/Object;
1 4 3 state Lcom/sun/org/apache/xerces/internal/util/PropertyState;
MethodParameters:
Name Flags
propertyId
defaultValue
public com.sun.org.apache.xerces.internal.util.PropertyState getPropertyState(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fProperties:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
ifnonnull 5
2: aload 0
aload 1
invokevirtual com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.checkProperty:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
astore 3
start local 3 3: aload 3
invokevirtual com.sun.org.apache.xerces.internal.util.PropertyState.isExceptional:()Z
ifeq 5
4: aload 3
areturn
end local 3 5: StackMap locals: java.lang.Object
StackMap stack:
aload 2
invokestatic com.sun.org.apache.xerces.internal.util.PropertyState.is:(Ljava/lang/Object;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 6 1 propertyId Ljava/lang/String;
1 6 2 propertyValue Ljava/lang/Object;
3 5 3 state Lcom/sun/org/apache/xerces/internal/util/PropertyState;
MethodParameters:
Name Flags
propertyId
protected com.sun.org.apache.xerces.internal.util.FeatureState checkFeature(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedFeatures:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 4
1: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fParentSettings:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
ifnull 3
2: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fParentSettings:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getFeatureState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/FeatureState;
areturn
3: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xerces.internal.util.FeatureState.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
areturn
4: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xerces.internal.util.FeatureState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/FeatureState;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 5 1 featureId Ljava/lang/String;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
featureId
protected com.sun.org.apache.xerces.internal.util.PropertyState checkProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fRecognizedProperties:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifne 6
1: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fParentSettings:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
ifnull 5
2: aload 0
getfield com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings.fParentSettings:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager;
aload 1
invokeinterface com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager.getPropertyState:(Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
astore 2
start local 2 3: aload 2
invokevirtual com.sun.org.apache.xerces.internal.util.PropertyState.isExceptional:()Z
ifeq 6
4: aload 2
areturn
end local 2 5: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xerces.internal.util.PropertyState.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
areturn
6: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xerces.internal.util.PropertyState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/util/ParserConfigurationSettings;
0 7 1 propertyId Ljava/lang/String;
3 5 2 state Lcom/sun/org/apache/xerces/internal/util/PropertyState;
Exceptions:
throws com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
MethodParameters:
Name Flags
propertyId
}
SourceFile: "ParserConfigurationSettings.java"