Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
DOMSerializerOptions |
DOMSerializerOptions.emitXMLDeclaration() |
DOMSerializerOptions |
DOMSerializerOptions.encoding(String encoding) |
DOMSerializerOptions |
DOMSerializerOptions.encodingUTF8() |
static DOMSerializerOptions |
DOMSerializerOptions.getDefaultOptions() |
DOMSerializerOptions |
DOMSerializerOptions.indent()
Method sets the indent is requested.
|
DOMSerializerOptions |
DOMSerializerOptions.indentAmount(int amount) |
DOMSerializerOptions |
DOMSerializerOptions.noIndent() |
DOMSerializerOptions |
DOMSerializerOptions.omitXMLDeclaration() |
Modifier and Type | Method and Description |
---|---|
static DOMSerializer |
DOMSerializer.createNew(DOMSerializerOptions options) |
protected static Transformer |
DOMSerializer.createTransformer(DOMSerializerOptions options)
Creates a new copy Transformer.
|
Copyright © 2004–2016 52north.org. All rights reserved.