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
   
  -   XMLComment(String) XMLComment(String)
-   Creates a new Comment node.
   
 XMLComment
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