uk.co.lakesidetech.springxmldb.processor
Interface IGenerator
- public interface IGenerator
Generator interface for abstracting the generation of XML documents. The generator implementation
can then be used for the hooking up pipelines of generation and transformation
TODO
- Author:
- Stuart Eccles
generateXMLAsDOM
public org.w3c.dom.Document generateXMLAsDOM()
generateXMLAsString
public java.lang.String generateXMLAsString()
generateXMLAsDOM
public org.w3c.dom.Document generateXMLAsDOM(java.util.Map parameters)
generateXMLAsString
public java.lang.String generateXMLAsString(java.util.Map parameters)