public class com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments extends com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments
  super_class: com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
         0: .line 33
            aload 0 /* this */
            iconst_0
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11.<init>:(Z)V
         1: .line 34
            return
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11_OmitComments;

  public final java.lang.String engineGetURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
         0: .line 37
            ldc "http://www.w3.org/2006/12/xml-c14n11"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11_OmitComments;

  public final boolean engineGetIncludeComments();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
         0: .line 41
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11_OmitComments;

  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: (0x1000) ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type Canonicalizer11_OmitComments must implement the inherited abstract method CanonicalizerBase.handleAttributes(Element, NameSpaceSymbTable)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
            
            

  public byte[] engineCanonicalizeSubTree(Node);
    descriptor: (LNode;)[B
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type Canonicalizer11_OmitComments must implement the inherited abstract method CanonicalizerSpi.engineCanonicalizeSubTree(Node)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
            

  public byte[] engineCanonicalizeSubTree(Node, java.lang.String);
    descriptor: (LNode;Ljava/lang/String;)[B
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type Canonicalizer11_OmitComments must implement the inherited abstract method CanonicalizerSpi.engineCanonicalizeSubTree(Node, String)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
            
            

  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: (0x1000) ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type Canonicalizer11_OmitComments must implement the inherited abstract method CanonicalizerBase.handleAttributesSubtree(Element, NameSpaceSymbTable)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
      Name  Flags
            
            
}
SourceFile: "Canonicalizer11_OmitComments.java"