|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.CharacterDataImpl
org.apache.xerces.dom.CommentImpl
public class CommentImpl
Represents an XML (or HTML) comment.
| Field Summary |
|---|
| Fields inherited from class org.apache.xerces.dom.CharacterDataImpl |
|---|
data |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Constructor Summary | |
|---|---|
CommentImpl(CoreDocumentImpl ownerDoc,
java.lang.String data)
Factory constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNodeName()
Returns the node name. |
short |
getNodeType()
A short integer indicating what type of node this is. |
| Methods inherited from class org.apache.xerces.dom.CharacterDataImpl |
|---|
appendData, deleteData, getChildNodes, getData, getLength, getNodeValue, insertData, replaceData, setData, setNodeValue, setNodeValueInternal, setNodeValueInternal, substringData |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
cloneNode, getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommentImpl(CoreDocumentImpl ownerDoc,
java.lang.String data)
| Method Detail |
|---|
public short getNodeType()
getNodeType in interface org.w3c.dom.NodegetNodeType in class NodeImplpublic java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.NodegetNodeName in class NodeImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||