Uses of Interface
com.scroogexhtml.converter.Writer
-
Packages that use Writer Package Description com.scroogexhtml.converter Provides the main converter classes.com.scroogexhtml.xmldom Provides a 'document object model' based on javax.xml. -
-
Uses of Writer in com.scroogexhtml.converter
Classes in com.scroogexhtml.converter that implement Writer Modifier and Type Class Description class
AbstractWriter
The AbstractWriter class holds the Writer state. -
Uses of Writer in com.scroogexhtml.xmldom
Classes in com.scroogexhtml.xmldom that implement Writer Modifier and Type Class Description class
XMLDOMWriter
Writer implementation which uses javax.xml to build a DOM tree.class
XMLDOMWriterWithStatistics
Writer implementation which uses javax.xml to build a DOM tree and collects document statistics.
-