info.informatica.report.dom4j
Class ReportDocument

java.lang.Object
  extended by org.dom4j.tree.AbstractNode
      extended by org.dom4j.tree.AbstractBranch
          extended by org.dom4j.tree.AbstractDocument
              extended by org.dom4j.tree.DefaultDocument
                  extended by info.informatica.doc.dom4j.XHTMLDocument
                      extended by info.informatica.report.dom4j.ReportDocument
All Implemented Interfaces:
Serializable, Cloneable, Branch, Document, Node

public class ReportDocument
extends info.informatica.doc.dom4j.XHTMLDocument

Report-specific Document implementation.

Author:
Carlos Amengual (amengual at informatica.info)
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.dom4j.Node
ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE
 
Constructor Summary
ReportDocument()
           
ReportDocument(DocumentType docType)
           
ReportDocument(Element rootElement)
           
ReportDocument(Element rootElement, DocumentType docType)
           
ReportDocument(String name)
           
ReportDocument(String name, Element rootElement, DocumentType docType)
           
 
Method Summary
 Report getReport()
           
 void setReport(Report report)
           
 
Methods inherited from class info.informatica.doc.dom4j.XHTMLDocument
addStyleSheet, getBaseURL, getDefaultStyleSheet, getStyleSheet, openStream, setBaseURL, setDefaultStyleSheet
 
Methods inherited from class org.dom4j.tree.DefaultDocument
addDocType, clearContent, clone, getDocType, getEntityResolver, getName, getRootElement, getXMLEncoding, processingInstruction, processingInstructions, processingInstructions, removeProcessingInstruction, setContent, setDocType, setDocumentFactory, setEntityResolver, setName
 
Methods inherited from class org.dom4j.tree.AbstractDocument
accept, add, addComment, addElement, addElement, addElement, addProcessingInstruction, addProcessingInstruction, asXML, asXPathResult, getDocument, getNodeType, getPath, getStringValue, getUniquePath, normalize, remove, setRootElement, setXMLEncoding, toString, write
 
Methods inherited from class org.dom4j.tree.AbstractBranch
add, add, add, addElement, appendContent, content, elementByID, getText, getTextTrim, hasContent, indexOf, isReadOnly, node, nodeCount, nodeIterator, remove, remove, remove, setProcessingInstructions
 
Methods inherited from class org.dom4j.tree.AbstractNode
createPattern, createXPath, createXPathFilter, detach, getNodeTypeName, getParent, getPath, getUniquePath, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setParent, setText, supportsParent, valueOf
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.dom4j.Branch
add, add, add, appendContent, content, elementByID, indexOf, node, nodeCount, nodeIterator, remove, remove, remove, setProcessingInstructions
 
Methods inherited from interface org.dom4j.Node
createXPath, detach, getNodeTypeName, getParent, getPath, getText, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setParent, setText, supportsParent, valueOf
 

Constructor Detail

ReportDocument

public ReportDocument()

ReportDocument

public ReportDocument(String name)

ReportDocument

public ReportDocument(Element rootElement)

ReportDocument

public ReportDocument(DocumentType docType)

ReportDocument

public ReportDocument(Element rootElement,
                      DocumentType docType)

ReportDocument

public ReportDocument(String name,
                      Element rootElement,
                      DocumentType docType)
Method Detail

getReport

public Report getReport()

setReport

public void setReport(Report report)