Package | Description |
---|---|
net.sf.practicalxml.internal |
This package contains classes used internally by the PracticalXML library.
|
Modifier and Type | Method and Description |
---|---|
TransformerFactoryHelper |
TransformerFactoryHelper.setIndent(int indentLevel)
Enables indentation of the output, with the specified number of
spaces at each level.
|
TransformerFactoryHelper |
TransformerFactoryHelper.setPrologue()
Enables output of a prologue, without specifying an encoding (this
means that the output must be encoded as UTF-8).
|
TransformerFactoryHelper |
TransformerFactoryHelper.setPrologue(String encoding)
Enables output of a prologue with specified encoding.
|