Enhydra 3.0.3 API

org.enhydra.xml.xmlc.html
Interface HTMLObject

All Known Implementing Classes:
HTMLObjectImpl

public interface HTMLObject
extends XMLObject, HTMLDocument

Interface implemented by all compiled HTML Objects.


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
 
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
 java.lang.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
buildDocument, getDelegate, getDocument, getEncoding, setDelegate, syncAccessMethods
 
Methods inherited from interface org.w3c.dom.html.HTMLDocument
close, getAnchors, getApplets, getBody, getCookie, getDomain, getElementById, getElementsByName, getForms, getImages, getLinks, getReferrer, getTitle, getURL, open, setBody, setCookie, setTitle, write, writeln
 

Method Detail

toDocument

public java.lang.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.

Enhydra 3.0.3 API