public class com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical extends com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical
  super_class: com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase
{
  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.CanonicalizerPhysical this
         0: .line 62
            aload 0 /* this */
            iconst_1
            invokespecial com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerBase.<init>:(Z)V
         1: .line 63
            return
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;

  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.CanonicalizerPhysical this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tName clash: The method engineCanonicalizeXPathNodeSet(Set<Node>, String) of type CanonicalizerPhysical 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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    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  

  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.CanonicalizerPhysical this
         0: .line 88
            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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
                     Name  Flags
      rootNode             
      inclusiveNamespaces  

  public byte[] engineCanonicalizeSubTree(Node, java.lang.String, boolean);
    descriptor: (LNode;Ljava/lang/String;Z)[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.CanonicalizerPhysical this
         0: .line 104
            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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
    MethodParameters:
                           Name  Flags
      rootNode                   
      inclusiveNamespaces        
      propagateDefaultNamespace  

  protected void outputAttributesSubtree(Element, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbTable, java.util.Map<java.lang.String, byte[]>);
    descriptor: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tDOMException cannot be resolved to a type\n\tAttr cannot be resolved to a type\n\tThe constructor TreeSet<Attr>(NavigableMap<Attr,Object>) refers to the missing type Attr\n\tAttr 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, DOMException, java.io.IOException
    Signature: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;Ljava/util/Map<Ljava/lang/String;[B>;)V
    MethodParameters:
         Name  Flags
      element  
      ns       
      cache    

  protected void outputAttributes(Element, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbTable, java.util.Map<java.lang.String, byte[]>);
    descriptor: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tDOMException 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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, DOMException, java.io.IOException
    Signature: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;Ljava/util/Map<Ljava/lang/String;[B>;)V
    MethodParameters:
         Name  Flags
      element  
      ns       
      cache    

  protected void circumventBugIfNeeded(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 159
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, ParserConfigurationException, java.io.IOException, SAXException
    MethodParameters:
       Name  Flags
      input  

  protected void handleParent(Element, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbTable);
    descriptor: (LElement;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 164
            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.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    MethodParameters:
      Name  Flags
      e     
      ns    

  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.CanonicalizerPhysical this
         0: .line 170
            ldc "http://santuario.apache.org/c14n/physical"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;

  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.CanonicalizerPhysical this
         0: .line 175
            iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;

  protected void outputPItoWriter(ProcessingInstruction, java.io.OutputStream, int);
    descriptor: (LProcessingInstruction;Ljava/io/OutputStream;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 179
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tProcessingInstruction 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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      currentPI  
      writer     
      position   

  protected void outputCommentToWriter(Comment, java.io.OutputStream, int);
    descriptor: (LComment;Ljava/io/OutputStream;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.c14n.implementations.CanonicalizerPhysical this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tComment 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.CanonicalizerPhysical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/c14n/implementations/CanonicalizerPhysical;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      currentComment  
      writer          
      position        

  public byte[] engineCanonicalizeSubTree(Node);
    descriptor: (LNode;)[B
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type CanonicalizerPhysical 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 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type CanonicalizerPhysical 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
            
            

  public byte[] engineCanonicalizeSubTree(Node, java.lang.String, boolean);
    descriptor: (LNode;Ljava/lang/String;Z)[B
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type CanonicalizerPhysical must implement the inherited abstract method CanonicalizerSpi.engineCanonicalizeSubTree(Node, String, boolean)\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: "CanonicalizerPhysical.java"