| Package | Description |
|---|---|
| com.phloc.commons.microdom.serialize | |
| com.phloc.commons.xml | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MicroSerializer.emitNode(IXMLIterationHandler aXMLWriter,
IMicroNode aPrevSibling,
IMicroNode aNode,
IMicroNode aNextSibling) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXMLIterationHandler
Empty implementation of
IXMLIterationHandler that does nothing. |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLEmitterPhloc
Converts XML constructs into a string representation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLSerializerPhloc.emitNode(IXMLIterationHandler aXMLWriter,
Node aPrevSibling,
Node aNode,
Node aNextSibling) |
protected abstract void |
AbstractSerializerPhloc.emitNode(IXMLIterationHandler aXMLWriter,
NODETYPE aPrevSibling,
NODETYPE aNode,
NODETYPE aNextSibling) |
void |
AbstractSerializerPhloc.write(NODETYPE aNode,
IXMLIterationHandler aXMLEmitter) |
Copyright © 2006–2014 phloc systems. All rights reserved.