| Package | Description |
|---|---|
| foundation.fluent.api.xml | |
| foundation.fluent.api.xml.impl |
| Modifier and Type | Method and Description |
|---|---|
ElementWriter |
ElementWriter.attribute(String name,
String value)
Write tag attribute.
|
ElementWriter |
ElementWriter.flush()
Flush the content using underlying writer.
|
ElementWriter |
ContentWriter.tag(String name)
Start writing opening tag with provided tag name.
|
ElementWriter |
ContentWriter.tag(String nsPrefix,
String name)
Start writing opening tag with provided XML namespace prefix and tag name.
|
ElementWriter |
ElementWriter.xmlns(String uri)
Write XML namespace of the current tag.
|
default ElementWriter |
ElementWriter.xmlns(String prefix,
String uri)
Write XML namespace of the current tag.
|
ElementWriter |
ElementWriter.xmlns(String prefix,
URI uri)
Write XML namespace of the current tag.
|
| Modifier and Type | Method and Description |
|---|---|
ElementWriter |
DocumentWriterImpl.tag(String tag) |
ElementWriter |
DocumentWriterImpl.tag(String nsPrefix,
String tag) |
Copyright © 2018. All rights reserved.