de.goerntkai.scot.app.document
Class NoframesComponent

java.lang.Object
  extended byde.goerntkai.scot.app.document.NoframesComponent
All Implemented Interfaces:
ISCoTComponent

public class NoframesComponent
extends java.lang.Object
implements ISCoTComponent

Represents a noframes definition, found in a FramesetDocument.

Author:
Kai Görnt

Constructor Summary
NoframesComponent(SCoTBlock[] blocks)
          Stores the content blocks.
 
Method Summary
 org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)
          Returns the HTML representation of the element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoframesComponent

public NoframesComponent(SCoTBlock[] blocks)
Stores the content blocks.

Parameters:
blocks - the content blocks
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.

Specified by:
toHTML in interface ISCoTComponent
Parameters:
doc - the parent document
Returns:
the HTML representation
See Also:
ISCoTComponent.toHTML(org.w3c.dom.Document)


© 2004 by Kai Görnt