public abstract class com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl extends com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl
  super_class: com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase
{
  java.util.TreeSet _inclusiveNSSet;
    descriptor: Ljava/util/TreeSet;
    flags: (0x0000) 

  static final java.lang.String XMLNS_URI;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/xmlns/"

  final java.util.SortedSet result;
    descriptor: Ljava/util/SortedSet;
    flags: (0x0010) ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
        start local 1 // boolean includeComments
         0: .line 73
            aload 0 /* this */
            iload 1 /* includeComments */
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase.<init>:(Z)V
         1: .line 64
            aload 0 /* this */
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl._inclusiveNSSet:Ljava/util/TreeSet;
         2: .line 66
            aload 0 /* this */
            new java.util.TreeSet
            dup
            getstatic com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl.COMPARE:Lcom/sun/org/apache/xml/internal/security/c14n/helper/AttrCompare;
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Comparator;)V
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl.result:Ljava/util/SortedSet;
         3: .line 74
            return
        end local 1 // boolean includeComments
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
            0    4     1  includeComments  Z
    MethodParameters:
                 Name  Flags
      includeComments  

  public byte[] engineCanonicalizeSubTree(Node);
    descriptor: (LNode;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNode 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.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
          Name  Flags
      rootNode  

  public byte[] engineCanonicalizeSubTree(Node, java.lang.String);
    descriptor: (LNode;Ljava/lang/String;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNode 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.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
                     Name  Flags
      rootNode             
      inclusiveNamespaces  

  public byte[] engineCanonicalizeSubTree(Node, java.lang.String, Node);
    descriptor: (LNode;Ljava/lang/String;LNode;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tNode 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.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
                     Name  Flags
      rootNode             
      inclusiveNamespaces  
      excl                 

  public byte[] engineCanonicalize(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;Ljava/lang/String;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
        start local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput rootNode
        start local 2 // java.lang.String inclusiveNamespaces
         0: .line 122
            aload 0 /* this */
         1: .line 123
            aload 2 /* inclusiveNamespaces */
            invokestatic com.sun.org.apache.xml.internal.security.transforms.params.InclusiveNamespaces.prefixStr2Set:(Ljava/lang/String;)Ljava/util/SortedSet;
         2: .line 122
            checkcast java.util.TreeSet
            putfield com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl._inclusiveNSSet:Ljava/util/TreeSet;
         3: .line 124
            aload 0 /* this */
            aload 1 /* rootNode */
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase.engineCanonicalize:(Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)[B
            areturn
        end local 2 // java.lang.String inclusiveNamespaces
        end local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput rootNode
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
            0    4     1             rootNode  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            0    4     2  inclusiveNamespaces  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
                     Name  Flags
      rootNode             
      inclusiveNamespaces  

  java.util.Iterator handleAttributesSubtree(Element, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbTable);
    descriptor: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;)Ljava/util/Iterator;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tThe method getMapping(String) from the type NameSpaceSymbTable refers to the missing type Attr\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
      E     
      ns    

  public byte[] engineCanonicalizeXPathNodeSet(java.util.Set<Node>, java.lang.String);
    descriptor: (Ljava/util/Set;Ljava/lang/String;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 210
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tName clash: The method engineCanonicalizeXPathNodeSet(Set<Node>, String) of type Canonicalizer20010315Excl has the same erasure as engineCanonicalizeXPathNodeSet(Set<Node>, String) of type CanonicalizerSpi but does not override it\n\tNode 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.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    Signature: (Ljava/util/Set<LNode;>;Ljava/lang/String;)[B
    MethodParameters:
                     Name  Flags
      xpathNodeSet         
      inclusiveNamespaces  

  final java.util.Iterator handleAttributes(Element, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbTable);
    descriptor: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;)Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 225
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tThe method getMapping(String) from the type NameSpaceSymbTable refers to the missing type Attr\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
      E     
      ns    

  void circumventBugIfNeeded(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
         0: .line 331
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tThe method getSubNode() from the type XMLSignatureInput refers to the missing type Node\n\tThe method getSubNode() from the type XMLSignatureInput refers to the missing type Node\n\tThe method getOwnerDocument(Set<Node>) from the type XMLUtils refers to the missing type Document\n\tThe method getNodeSet() from the type XMLSignatureInput refers to the missing type ParserConfigurationException\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315Excl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315Excl;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, ParserConfigurationException, java.io.IOException, SAXException
    MethodParameters:
       Name  Flags
      input  
}
SourceFile: "Canonicalizer20010315Excl.java"