public class com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces extends com.sun.org.apache.xml.internal.security.utils.ElementProxy implements com.sun.org.apache.xml.internal.security.transforms.TransformParam
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces
super_class: com.sun.org.apache.xml.internal.security.utils.ElementProxy
{
public static final java.lang.String _TAG_EC_INCLUSIVENAMESPACES;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "InclusiveNamespaces"
public static final java.lang.String _ATT_EC_PREFIXLIST;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "PrefixList"
public static final java.lang.String ExclusiveCanonicalizationNamespace;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.w3.org/2001/10/xml-exc-c14n#"
public void <init>(Document, java.lang.String);
descriptor: (LDocument;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
MethodParameters:
Name Flags
doc
prefixList
public void <init>(Document, java.util.Set<java.lang.String>);
descriptor: (LDocument;Ljava/util/Set;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
Signature: (LDocument;Ljava/util/Set<Ljava/lang/String;>;)V
MethodParameters:
Name Flags
doc
prefixes
public void <init>(Element, java.lang.String);
descriptor: (LElement;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
Exceptions:
throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
MethodParameters:
Name Flags
element
baseURI
public java.lang.String getInclusiveNamespaces();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc "PrefixList"
invokevirtual com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
public static java.util.SortedSet<java.lang.String> prefixStr2Set(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/util/SortedSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: new java.util.TreeSet
dup
invokespecial java.util.TreeSet.<init>:()V
astore 1
start local 1 1: aload 0
ifnull 2
aload 0
invokevirtual java.lang.String.length:()I
ifne 3
2: StackMap locals: java.util.SortedSet
StackMap stack:
aload 1
areturn
3: StackMap locals:
StackMap stack:
aload 0
ldc "\\s"
invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
astore 2
start local 2 4: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 11
StackMap locals: java.lang.String java.util.SortedSet java.lang.String[] top int int java.lang.String[]
StackMap stack:
5: aload 6
iload 4
aaload
astore 3
start local 3 6: aload 3
ldc "#default"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 9
7: aload 1
ldc "xmlns"
invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
pop
8: goto 10
9: StackMap locals: java.lang.String java.util.SortedSet java.lang.String[] java.lang.String int int java.lang.String[]
StackMap stack:
aload 1
aload 3
invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
pop
end local 3 10: StackMap locals: java.lang.String java.util.SortedSet java.lang.String[] top int int java.lang.String[]
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
iload 5
if_icmplt 5
12: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 inclusiveNamespaces Ljava/lang/String;
1 13 1 prefixes Ljava/util/SortedSet<Ljava/lang/String;>;
4 13 2 tokens [Ljava/lang/String;
6 10 3 prefix Ljava/lang/String;
Signature: (Ljava/lang/String;)Ljava/util/SortedSet<Ljava/lang/String;>;
MethodParameters:
Name Flags
inclusiveNamespaces
public java.lang.String getBaseNamespace();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "http://www.w3.org/2001/10/xml-exc-c14n#"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
public java.lang.String getBaseLocalName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "InclusiveNamespaces"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
}
SourceFile: "InclusiveNamespaces.java"