|
||||||||||
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.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
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 |
CommentWrapper
This class implements a wrapper for a Comment. |
class |
GenericComment
This class implements the Comment interface. |
Methods in org.apache.batik.dom that return Comment | |
Comment |
DocumentWrapper.createComment(java.lang.String data)
DOM: Implements Document.createComment(String) . |
protected Comment |
DocumentWrapper.createCommentWrapper(Comment c)
Creates a wrapper for the given Comment. |
Comment |
GenericDocument.createComment(java.lang.String data)
DOM: Implements Document.createComment(String) . |
Methods in org.apache.batik.dom with parameters of type Comment | |
protected Comment |
DocumentWrapper.createCommentWrapper(Comment c)
Creates a wrapper for the given Comment. |
Constructors in org.apache.batik.dom with parameters of type Comment | |
CommentWrapper(DocumentWrapper dw,
Comment c)
Creates a new CommentWrapper object. |
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.apache.batik.script |
Methods in org.apache.batik.script that return Comment | |
Comment |
DocumentProxy.createComment(java.lang.String data)
Creates a Comment node given the specified 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 |