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.
| 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 String getContent()
- Deprecated.
getContent
public String getContent(String indent,
boolean newlines)
- Deprecated.
getContent
public String getContent(org.jdom2.output.Format format)
- Deprecated.
Copyright © 2013. All rights reserved.