public final class com.sun.org.apache.xml.internal.security.transforms.Transform extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.transforms.Transform
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  private static java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.util.Map<java.lang.String, java.lang.Class<? extends com.sun.org.apache.xml.internal.security.transforms.TransformSpi>> transformSpiHash;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;>;

  private final com.sun.org.apache.xml.internal.security.transforms.TransformSpi transformSpi;
    descriptor: Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 74
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 73
            putstatic com.sun.org.apache.xml.internal.security.transforms.Transform.log:Ljava/util/logging/Logger;
         2: .line 78
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
         3: .line 77
            putstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
         4: .line 78
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.Transform this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.xml.parsers cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.xml cannot be resolved\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method initializeTransform(String, NodeList) from the type Transform refers to the missing type NodeList\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method enginePerformTransform(XMLSignatureInput, OutputStream, Transform) from the type TransformSpi refers to the missing type ParserConfigurationException\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tNodeList 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException
    MethodParameters:
              Name  Flags
      doc           
      algorithmURI  

  public void <init>(Document, java.lang.String, Element);
    descriptor: (LDocument;Ljava/lang/String;LElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.xml.parsers cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.xml cannot be resolved\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method initializeTransform(String, NodeList) from the type Transform refers to the missing type NodeList\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method enginePerformTransform(XMLSignatureInput, OutputStream, Transform) from the type TransformSpi refers to the missing type ParserConfigurationException\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tNodeList 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException
    MethodParameters:
              Name  Flags
      doc           
      algorithmURI  
      contextChild  

  public void <init>(Document, java.lang.String, NodeList);
    descriptor: (LDocument;Ljava/lang/String;LNodeList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.xml.parsers cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.xml cannot be resolved\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method initializeTransform(String, NodeList) from the type Transform refers to the missing type NodeList\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method enginePerformTransform(XMLSignatureInput, OutputStream, Transform) from the type TransformSpi refers to the missing type ParserConfigurationException\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tNodeList 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException
    MethodParameters:
              Name  Flags
      doc           
      algorithmURI  
      contextNodes  

  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.Transform this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.xml.parsers cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.xml cannot be resolved\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method initializeTransform(String, NodeList) from the type Transform refers to the missing type NodeList\n\tDocument cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method enginePerformTransform(XMLSignatureInput, OutputStream, Transform) from the type TransformSpi refers to the missing type ParserConfigurationException\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tNodeList 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException, com.sun.org.apache.xml.internal.security.transforms.TransformationException, com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      BaseURI  

  public static void register(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // java.lang.String algorithmURI
        start local 1 // java.lang.String implementingClass
         0: .line 192
            invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
         1: .line 194
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
            aload 0 /* algorithmURI */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* transformSpi */
        start local 2 // java.lang.Class transformSpi
         2: .line 195
            aload 2 /* transformSpi */
            ifnull 5
         3: .line 196
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* algorithmURI */
            aastore
            dup
            iconst_1
            aload 2 /* transformSpi */
            aastore
            astore 3 /* exArgs */
        start local 3 // java.lang.Object[] exArgs
         4: .line 197
            new com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException
            dup
            ldc "algorithm.alreadyRegistered"
            aload 3 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Object[] exArgs
         5: .line 201
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* implementingClass */
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
            invokestatic com.sun.org.apache.xml.internal.security.transforms.ClassLoaderUtils.loadClass:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
         6: .line 199
            astore 3 /* transformSpiClass */
        start local 3 // java.lang.Class transformSpiClass
         7: .line 202
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
            aload 0 /* algorithmURI */
            aload 3 /* transformSpiClass */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 203
            return
        end local 3 // java.lang.Class transformSpiClass
        end local 2 // java.lang.Class transformSpi
        end local 1 // java.lang.String implementingClass
        end local 0 // java.lang.String algorithmURI
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0       algorithmURI  Ljava/lang/String;
            0    9     1  implementingClass  Ljava/lang/String;
            2    9     2       transformSpi  Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;
            4    5     3             exArgs  [Ljava/lang/Object;
            7    9     3  transformSpiClass  Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException, java.lang.ClassNotFoundException, com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException
    MethodParameters:
                   Name  Flags
      algorithmURI       
      implementingClass  

  public static void register(java.lang.String, java.lang.Class<? extends com.sun.org.apache.xml.internal.security.transforms.TransformSpi>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // java.lang.String algorithmURI
        start local 1 // java.lang.Class implementingClass
         0: .line 218
            invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
         1: .line 220
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
            aload 0 /* algorithmURI */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* transformSpi */
        start local 2 // java.lang.Class transformSpi
         2: .line 221
            aload 2 /* transformSpi */
            ifnull 5
         3: .line 222
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* algorithmURI */
            aastore
            dup
            iconst_1
            aload 2 /* transformSpi */
            aastore
            astore 3 /* exArgs */
        start local 3 // java.lang.Object[] exArgs
         4: .line 223
            new com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException
            dup
            ldc "algorithm.alreadyRegistered"
            aload 3 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Object[] exArgs
         5: .line 225
      StackMap locals: java.lang.Class
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
            aload 0 /* algorithmURI */
            aload 1 /* implementingClass */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 226
            return
        end local 2 // java.lang.Class transformSpi
        end local 1 // java.lang.Class implementingClass
        end local 0 // java.lang.String algorithmURI
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0       algorithmURI  Ljava/lang/String;
            0    7     1  implementingClass  Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;
            2    7     2       transformSpi  Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;
            4    5     3             exArgs  [Ljava/lang/Object;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.AlgorithmAlreadyRegisteredException
    Signature: (Ljava/lang/String;Ljava/lang/Class<+Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;>;)V
    MethodParameters:
                   Name  Flags
      algorithmURI       
      implementingClass  

  public static void registerDefaultAlgorithms();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 232
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
         1: .line 233
            ldc "http://www.w3.org/2000/09/xmldsig#base64"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformBase64Decode;
         2: .line 232
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 235
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
         4: .line 236
            ldc "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14N;
         5: .line 235
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 238
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
         7: .line 239
            ldc "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NWithComments;
         8: .line 238
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 241
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        10: .line 242
            ldc "http://www.w3.org/2006/12/xml-c14n11"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14N11;
        11: .line 241
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 244
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        13: .line 245
            ldc "http://www.w3.org/2006/12/xml-c14n11#WithComments"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14N11_WithComments;
        14: .line 244
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 247
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        16: .line 248
            ldc "http://www.w3.org/2001/10/xml-exc-c14n#"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusive;
        17: .line 247
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 250
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        19: .line 251
            ldc "http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformC14NExclusiveWithComments;
        20: .line 250
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 253
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        22: .line 254
            ldc "http://www.w3.org/TR/1999/REC-xpath-19991116"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath;
        23: .line 253
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 256
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        25: .line 257
            ldc "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature;
        26: .line 256
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        27: .line 259
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        28: .line 260
            ldc "http://www.w3.org/TR/1999/REC-xslt-19991116"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformXSLT;
        29: .line 259
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        30: .line 262
            getstatic com.sun.org.apache.xml.internal.security.transforms.Transform.transformSpiHash:Ljava/util/Map;
        31: .line 263
            ldc "http://www.w3.org/2002/06/xmldsig-filter2"
            ldc Lcom/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter;
        32: .line 262
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        33: .line 265
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String getURI();
    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.Transform this
         0: .line 273
            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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;

  public com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput performTransform(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
        start local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput input
         0: .line 291
            aload 0 /* this */
            aload 1 /* input */
            aconst_null
            invokevirtual com.sun.org.apache.xml.internal.security.transforms.Transform.performTransform:(Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;Ljava/io/OutputStream;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            areturn
        end local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput input
        end local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
            0    1     1  input  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException, com.sun.org.apache.xml.internal.security.transforms.TransformationException
    MethodParameters:
       Name  Flags
      input  

  public com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput performTransform(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput, java.io.OutputStream);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;Ljava/io/OutputStream;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
         0: .line 314
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method enginePerformTransform(XMLSignatureInput, OutputStream, Transform) from the type TransformSpi refers to the missing type ParserConfigurationException\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws java.io.IOException, com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException, com.sun.org.apache.xml.internal.security.transforms.TransformationException
    MethodParameters:
       Name  Flags
      input  
      os     

  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.Transform this
         0: .line 330
            ldc "Transform"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;

  com.sun.org.apache.xml.internal.security.transforms.TransformSpi initializeTransform(java.lang.String, NodeList);
    descriptor: (Ljava/lang/String;LNodeList;)Lcom/sun/org/apache/xml/internal/security/transforms/TransformSpi;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.transforms.Transform this
         0: .line 336
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNodeList 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.Transform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/transforms/Transform;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.transforms.InvalidTransformException
    MethodParameters:
              Name  Flags
      algorithmURI  
      contextNodes  
}
SourceFile: "Transform.java"