Uses of Interface
org.dom4j.Comment
Packages that use Comment
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
-
Uses of Comment in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createComment
(String text) static Comment
DocumentHelper.createComment
(String text) Modifier and TypeMethodDescriptionvoid
Adds the givenComment
to this branch.boolean
Removes the givenComment
if the node is an immediate child of this branch.void
Visits the givenComment
void
-
Uses of Comment in org.dom4j.dom
Classes in org.dom4j.dom that implement CommentModifier and TypeClassDescriptionclass
DOMText
implements a Text node which supports the W3C DOM API.Methods in org.dom4j.dom that return Comment -
Uses of Comment in org.dom4j.io
Methods in org.dom4j.io that return CommentModifier and TypeMethodDescriptionSTAXEventReader.createComment
(Comment comment) Constructs a new DOM4J Comment from the provided StAX Comment event.STAXEventReader.readComment
(XMLEventReader reader) Constructs a DOM4J Comment from the provided event stream.Methods in org.dom4j.io with parameters of type CommentModifier and TypeMethodDescriptionprotected void
DOMWriter.appendDOMTree
(Document domDocument, Node domCurrent, Comment comment) STAXEventWriter.createComment
(Comment comment) void
Generates SAX events for the given Commentvoid
Writes the givenComment
.void
STAXEventWriter.writeComment
(Comment comment) Writes a DOM4JComment
to the stream. -
Uses of Comment in org.dom4j.tree
Classes in org.dom4j.tree that implement CommentModifier and TypeClassDescriptionclass
AbstractComment
is an abstract base class for tree implementors to use for implementation inheritence.class
DefaultComment
is the default Comment implementation.class
FlyweightComment
is a Flyweight pattern implementation of a singly linked, read-only XML Comment.Methods in org.dom4j.tree with parameters of type Comment -
Uses of Comment in org.dom4j.util
Methods in org.dom4j.util that return Comment