Package com.scroogexhtml.xmldom
Class XMLDOMWriterWithStatistics
- java.lang.Object
-
- com.scroogexhtml.converter.AbstractWriter
-
- com.scroogexhtml.xmldom.XMLDOMWriter
-
- com.scroogexhtml.xmldom.XMLDOMWriterWithStatistics
-
- All Implemented Interfaces:
Writer
public class XMLDOMWriterWithStatistics extends XMLDOMWriter
Writer implementation which uses javax.xml to build a DOM tree and collects document statistics.
-
-
Constructor Summary
Constructors Constructor Description XMLDOMWriterWithStatistics(ConversionConfiguration configuration, Charset charset)
-
Method Summary
-
Methods inherited from class com.scroogexhtml.xmldom.XMLDOMWriter
add, add, addAutoFootnoteRef, addLinebreak, addPicture, appendAttribute, applyParagraphProperties, applyTextProperties, finishField, finishFldInst, finishFldRslt, footerEnd, footerStart, getCurrentFieldExpression, getResult, getTableWriter, headerEnd, headerStart, setFieldExpression, setFontName, setListLevel, setNumberingLevel, setNumberingStyle, setNumberType, tableCellEnds, writeEof, writeTab
-
Methods inherited from class com.scroogexhtml.converter.AbstractWriter
addAnchor, footnoteEnd, footnoteStart, getCharacterProperties, getCharProps, getConfiguration, getDefaultFontName, getListHeaderInfo, getParagraphProperties, getParProps, intToChar, isInFootnote, popCharacterProperties, popParagraphProperties, resetCharacterAttributes, resetParagraphAttributes, setAlignment, setBGColor, setBold, setBorderColor, setBorderStyle, setBorderWidth, setDefaultFontName, setFirstIndent, setFontCharSet, setFontColor, setFontSize, setHidden, setHLColor, setItalic, setLanguage, setLeftIndent, setNodeCharset, setParagraphBackgroundColor, setParagraphBorder, setParagraphInTable, setRightIndent, setRightToLeftChar, setRightToLeftPar, setSpaceAfter, setSpaceBefore, setStrike, setSubscript, setSubscript, setSuperscript, setSuperscript, setUnderline, writeChar
-
-
-
-
Constructor Detail
-
XMLDOMWriterWithStatistics
public XMLDOMWriterWithStatistics(ConversionConfiguration configuration, Charset charset)
-
-