de.goerntkai.scot.app.document
Class FrameComponent

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

public class FrameComponent
extends java.lang.Object
implements ISCoTComponent

Represents a frame definition, found in a FramesetDocument.

Author:
Kai Görnt

Constructor Summary
FrameComponent(java.lang.String line)
          This construtor parses the line and sets the internal values.
 
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

FrameComponent

public FrameComponent(java.lang.String line)
This construtor parses the line and sets the internal values.

Parameters:
line - the line that defines the frame
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