| Package | Description |
|---|---|
| foundation.fluent.api.xml | |
| foundation.fluent.api.xml.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentWriter
Writer of the top level document information.
|
static interface |
DocumentWriter.DoctypeWriter |
static interface |
DocumentWriter.XmlSpecWriter |
interface |
ElementWriter
Writer of any element within the XML hierarchy, except the root element.
|
| Modifier and Type | Method and Description |
|---|---|
ContentWriter |
ContentWriter.cdata(String content)
Write CDATA content of the currently opened tag.
|
ContentWriter |
ContentWriter.comment(String comment)
Write XML comment into current position.
|
ContentWriter |
ContentWriter.end()
End currently opened tag.
|
ContentWriter |
ContentWriter.flush()
Flush the content using underlying writer.
|
ContentWriter |
ContentWriter.instruction(String name,
String content)
Write XML processing instruction.
|
ContentWriter |
ContentWriter.text(String content)
Write text content of the currently opened tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
ContentWriter |
DocumentWriterImpl.cdata(String content) |
ContentWriter |
DocumentWriterImpl.comment(String comment) |
ContentWriter |
DocumentWriterImpl.end() |
ContentWriter |
DocumentWriterImpl.get() |
ContentWriter |
DocumentWriterImpl.text(String content) |
Copyright © 2018. All rights reserved.