org.plasma.sdo.xml
Class DocumentMarshaller
java.lang.Object
org.plasma.sdo.xml.XMLProcessor
org.plasma.sdo.xml.Marshaller
org.plasma.sdo.xml.DocumentMarshaller
Deprecated.
@Deprecated
public class DocumentMarshaller
- extends Marshaller
A Document Object Model (DOM) based assembler/builder which constructs
a JDOM document while traversing/visiting a DataGraph.
|
Method Summary |
java.lang.String |
getContent()
Deprecated. |
java.lang.String |
getContent(org.jdom2.output.Format format)
Deprecated. |
java.lang.String |
getContent(java.lang.String indent,
boolean newlines)
Deprecated. |
org.jdom2.Document |
getDocument()
Deprecated. |
void |
start()
Deprecated. Begins the document assembly process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentMarshaller
public DocumentMarshaller(XMLDocument document)
- Deprecated.
start
public void start()
- Deprecated.
- Begins the document assembly process
getDocument
public org.jdom2.Document getDocument()
- Deprecated.
getContent
public java.lang.String getContent()
- Deprecated.
getContent
public java.lang.String getContent(java.lang.String indent,
boolean newlines)
- Deprecated.
getContent
public java.lang.String getContent(org.jdom2.output.Format format)
- Deprecated.
Copyright © 2013. All Rights Reserved.