|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.apache.xerces.dom | |
org.w3c.dom |
Uses of Comment in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement Comment | |
class |
CommentImpl
Represents an XML (or HTML) comment. |
class |
DeferredCommentImpl
Represents an XML (or HTML) comment. |
Methods in org.apache.xerces.dom that return Comment | |
Comment |
CoreDocumentImpl.createComment(java.lang.String data)
Factory method; creates a Comment having this Document as its OwnerDoc. |
Uses of Comment in org.w3c.dom |
---|
Methods in org.w3c.dom that return Comment | |
Comment |
Document.createComment(java.lang.String data)
Creates a Comment node given the specified string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |