|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentNode
The DocumentNode Interface defines common methods for the document tree.
Method Summary | |
---|---|
void |
add(char c)
Add a character to the current document node. |
void |
add(java.lang.String s)
Add a string to the current document node. |
java.lang.String |
toString()
Each document tree node supports the toString method. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
void add(char c)
c
- the character to be addedvoid add(java.lang.String s)
s
- the string to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |