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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 32
            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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 32
            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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 32
            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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 113
            aload 0 /* this */
            ldc "PrefixList"
            invokevirtual com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      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 // java.lang.String inclusiveNamespaces
         0: .line 134
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 1 /* prefixes */
        start local 1 // java.util.SortedSet prefixes
         1: .line 136
            aload 0 /* inclusiveNamespaces */
            ifnull 2
            aload 0 /* inclusiveNamespaces */
            invokevirtual java.lang.String.length:()I
            ifne 3
         2: .line 137
      StackMap locals: java.util.SortedSet
      StackMap stack:
            aload 1 /* prefixes */
            areturn
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* inclusiveNamespaces */
            ldc "\\s"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* tokens */
        start local 2 // java.lang.String[] tokens
         4: .line 141
            aload 2 /* tokens */
            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 /* prefix */
        start local 3 // java.lang.String prefix
         6: .line 142
            aload 3 /* prefix */
            ldc "#default"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 143
            aload 1 /* prefixes */
            ldc "xmlns"
            invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
            pop
         8: .line 144
            goto 10
         9: .line 145
      StackMap locals: java.lang.String java.util.SortedSet java.lang.String[] java.lang.String int int java.lang.String[]
      StackMap stack:
            aload 1 /* prefixes */
            aload 3 /* prefix */
            invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.lang.String prefix
        10: .line 141
      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: .line 149
            aload 1 /* prefixes */
            areturn
        end local 2 // java.lang.String[] tokens
        end local 1 // java.util.SortedSet prefixes
        end local 0 // java.lang.String inclusiveNamespaces
      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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 158
            ldc "http://www.w3.org/2001/10/xml-exc-c14n#"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      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 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 167
            ldc "InclusiveNamespaces"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/params/InclusiveNamespaces;
}
SourceFile: "InclusiveNamespaces.java"