org.apache.xerces.dom
public class CommentImpl extends CharacterDataImpl implements CharacterData, Comment
Since: PR-DOM-Level-1-19980818.
Version: $Id: CommentImpl.java,v 1.9 2004/10/05 17:12:50 mrglavas Exp $
| Constructor Summary | |
|---|---|
| CommentImpl(CoreDocumentImpl ownerDoc, String data) Factory constructor. | |
| Method Summary | |
|---|---|
| String | getNodeName() Returns the node name. |
| short | getNodeType()
A short integer indicating what type of node this is. |