|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.document.SCoTElement
de.goerntkai.scot.app.document.AnchorElement
Represents an anchor element (<a>
).
Constructor Summary | |
AnchorElement(java.lang.String line)
Inherited from the SCoTElement . |
Method Summary | |
org.w3c.dom.Node |
toHTML(org.w3c.dom.Document doc)
Returns the HTML representation of the element. |
Methods inherited from class de.goerntkai.scot.app.document.SCoTElement |
getParts, getTagName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnchorElement(java.lang.String line) throws SCoTException
SCoTElement
. Passes the line through
to the superclass.
line
- the line as found in the SCoT document
SCoTException
Method Detail |
public org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)
toHTML
in interface ISCoTComponent
toHTML
in class SCoTElement
doc
- the parent document
SCoTElement.toHTML(org.w3c.dom.Document)
,
ISCoTComponent.toHTML(org.w3c.dom.Document)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |