public class org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM extends org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
  super_class: org.apache.xml.dtm.ref.sax2dtm.SAX2DTM
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private int m_currentDocumentNode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  org.apache.xml.utils.IntStack mark_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  org.apache.xml.utils.IntStack mark_data_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  org.apache.xml.utils.IntStack mark_char_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  org.apache.xml.utils.IntStack mark_doq_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  org.apache.xml.utils.IntStack mark_nsdeclset_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  org.apache.xml.utils.IntStack mark_nsdeclelem_size;
    descriptor: Lorg/apache/xml/utils/IntStack;
    flags: (0x0000) 

  int m_emptyNodeCount;
    descriptor: I
    flags: (0x0000) 

  int m_emptyNSDeclSetCount;
    descriptor: I
    flags: (0x0000) 

  int m_emptyNSDeclSetElemsCount;
    descriptor: I
    flags: (0x0000) 

  int m_emptyDataCount;
    descriptor: I
    flags: (0x0000) 

  int m_emptyCharsCount;
    descriptor: I
    flags: (0x0000) 

  int m_emptyDataQNCount;
    descriptor: I
    flags: (0x0000) 

  public void <init>(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean);
    descriptor: (Lorg/apache/xml/dtm/DTMManager;Ljavax/xml/transform/Source;ILorg/apache/xml/dtm/DTMWSFilter;Lorg/apache/xml/utils/XMLStringFactory;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
        start local 1 // org.apache.xml.dtm.DTMManager mgr
        start local 2 // javax.xml.transform.Source source
        start local 3 // int dtmIdentity
        start local 4 // org.apache.xml.dtm.DTMWSFilter whiteSpaceFilter
        start local 5 // org.apache.xml.utils.XMLStringFactory xstringfactory
        start local 6 // boolean doIndexing
         0: .line 126
            aload 0 /* this */
            aload 1 /* mgr */
            aload 2 /* source */
            iload 3 /* dtmIdentity */
            aload 4 /* whiteSpaceFilter */
         1: .line 127
            aload 5 /* xstringfactory */
            iload 6 /* doIndexing */
            invokespecial org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.<init>:(Lorg/apache/xml/dtm/DTMManager;Ljavax/xml/transform/Source;ILorg/apache/xml/dtm/DTMWSFilter;Lorg/apache/xml/utils/XMLStringFactory;Z)V
         2: .line 68
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
         3: .line 71
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_size:Lorg/apache/xml/utils/IntStack;
         4: .line 73
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_data_size:Lorg/apache/xml/utils/IntStack;
         5: .line 75
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_char_size:Lorg/apache/xml/utils/IntStack;
         6: .line 77
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_doq_size:Lorg/apache/xml/utils/IntStack;
         7: .line 83
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclset_size:Lorg/apache/xml/utils/IntStack;
         8: .line 89
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclelem_size:Lorg/apache/xml/utils/IntStack;
         9: .line 132
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_useSourceLocationProperty:Z
        10: .line 133
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_useSourceLocationProperty:Z
            ifeq 11
            new org.apache.xml.utils.StringVector
            dup
            invokespecial org.apache.xml.utils.StringVector.<init>:()V
            goto 12
        11: .line 134
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
            aconst_null
        12: .line 133
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.utils.StringVector
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_sourceSystemId:Lorg/apache/xml/utils/StringVector;
        13: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_useSourceLocationProperty:Z
            ifeq 14
            new org.apache.xml.utils.IntVector
            dup
            invokespecial org.apache.xml.utils.IntVector.<init>:()V
            goto 15
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
        14: aconst_null
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.utils.IntVector
        15: putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_sourceLine:Lorg/apache/xml/utils/IntVector;
        16: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_useSourceLocationProperty:Z
            ifeq 17
            new org.apache.xml.utils.IntVector
            dup
            invokespecial org.apache.xml.utils.IntVector.<init>:()V
            goto 18
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
        17: aconst_null
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.utils.IntVector
        18: putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_sourceColumn:Lorg/apache/xml/utils/IntVector;
        19: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNodeCount:I
        20: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            ifnonnull 22
        21: .line 143
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
        22: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
        23: .line 142
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNSDeclSetCount:I
        24: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            ifnonnull 26
        25: .line 145
            iconst_0
            goto 27
      StackMap locals:
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
        26: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
        27: .line 144
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM org.apache.xml.dtm.DTMManager javax.xml.transform.Source int org.apache.xml.dtm.DTMWSFilter org.apache.xml.utils.XMLStringFactory int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNSDeclSetElemsCount:I
        28: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_data:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyDataCount:I
        29: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_chars:Lorg/apache/xml/utils/FastStringBuffer;
            invokevirtual org.apache.xml.utils.FastStringBuffer.size:()I
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyCharsCount:I
        30: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_dataOrQName:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyDataQNCount:I
        31: .line 149
            return
        end local 6 // boolean doIndexing
        end local 5 // org.apache.xml.utils.XMLStringFactory xstringfactory
        end local 4 // org.apache.xml.dtm.DTMWSFilter whiteSpaceFilter
        end local 3 // int dtmIdentity
        end local 2 // javax.xml.transform.Source source
        end local 1 // org.apache.xml.dtm.DTMManager mgr
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   32     0              this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
            0   32     1               mgr  Lorg/apache/xml/dtm/DTMManager;
            0   32     2            source  Ljavax/xml/transform/Source;
            0   32     3       dtmIdentity  I
            0   32     4  whiteSpaceFilter  Lorg/apache/xml/dtm/DTMWSFilter;
            0   32     5    xstringfactory  Lorg/apache/xml/utils/XMLStringFactory;
            0   32     6        doIndexing  Z
    MethodParameters:
                  Name  Flags
      mgr               
      source            
      dtmIdentity       
      whiteSpaceFilter  
      xstringfactory    
      doIndexing        

  public int getDocument();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 166
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.makeNodeHandle:(I)I
            ireturn
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;

  public int getDocumentRoot(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
        start local 1 // int nodeHandle
         0: .line 182
            aload 0 /* this */
            iload 1 /* nodeHandle */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.makeNodeIdentity:(I)I
            istore 2 /* id */
        start local 2 // int id
         1: goto 5
         2: .line 183
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* id */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM._type:(I)S
            bipush 9
            if_icmpne 4
         3: .line 184
            aload 0 /* this */
            iload 2 /* id */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.makeNodeHandle:(I)I
            ireturn
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* id */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM._parent:(I)I
            istore 2 /* id */
      StackMap locals:
      StackMap stack:
         5: iload 2 /* id */
            iconst_m1
            if_icmpne 2
        end local 2 // int id
         6: .line 188
            iconst_m1
            ireturn
        end local 1 // int nodeHandle
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
            0    7     1  nodeHandle  I
            1    6     2          id  I
    MethodParameters:
            Name  Flags
      nodeHandle  

  protected int _documentRoot(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
        start local 1 // int nodeIdentifier
         0: .line 201
            iload 1 /* nodeIdentifier */
            iconst_m1
            if_icmpne 1
            iconst_m1
            ireturn
         1: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* nodeIdentifier */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM._parent:(I)I
            istore 2 /* parent */
        start local 2 // int parent
         2: .line 204
            goto 4
         3: .line 205
      StackMap locals: int
      StackMap stack:
            iload 2 /* parent */
            istore 1 /* nodeIdentifier */
            aload 0 /* this */
            iload 1 /* nodeIdentifier */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM._parent:(I)I
            istore 2 /* parent */
         4: .line 204
      StackMap locals:
      StackMap stack:
            iload 2 /* parent */
            iconst_m1
            if_icmpne 3
        end local 2 // int parent
         5: .line 208
            iload 1 /* nodeIdentifier */
            ireturn
        end local 1 // int nodeIdentifier
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
            0    6     1  nodeIdentifier  I
            2    5     2          parent  I
    MethodParameters:
                Name  Flags
      nodeIdentifier  

  public void startDocument();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 226
            aload 0 /* this */
            iconst_0
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_endDocumentOccured:Z
         1: .line 227
            aload 0 /* this */
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_prefixMappings:Ljava/util/Vector;
         2: .line 228
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_contextIndexes:Lorg/apache/xml/utils/IntStack;
         3: .line 229
            aload 0 /* this */
            new org.apache.xml.utils.IntStack
            dup
            invokespecial org.apache.xml.utils.IntStack.<init>:()V
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_parents:Lorg/apache/xml/utils/IntStack;
         4: .line 231
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
         5: .line 232
            aload 0 /* this */
            invokespecial org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.startDocument:()V
         6: .line 233
            return
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
    Exceptions:
      throws org.xml.sax.SAXException

  public void endDocument();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 249
            aload 0 /* this */
            invokevirtual org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.charactersFlush:()V
         1: .line 251
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_nextsib:Lorg/apache/xml/utils/SuballocatedIntVector;
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setElementAt:(II)V
         2: .line 253
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_firstch:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.elementAt:(I)I
            bipush -2
            if_icmpne 4
         3: .line 254
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_firstch:Lorg/apache/xml/utils/SuballocatedIntVector;
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setElementAt:(II)V
         4: .line 256
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_previous:I
            if_icmpeq 6
         5: .line 257
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_nextsib:Lorg/apache/xml/utils/SuballocatedIntVector;
            iconst_m1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_previous:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setElementAt:(II)V
         6: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_parents:Lorg/apache/xml/utils/IntStack;
         7: .line 260
            aload 0 /* this */
            aconst_null
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_prefixMappings:Ljava/util/Vector;
         8: .line 261
            aload 0 /* this */
            aconst_null
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_contextIndexes:Lorg/apache/xml/utils/IntStack;
         9: .line 263
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_currentDocumentNode:I
        10: .line 264
            aload 0 /* this */
            iconst_1
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_endDocumentOccured:Z
        11: .line 265
            return
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
    Exceptions:
      throws org.xml.sax.SAXException

  public void pushRewindMark();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 280
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_indexing:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_elemIndexes:[[[I
            ifnull 2
         1: .line 281
      StackMap locals:
      StackMap stack:
            new java.lang.NullPointerException
            dup
            ldc "Coding error; Don't try to mark/rewind an indexed DTM"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
         3: .line 286
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclset_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            ifnonnull 5
         4: .line 287
            iconst_0
            goto 6
         5: .line 288
      StackMap locals:
      StackMap stack: org.apache.xml.utils.IntStack
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
         6: .line 286
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
      StackMap stack: org.apache.xml.utils.IntStack int
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
         7: .line 289
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclelem_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            ifnonnull 9
         8: .line 290
            iconst_0
            goto 10
         9: .line 291
      StackMap locals:
      StackMap stack: org.apache.xml.utils.IntStack
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
        10: .line 289
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
      StackMap stack: org.apache.xml.utils.IntStack int
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
        11: .line 294
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_data_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_data:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
        12: .line 295
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_char_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_chars:Lorg/apache/xml/utils/FastStringBuffer;
            invokevirtual org.apache.xml.utils.FastStringBuffer.size:()I
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
        13: .line 296
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_doq_size:Lorg/apache/xml/utils/IntStack;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_dataOrQName:Lorg/apache/xml/utils/SuballocatedIntVector;
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.size:()I
            invokevirtual org.apache.xml.utils.IntStack.push:(I)I
            pop
        14: .line 297
            return
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;

  public boolean popRewindMark();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 326
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.empty:()Z
            istore 1 /* top */
        start local 1 // boolean top
         1: .line 328
            aload 0 /* this */
            iload 1 /* top */
            ifeq 2
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNodeCount:I
            goto 3
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM
         2: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int
      StackMap stack: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int
         3: putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
         4: .line 329
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_exptype:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
         5: .line 330
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_firstch:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
         6: .line 331
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_nextsib:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
         7: .line 332
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_prevsib:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
         8: .line 333
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_parent:Lorg/apache/xml/utils/SuballocatedIntVector;
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
         9: .line 335
            aload 0 /* this */
            aconst_null
            putfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_elemIndexes:[[[I
        10: .line 337
            iload 1 /* top */
            ifeq 11
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNSDeclSetCount:I
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclset_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals:
      StackMap stack: int
        12: istore 2 /* ds */
        start local 2 // int ds
        13: .line 338
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            ifnull 15
        14: .line 339
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSets:Ljava/util/Vector;
            iload 2 /* ds */
            invokevirtual java.util.Vector.setSize:(I)V
        15: .line 342
      StackMap locals: int
      StackMap stack:
            iload 1 /* top */
            ifeq 16
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyNSDeclSetElemsCount:I
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_nsdeclelem_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals:
      StackMap stack: int
        17: istore 3 /* ds1 */
        start local 3 // int ds1
        18: .line 343
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            ifnull 20
        19: .line 344
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_namespaceDeclSetElements:Lorg/apache/xml/utils/SuballocatedIntVector;
            iload 3 /* ds1 */
            invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
        20: .line 348
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_data:Lorg/apache/xml/utils/SuballocatedIntVector;
            iload 1 /* top */
            ifeq 21
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyDataCount:I
            goto 22
      StackMap locals:
      StackMap stack: org.apache.xml.utils.SuballocatedIntVector
        21: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_data_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int int int
      StackMap stack: org.apache.xml.utils.SuballocatedIntVector int
        22: invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
        23: .line 349
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_chars:Lorg/apache/xml/utils/FastStringBuffer;
            iload 1 /* top */
            ifeq 24
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyCharsCount:I
            goto 25
      StackMap locals:
      StackMap stack: org.apache.xml.utils.FastStringBuffer
        24: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_char_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int int int
      StackMap stack: org.apache.xml.utils.FastStringBuffer int
        25: invokevirtual org.apache.xml.utils.FastStringBuffer.setLength:(I)V
        26: .line 350
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_dataOrQName:Lorg/apache/xml/utils/SuballocatedIntVector;
            iload 1 /* top */
            ifeq 27
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_emptyDataQNCount:I
            goto 28
      StackMap locals:
      StackMap stack: org.apache.xml.utils.SuballocatedIntVector
        27: aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.mark_doq_size:Lorg/apache/xml/utils/IntStack;
            invokevirtual org.apache.xml.utils.IntStack.pop:()I
      StackMap locals: org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM int int int
      StackMap stack: org.apache.xml.utils.SuballocatedIntVector int
        28: invokevirtual org.apache.xml.utils.SuballocatedIntVector.setSize:(I)V
        29: .line 353
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_size:I
            ifne 30
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        30: iconst_0
            ireturn
        end local 3 // int ds1
        end local 2 // int ds
        end local 1 // boolean top
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
            1   31     1   top  Z
           13   31     2    ds  I
           18   31     3   ds1  I

  public boolean isTreeIncomplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
         0: .line 360
            aload 0 /* this */
            getfield org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM.m_endDocumentOccured:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xml/dtm/ref/sax2dtm/SAX2RTFDTM;
}
SourceFile: "SAX2RTFDTM.java"