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

  public void guaranteeThatElementInCorrectSpace(com.sun.org.apache.xml.internal.security.utils.ElementProxy, Element);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;LElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.utils.ElementCheckerImpl$InternedNsChecker this
         0: .line 45
            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.utils.ElementCheckerImpl$InternedNsChecker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/ElementCheckerImpl$InternedNsChecker;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
          Name  Flags
      expected  
      actual    

  public void guaranteeThatElementInCorrectSpace(com.sun.org.apache.xml.internal.security.utils.ElementProxy, Element);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;LElement;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type ElementCheckerImpl.InternedNsChecker must implement the inherited abstract method ElementChecker.guaranteeThatElementInCorrectSpace(ElementProxy, Element)\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.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
            
            

  public boolean isNamespaceElement(Node, java.lang.String, java.lang.String);
    descriptor: (LNode;Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type ElementCheckerImpl.InternedNsChecker must implement the inherited abstract method ElementChecker.isNamespaceElement(Node, String, String)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            
            
}
SourceFile: "ElementCheckerImpl.java"
NestHost: com.sun.org.apache.xml.internal.security.utils.ElementCheckerImpl
InnerClasses:
  public InternedNsChecker = com.sun.org.apache.xml.internal.security.utils.ElementCheckerImpl$InternedNsChecker of com.sun.org.apache.xml.internal.security.utils.ElementCheckerImpl