info.informatica.report.dom4j
Class ReportDocumentFactory

java.lang.Object
  extended by org.dom4j.DocumentFactory
      extended by info.informatica.doc.dom4j.XHTMLDocumentFactory
          extended by info.informatica.report.dom4j.ReportDocumentFactory
All Implemented Interfaces:
Serializable

public class ReportDocumentFactory
extends info.informatica.doc.dom4j.XHTMLDocumentFactory

DocumentFactory for reports.

Author:
Carlos Amengual
See Also:
Serialized Form

Constructor Summary
ReportDocumentFactory()
           
 
Method Summary
 Document createDocument()
           
 Document createDocument(Report report)
           
 Element createElement(QName qname)
           
static DocumentFactory getInstance()
           
 
Methods inherited from class info.informatica.doc.dom4j.XHTMLDocumentFactory
createAttribute, getDefaultStyleSheet, getStyleDatabase, isStyleCacheOn, setDefaultStyleSheet, setStyleCache, setStyleDatabase
 
Methods inherited from class org.dom4j.DocumentFactory
createAttribute, createCDATA, createComment, createDocType, createDocument, createDocument, createElement, createElement, createEntity, createNamespace, createPattern, createProcessingInstruction, createProcessingInstruction, createQName, createQName, createQName, createQName, createText, createXPath, createXPath, createXPathFilter, createXPathFilter, getQNames, getXPathNamespaceURIs, setXPathNamespaceURIs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDocumentFactory

public ReportDocumentFactory()
Method Detail

getInstance

public static DocumentFactory getInstance()

createElement

public Element createElement(QName qname)
Overrides:
createElement in class info.informatica.doc.dom4j.XHTMLDocumentFactory

createDocument

public Document createDocument()
Overrides:
createDocument in class info.informatica.doc.dom4j.XHTMLDocumentFactory

createDocument

public Document createDocument(Report report)