| Package | Description |
|---|---|
| foundation.fluent.api.xml | |
| foundation.fluent.api.xml.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentWriter.DoctypeWriter |
static interface |
DocumentWriter.XmlSpecWriter |
| Modifier and Type | Method and Description |
|---|---|
static DocumentWriter |
DocumentWriterFactory.document(Writer writer) |
static DocumentWriter |
DocumentWriterFactory.document(Writer writer,
DocumentWriterConfig config) |
DocumentWriter |
DocumentWriter.XmlSpecWriter.encoding(String encoding)
Write XML document encoding.
|
DocumentWriter |
DocumentWriter.flush()
Flush the content using underlying writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
static DocumentWriter |
DocumentWriterImpl.documentBuilder(Writer writer,
DocumentWriterConfig config) |
DocumentWriter |
DocumentWriterImpl.flush() |
DocumentWriter |
DocumentWriterImpl.instruction(String name,
String content) |
Copyright © 2018. All rights reserved.