Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
protected static Transformer |
DOMSerializer.createTransformer(DOMSerializerOptions options)
Creates a new copy Transformer.
|
void |
DOMSerializer.serialize(Document document,
OutputStream out)
Serializes the document to the output stream.
|
void |
DOMSerializer.serialize(Document document,
Writer out)
Serializes the xml document to the writer.
|
abstract void |
DOMSerializer.serialize(Node node,
OutputStream out)
Serializes the node to the output stream.
|
abstract void |
DOMSerializer.serialize(Node node,
Writer out)
Serializes the xml node to the writer.
|
byte[] |
DOMSerializer.serializeToBytes(Document document)
Converts the document to a byte[].
|
byte[] |
DOMSerializer.serializeToBytes(Node node)
Converts the node to a byte[].
|
String |
DOMSerializer.serializeToString(Document document)
Converts the document to a String.
|
String |
DOMSerializer.serializeToString(Node node)
Converts the node to a String.
|
Copyright © 2004–2018 52north.org. All rights reserved.