Uses of Class
file2xliff4j.OdfStateObject

Packages that use OdfStateObject
file2xliff4j Provides classes and interfaces for converting files in formats such as HTML, OpenOffice Text, Word, Excel, PowerPoint, Rich Text Format (RTF) and Maker Interchange Format (MIF) to XLIFF (XML Localisation Interchange File Format). 
 

Uses of OdfStateObject in file2xliff4j
 

Constructors in file2xliff4j with parameters of type OdfStateObject
OdfHandler(java.io.OutputStreamWriter outXliff, java.io.OutputStreamWriter outSkeleton, java.io.OutputStreamWriter outFormat, java.util.Locale sourceLang, java.lang.String docType, java.lang.String originalFileName, SegmentBoundary boundary, OdfStateObject odfState, java.lang.String mode)
          This constructor sets up the OdfHandler to be notified as each tag (etc.) is encountered in the HTML input stream.