com.solidstategroup.cms.xml
Class Article

java.lang.Object
  extended by com.solidstategroup.cms.xml.Article

public class Article
extends java.lang.Object


Constructor Summary
Article()
           
 
Method Summary
 org.w3c.dom.Document execute(Article articleToSerialise)
           
 org.w3c.dom.Document execute(Article articleToSerialise, org.w3c.dom.Document thisDocument, org.w3c.dom.Element article)
           
 void exportToFile(java.lang.String fileLocation)
           
 org.w3c.dom.Document getArticleDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Article

public Article()
Method Detail

execute

public org.w3c.dom.Document execute(Article articleToSerialise)

execute

public org.w3c.dom.Document execute(Article articleToSerialise,
                                    org.w3c.dom.Document thisDocument,
                                    org.w3c.dom.Element article)

exportToFile

public void exportToFile(java.lang.String fileLocation)

getArticleDocument

public org.w3c.dom.Document getArticleDocument()