info.informatica.report.dom4j
Class ReportDocumentFactory
java.lang.Object
org.dom4j.DocumentFactory
info.informatica.doc.dom4j.XHTMLDocumentFactory
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
| 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 |
ReportDocumentFactory
public ReportDocumentFactory()
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)