AbstractWriter

Class AbstractWriter

Direct Known Subclasses:
HTMLWriter, MinimalHTMLWriter
public abstract class AbstractWriter
extends Object

AbstractWriter is an abstract class that actually does the work of writing out the element tree including the attributes. In terms of how much is written out per line, the writer defaults to 100. But this value can be set by subclasses.

Fields

NEWLINE

protected static final char NEWLINE

How the text packages models newlines.

See Also:
登录查看完整内容