de.betabeans.scroogexhtml.dom
Interface DocumentNode

All Known Implementing Classes:
Document, FormattedText, Paragraph

public interface DocumentNode

The DocumentNode Interface defines common methods for the document tree.

Author:
Michael Justin

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

toString

java.lang.String toString()
Each document tree node supports the toString method.

Overrides:
toString in class java.lang.Object
Returns:
the converted Document node

add

void add(char c)
Add a character to the current document node.

Parameters:
c - the character to be added

add

void add(java.lang.String s)
Add a string to the current document node.

Parameters:
s - the string to be added


Copyright (c) 1998-2006 BetaSoft Michael Justin. All Rights Reserved.