de.goerntkai.scot.app.document
Interface ISCoTComponent

All Known Implementing Classes:
FrameComponent, FramesetComponent, NoframesComponent, SCoTBlock, SCoTCommando, SCoTElement, SimpleComponent

public interface ISCoTComponent

A ISCoTComponent is something that a SCoTBlock contains.

Version:
$Id: ISCoTComponent.java,v 1.2 2005/05/14 16:40:58 GoerntKai Exp $
Author:
Kai Görnt

Method Summary
 org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)
          Returns the HTML representation of the element.
 

Method Detail

toHTML

public org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)

Returns the HTML representation of the element. Uses the parent document for creating the node.

Parameters:
doc - the parent document
Returns:
the HTML representation


© 2004 by Kai Görnt