All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.xml.parser.v2.XMLComment

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

public class XMLComment
extends CharData
implements Comment, Serializable
This class implements the DOM Comment interface.

See Also:
Comment, NodeFactory, setNodeFactory

Constructor Index

 o XMLComment(String)
Creates a new Comment node.

Constructors

 o XMLComment
 public XMLComment(String text)
Creates a new Comment node.

Parameters:
text - Text of the comment node

All Packages  Class Hierarchy  This Package  Previous  Next  Index