org.plasma.sdo.xml
Class DocumentMarshaller

java.lang.Object
  extended by org.plasma.sdo.xml.XMLProcessor
      extended by org.plasma.sdo.xml.Marshaller
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.plasma.sdo.xml.Marshaller
Marshaller.PathNode
 
Field Summary
 
Fields inherited from class org.plasma.sdo.xml.Marshaller
document, flavor
 
Constructor Summary
DocumentMarshaller(XMLDocument document)
          Deprecated.  
 
Method Summary
 String getContent()
          Deprecated.  
 String getContent(org.jdom2.output.Format format)
          Deprecated.  
 String getContent(String indent, boolean newlines)
          Deprecated.  
 org.jdom2.Document getDocument()
          Deprecated.  
 void start()
          Deprecated. Begins the document assembly process
 
Methods inherited from class org.plasma.sdo.xml.Marshaller
fromObject
 
Methods inherited from class org.plasma.sdo.xml.XMLProcessor
getOptions, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentMarshaller

public DocumentMarshaller(XMLDocument document)
Deprecated. 
Method Detail

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 © 2014. All rights reserved.