| Package | Description |
|---|---|
| com.phloc.commons.microdom.serialize | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Method and Description |
|---|---|
static String |
MicroWriter.getNodeAsString(IMicroNode aNode,
IXMLWriterSettings aSettings) |
static ESuccess |
MicroWriter.writeToFile(IMicroNode aNode,
File aFile,
IXMLWriterSettings aSettings)
Write a Micro Node to a file.
|
static ESuccess |
MicroWriter.writeToStream(IMicroNode aNode,
OutputStream aOS,
IXMLWriterSettings aSettings)
Write a Micro Node to an
OutputStream. |
static ESuccess |
MicroWriter.writeToWriter(IMicroNode aNode,
Writer aWriter,
IXMLWriterSettings aSettings)
Write a Micro Node to a
Writer. |
| Constructor and Description |
|---|
MicroDOMInputStreamProvider(IMicroNode aNode,
IXMLWriterSettings aSettings)
Constructor for micro nodes.
|
MicroSerializer(IXMLWriterSettings aSettings) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLWriterSettings
Default implementation of the
IXMLWriterSettings interface. |
| Modifier and Type | Field and Description |
|---|---|
static IXMLWriterSettings |
XMLWriterSettings.DEFAULT_XML_SETTINGS
The default settings to use
|
protected IXMLWriterSettings |
AbstractSerializerPhloc.m_aSettings
The serialization settings
|
| Modifier and Type | Method and Description |
|---|---|
IXMLWriterSettings |
AbstractSerializerPhloc.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected XMLEmitterPhloc |
AbstractSerializerPhloc.createXMLEmitter(Writer aWriter,
IXMLWriterSettings aSettings) |
static String |
XMLWriter.getNodeAsString(Node aNode,
IXMLWriterSettings aSettings) |
static ESuccess |
XMLWriter.writeToStream(Node aNode,
OutputStream aOS,
IXMLWriterSettings aSettings)
Write a node to an
OutputStream using custom settings. |
static ESuccess |
XMLWriter.writeToWriter(Node aNode,
Writer aWriter,
IXMLWriterSettings aSettings)
Write a node to a
Writer using the default settings. |
| Constructor and Description |
|---|
AbstractSerializerPhloc(IXMLWriterSettings aSettings) |
DOMInputStreamProvider(Node aNode,
IXMLWriterSettings aSettings)
Constructor for W3C nodes.
|
XMLEmitterPhloc(Writer aWriter,
IXMLWriterSettings aSettings) |
XMLSerializerPhloc(IXMLWriterSettings aSettings) |
XMLWriterSettings(IXMLWriterSettings aOther)
Copy constructor.
|
Copyright © 2006–2015 phloc systems. All rights reserved.