public abstract class org.apache.batik.dom.AbstractStylableDocument extends org.apache.batik.dom.AbstractDocument implements org.w3c.dom.css.DocumentCSS, org.w3c.dom.views.DocumentView
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.dom.AbstractStylableDocument
  super_class: org.apache.batik.dom.AbstractDocument
{
  protected transient org.w3c.dom.views.AbstractView defaultView;
    descriptor: Lorg/w3c/dom/views/AbstractView;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient org.apache.batik.css.engine.CSSEngine cssEngine;
    descriptor: Lorg/apache/batik/css/engine/CSSEngine;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
         0: .line 54
            aload 0 /* this */
            invokespecial org.apache.batik.dom.AbstractDocument.<init>:()V
         1: .line 55
            return
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;

  protected void <init>(org.w3c.dom.DocumentType, org.w3c.dom.DOMImplementation);
    descriptor: (Lorg/w3c/dom/DocumentType;Lorg/w3c/dom/DOMImplementation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
        start local 1 // org.w3c.dom.DocumentType dt
        start local 2 // org.w3c.dom.DOMImplementation impl
         0: .line 62
            aload 0 /* this */
            aload 1 /* dt */
            aload 2 /* impl */
            invokespecial org.apache.batik.dom.AbstractDocument.<init>:(Lorg/w3c/dom/DocumentType;Lorg/w3c/dom/DOMImplementation;)V
         1: .line 63
            return
        end local 2 // org.w3c.dom.DOMImplementation impl
        end local 1 // org.w3c.dom.DocumentType dt
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;
            0    2     1    dt  Lorg/w3c/dom/DocumentType;
            0    2     2  impl  Lorg/w3c/dom/DOMImplementation;
    MethodParameters:
      Name  Flags
      dt    
      impl  

  public void setCSSEngine(org.apache.batik.css.engine.CSSEngine);
    descriptor: (Lorg/apache/batik/css/engine/CSSEngine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
        start local 1 // org.apache.batik.css.engine.CSSEngine ctx
         0: .line 69
            aload 0 /* this */
            aload 1 /* ctx */
            putfield org.apache.batik.dom.AbstractStylableDocument.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
         1: .line 70
            return
        end local 1 // org.apache.batik.css.engine.CSSEngine ctx
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;
            0    2     1   ctx  Lorg/apache/batik/css/engine/CSSEngine;
    MethodParameters:
      Name  Flags
      ctx   

  public org.apache.batik.css.engine.CSSEngine getCSSEngine();
    descriptor: ()Lorg/apache/batik/css/engine/CSSEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
         0: .line 76
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
            areturn
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;

  public org.w3c.dom.stylesheets.StyleSheetList getStyleSheets();
    descriptor: ()Lorg/w3c/dom/stylesheets/StyleSheetList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
         0: .line 86
            new java.lang.RuntimeException
            dup
            ldc " !!! Not implemented"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;

  public org.w3c.dom.views.AbstractView getDefaultView();
    descriptor: ()Lorg/w3c/dom/views/AbstractView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
         0: .line 96
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.defaultView:Lorg/w3c/dom/views/AbstractView;
            ifnonnull 3
         1: .line 98
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.implementation:Lorg/w3c/dom/DOMImplementation;
            checkcast org.apache.batik.dom.ExtensibleDOMImplementation
            astore 1 /* impl */
        start local 1 // org.apache.batik.dom.ExtensibleDOMImplementation impl
         2: .line 99
            aload 0 /* this */
            aload 1 /* impl */
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.ExtensibleDOMImplementation.createViewCSS:(Lorg/apache/batik/dom/AbstractStylableDocument;)Lorg/w3c/dom/css/ViewCSS;
            putfield org.apache.batik.dom.AbstractStylableDocument.defaultView:Lorg/w3c/dom/views/AbstractView;
        end local 1 // org.apache.batik.dom.ExtensibleDOMImplementation impl
         3: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.defaultView:Lorg/w3c/dom/views/AbstractView;
            areturn
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;
            2    3     1  impl  Lorg/apache/batik/dom/ExtensibleDOMImplementation;

  public void clearViewCSS();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
         0: .line 108
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.dom.AbstractStylableDocument.defaultView:Lorg/w3c/dom/views/AbstractView;
         1: .line 109
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
            ifnull 3
         2: .line 110
            aload 0 /* this */
            getfield org.apache.batik.dom.AbstractStylableDocument.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
            invokevirtual org.apache.batik.css.engine.CSSEngine.dispose:()V
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.dom.AbstractStylableDocument.cssEngine:Lorg/apache/batik/css/engine/CSSEngine;
         4: .line 113
            return
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/dom/AbstractStylableDocument;

  public org.w3c.dom.css.CSSStyleDeclaration getOverrideStyle(org.w3c.dom.Element, java.lang.String);
    descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;)Lorg/w3c/dom/css/CSSStyleDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.dom.AbstractStylableDocument this
        start local 1 // org.w3c.dom.Element elt
        start local 2 // java.lang.String pseudoElt
         0: .line 123
            new java.lang.RuntimeException
            dup
            ldc " !!! Not implemented"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String pseudoElt
        end local 1 // org.w3c.dom.Element elt
        end local 0 // org.apache.batik.dom.AbstractStylableDocument this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/apache/batik/dom/AbstractStylableDocument;
            0    1     1        elt  Lorg/w3c/dom/Element;
            0    1     2  pseudoElt  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      elt        
      pseudoElt  
}
SourceFile: "AbstractStylableDocument.java"