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 34
            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\tElement 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);
    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 34
            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\tElement 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       
      prefixes  

  public java.lang.String getInclusiveNamespaces();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces this
         0: .line 108
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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;

  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 34
            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\tElement 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 static java.util.SortedSet prefixStr2Set(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/SortedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.String inclusiveNamespaces
         0: .line 143
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 1 /* prefixes */
        start local 1 // java.util.SortedSet prefixes
         1: .line 145
            aload 0 /* inclusiveNamespaces */
            ifnull 3
         2: .line 146
            aload 0 /* inclusiveNamespaces */
            invokevirtual java.lang.String.length:()I
            ifne 4
         3: .line 147
      StackMap locals: java.util.SortedSet
      StackMap stack:
            aload 1 /* prefixes */
            areturn
         4: .line 150
      StackMap locals:
      StackMap stack:
            new java.util.StringTokenizer
            dup
            aload 0 /* inclusiveNamespaces */
            ldc " \t\r\n"
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 2 /* st */
        start local 2 // java.util.StringTokenizer st
         5: .line 152
            goto 11
         6: .line 153
      StackMap locals: java.util.StringTokenizer
      StackMap stack:
            aload 2 /* st */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            astore 3 /* prefix */
        start local 3 // java.lang.String prefix
         7: .line 155
            aload 3 /* prefix */
            ldc "#default"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 156
            aload 1 /* prefixes */
            ldc "xmlns"
            invokeinterface java.util.SortedSet.add:(Ljava/lang/Object;)Z
            pop
         9: .line 157
            goto 11
        10: .line 158
      StackMap locals: 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
        11: .line 152
      StackMap locals:
      StackMap stack:
            aload 2 /* st */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 6
        12: .line 162
            aload 1 /* prefixes */
            areturn
        end local 2 // java.util.StringTokenizer st
        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;
            5   13     2                   st  Ljava/util/StringTokenizer;
            7   11     3               prefix  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 171
            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 180
            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"