|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.dom.Node
public abstract class Node
A node within the DOM.
| Constructor Summary | |
|---|---|
protected |
Node(Node container)
Creates a new node, setting its container to the provided value. |
| Method Summary | |
|---|---|
String |
getChildMarkup()
|
List<Node> |
getChildren()
|
Node |
getContainer()
|
abstract void |
toMarkup(PrintWriter writer)
Writes the markup for this node to the writer. |
String |
toString()
Invokes toMarkup(PrintWriter), collecting output in a string, which is returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Node(Node container)
container - | Method Detail |
|---|
public Node getContainer()
public final String getChildMarkup()
toString() of its children.public String toString()
toMarkup(PrintWriter), collecting output in a string, which is returned.
toString in class Objectpublic List<Node> getChildren()
public abstract void toMarkup(PrintWriter writer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||