public class org.apache.fop.fo.extensions.destination.Destination extends org.apache.fop.fo.FONode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.extensions.destination.Destination
  super_class: org.apache.fop.fo.FONode
{
  private java.lang.String internalDestination;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.pagination.Root root;
    descriptor: Lorg/apache/fop/fo/pagination/Root;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.fop.fo.FONode);
    descriptor: (Lorg/apache/fop/fo/FONode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
        start local 1 // org.apache.fop.fo.FONode parent
         0: .line 46
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.apache.fop.fo.FONode.<init>:(Lorg/apache/fop/fo/FONode;)V
         1: .line 47
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual org.apache.fop.fo.FONode.getRoot:()Lorg/apache/fop/fo/pagination/Root;
            putfield org.apache.fop.fo.extensions.destination.Destination.root:Lorg/apache/fop/fo/pagination/Root;
         2: .line 48
            return
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/fop/fo/extensions/destination/Destination;
            0    3     1  parent  Lorg/apache/fop/fo/FONode;
    MethodParameters:
        Name  Flags
      parent  

  public void processNode(java.lang.String, org.xml.sax.Locator, org.xml.sax.Attributes, org.apache.fop.fo.PropertyList);
    descriptor: (Ljava/lang/String;Lorg/xml/sax/Locator;Lorg/xml/sax/Attributes;Lorg/apache/fop/fo/PropertyList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
        start local 1 // java.lang.String elementName
        start local 2 // org.xml.sax.Locator locator
        start local 3 // org.xml.sax.Attributes attlist
        start local 4 // org.apache.fop.fo.PropertyList pList
         0: .line 55
            aload 0 /* this */
            aload 3 /* attlist */
            ldc "internal-destination"
            invokeinterface org.xml.sax.Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;
            putfield org.apache.fop.fo.extensions.destination.Destination.internalDestination:Ljava/lang/String;
         1: .line 56
            aload 0 /* this */
            getfield org.apache.fop.fo.extensions.destination.Destination.internalDestination:Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield org.apache.fop.fo.extensions.destination.Destination.internalDestination:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 3
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "internal-destination"
            invokevirtual org.apache.fop.fo.extensions.destination.Destination.missingPropertyError:(Ljava/lang/String;)V
         3: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.apache.fop.fo.PropertyList pList
        end local 3 // org.xml.sax.Attributes attlist
        end local 2 // org.xml.sax.Locator locator
        end local 1 // java.lang.String elementName
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/fop/fo/extensions/destination/Destination;
            0    4     1  elementName  Ljava/lang/String;
            0    4     2      locator  Lorg/xml/sax/Locator;
            0    4     3      attlist  Lorg/xml/sax/Attributes;
            0    4     4        pList  Lorg/apache/fop/fo/PropertyList;
    Exceptions:
      throws org.apache.fop.apps.FOPException
    MethodParameters:
             Name  Flags
      elementName  
      locator      
      attlist      
      pList        

  public void endOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
         0: .line 65
            aload 0 /* this */
            getfield org.apache.fop.fo.extensions.destination.Destination.root:Lorg/apache/fop/fo/pagination/Root;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.pagination.Root.addDestination:(Lorg/apache/fop/fo/extensions/destination/Destination;)V
         1: .line 66
            return
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/fo/extensions/destination/Destination;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  protected void validateChildNode(org.xml.sax.Locator, java.lang.String, java.lang.String);
    descriptor: (Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
        start local 1 // org.xml.sax.Locator loc
        start local 2 // java.lang.String nsURI
        start local 3 // java.lang.String localName
         0: .line 74
            aload 0 /* this */
            aload 1 /* loc */
            aload 2 /* nsURI */
            aload 3 /* localName */
            invokevirtual org.apache.fop.fo.extensions.destination.Destination.invalidChildError:(Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 75
            return
        end local 3 // java.lang.String localName
        end local 2 // java.lang.String nsURI
        end local 1 // org.xml.sax.Locator loc
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/fop/fo/extensions/destination/Destination;
            0    2     1        loc  Lorg/xml/sax/Locator;
            0    2     2      nsURI  Ljava/lang/String;
            0    2     3  localName  Ljava/lang/String;
    Exceptions:
      throws org.apache.fop.fo.ValidationException
    MethodParameters:
           Name  Flags
      loc        
      nsURI      
      localName  

  public java.lang.String getInternalDestination();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
         0: .line 82
            aload 0 /* this */
            getfield org.apache.fop.fo.extensions.destination.Destination.internalDestination:Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/extensions/destination/Destination;

  public java.lang.String getNamespaceURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
         0: .line 87
            ldc "http://xmlgraphics.apache.org/fop/extensions"
            areturn
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/extensions/destination/Destination;

  public java.lang.String getNormalNamespacePrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
         0: .line 92
            ldc "fox"
            areturn
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/extensions/destination/Destination;

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.extensions.destination.Destination this
         0: .line 97
            ldc "destination"
            areturn
        end local 0 // org.apache.fop.fo.extensions.destination.Destination this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/extensions/destination/Destination;
}
SourceFile: "Destination.java"