org.enhydra.xml.xmlc.html
Interface HTMLObject

All Superinterfaces:
Document, DocumentInfo, HTMLDocument, Node, XMLObject
All Known Implementing Classes:
HTMLObjectImpl

public interface HTMLObject
extends XMLObject, HTMLDocument

Interface implemented by all compiled HTML Objects.


Field Summary
 
Fields inherited from interface org.enhydra.xml.xmlc.XMLObject
XMLC_GENERATED_CLASS_FIELD_NAME, XMLC_SOURCE_FILE_FIELD_NAME
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 String toDocument()
          Convert the document to a string representation of the document, that is a string containing HTML.
 
Methods inherited from interface org.enhydra.xml.xmlc.XMLObject
adoptNode, buildDocument, getDelegate, getDocument, getEncoding, getMIMEType, getStandalone, getStrictErrorChecking, getVersion, setDelegate, setEncoding, setStandalone, setStrictErrorChecking, setVersion, syncAccessMethods
 
Methods inherited from interface org.w3c.dom.Document
createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, importNode
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 
Methods inherited from interface org.enhydra.xml.io.DocumentInfo
isURLAttribute
 
Methods inherited from interface org.w3c.dom.html.HTMLDocument
close, getAnchors, getApplets, getBody, getCookie, getDomain, getElementsByName, getForms, getImages, getLinks, getReferrer, getTitle, getURL, open, setBody, setCookie, setTitle, write, writeln
 

Method Detail

toDocument

public String toDocument()
Convert the document to a string representation of the document, that is a string containing HTML. The results are parsable into the same DOM hierarchy

Specified by:
toDocument in interface XMLObject
Returns:
A string containing the full HTML.
See Also:
DOMFormatter


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.