fot2pdf (w) C. Drescher

com.pdftech.fot2pdf.formatter
Class Formatter.inobjectstatus

java.lang.Object
  |
  +--com.pdftech.fot2pdf.formatter.Formatter.inobjectstatus
Enclosing class:
Formatter

private class Formatter.inobjectstatus
extends java.lang.Object

Structure for keeping proper track of parsing a node's content.

See Also:
Formatter.makeContents(xmlnode,DSSSL_InheritedCharacteristics,TextState)

Field Summary
 com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic
           
 com.pdftech.fot2pdf.xml.xmlnode innernode
           
 com.pdftech.fot2pdf.xml.xmlnode node
           
 com.pdftech.fot2pdf.formatter.TextState ts
           
 
Constructor Summary
Formatter.inobjectstatus(com.pdftech.fot2pdf.xml.xmlnode a, com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics b, com.pdftech.fot2pdf.formatter.TextState c, com.pdftech.fot2pdf.xml.xmlnode d)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

node

public com.pdftech.fot2pdf.xml.xmlnode node

ic

public com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic

ts

public com.pdftech.fot2pdf.formatter.TextState ts

innernode

public com.pdftech.fot2pdf.xml.xmlnode innernode
Constructor Detail

Formatter.inobjectstatus

public Formatter.inobjectstatus(com.pdftech.fot2pdf.xml.xmlnode a,
                                com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics b,
                                com.pdftech.fot2pdf.formatter.TextState c,
                                com.pdftech.fot2pdf.xml.xmlnode d)

fot2pdf (w) C. Drescher