|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.svg | |
org.w3c.dom |
Uses of Comment in org.apache.batik.dom |
Classes in org.apache.batik.dom that implement Comment | |
class |
AbstractComment
This class implements the Comment interface. |
class |
GenericComment
This class implements the Comment interface. |
Methods in org.apache.batik.dom that return Comment | |
Comment |
GenericDocument.createComment(java.lang.String data)
DOM: Implements Document.createComment(String) . |
Uses of Comment in org.apache.batik.dom.svg |
Methods in org.apache.batik.dom.svg that return Comment | |
Comment |
SVGOMDocument.createComment(java.lang.String data)
DOM: Implements Document.createComment(String) . |
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 |