Implements the textual content (termed character data) of a
org.w3c.dom.Element or
org.w3c.dom.Attr . If there is no markup
inside an element's content, the text is contained in a single object
implementing the
org.w3c.dom.Text interface; if there is markup,
it is parsed into a list of elements and
org.w3c.dom.Text nodes
that form the list of children of the element.
One of two nodes that may be added to an attribute
version: $Revision: 1.1 $ $Date: 2001/12/18 11:03:24 $ author: Assaf Arkin See Also:org.w3c.dom.Text See Also:CharacterDataImpl