DocumentWriter
,
DocumentIndenter
and
a high-level document writer SaveDocument
.See: Description
Interface | Description |
---|---|
ResourceSelector |
Implemented by objects which can be used to select XNodes containing
resource URLs in a document subtree.
|
Class | Description |
---|---|
CharRange |
A character range.
|
DocumentIndenter |
Low-level document writer.
|
DocumentWriter |
Low-level document writer.
|
LineWriter |
A
FilterWriter which allows to assign line/column numbers
to the Element s being written by a DocumentWriter . |
QNameHelper |
A utility class keeping track of in-scope namespaces and prefixes and
thus, allowing to generate the minimal set of xmlns attributes
while saving an XML document to disk.
|
ResourceXPath |
An implementation of
ResourceSelector based on XPath . |
SaveDocument |
High-level document writing facility.
|
SaveOptions |
Options used by
SaveDocument . |
Enum | Description |
---|---|
DocumentIndenter.Layout |
DocumentWriter
,
DocumentIndenter
and
a high-level document writer SaveDocument
.
The classes in this package are either thread-safe or their code is reentrant (e.g. you must create one instance of DocumentWriter per thread).