All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.xml.parser.v2.XMLCDATA

java.lang.Object
   |
   +----oracle.xml.parser.v2.XMLNode
           |
           +----oracle.xml.parser.v2.CharData
                   |
                   +----oracle.xml.parser.v2.XMLText
                           |
                           +----oracle.xml.parser.v2.XMLCDATA

public class XMLCDATA
extends XMLText
implements CDATASection, Serializable
This class implements the DOM CDATASection interface.

See Also:
CDATASection, NodeFactory, setNodeFactory

Constructor Index

 o XMLCDATA(String)
Creates a CDATA node having the given name and text.

Constructors

 o XMLCDATA
 public XMLCDATA(String text)
Creates a CDATA node having the given name and text.

Parameters:
text - Text of the node

All Packages  Class Hierarchy  This Package  Previous  Next  Index