|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.document.SCoTCommando
de.goerntkai.scot.app.document.EntityCommando
Represents an HTML entity.
Constructor Summary | |
EntityCommando(java.lang.String commando)
Inherited from the SCoTCommando . |
Method Summary | |
org.w3c.dom.Node |
toHTML(org.w3c.dom.Document doc)
Returns the HTML representation of the commando. |
Methods inherited from class de.goerntkai.scot.app.document.SCoTCommando |
getCommandoAsHTML, getParameter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EntityCommando(java.lang.String commando)
Inherited from the SCoTCommando
. Passes the commando
through to the superclass.
commando
- the commando string as found in the SCoT documentMethod Detail |
public org.w3c.dom.Node toHTML(org.w3c.dom.Document doc)
Returns the HTML representation of the commando. Uses the parent document for creating the node.
toHTML
in interface ISCoTComponent
toHTML
in class SCoTCommando
doc
- the parent document
SCoTCommando.toHTML(org.w3c.dom.Document)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |