| Package | Description |
|---|---|
| org.crosswire.common.xml |
A collection of various XML utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private FormatType |
PrettySerializingContentHandler.formatting |
| Modifier and Type | Method and Description |
|---|---|
static FormatType |
FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatType[] |
FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HTMLSerializingContentHandler(FormatType theFormat)
A formatting serializer that adds whitespace to the document according to
the specified
FormatType. |
HTMLSerializingContentHandler(FormatType theFormat,
Writer theWriter)
A formatting serializer that adds whitespace to the document according to
the specified
FormatType. |
PrettySerializingContentHandler(FormatType theFormat)
A formatting serializer that adds whitespace to the document according to
the specified
FormatType. |
PrettySerializingContentHandler(FormatType theFormat,
Writer theWriter)
A formatting serializer that adds whitespace to the document according to
the specified
FormatType. |