Uses of Class
eu.maveniverse.domtrip.Comment
Packages that use Comment
-
Uses of Comment in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return CommentModifier and TypeMethodDescriptionEditor.addComment(ContainerNode parent, String content) Adds a comment as a child of the specified parentEditor.EditorCommentBuilder.build()Builds and adds the comment to the document.Comment.clone()Deprecated.static CommentCreates a comment node.Editor.commentOutElement(Element element) Comments out an element by wrapping it in an XML comment.Editor.commentOutElements(Element... elements) Comments out multiple elements as a single block comment.Sets the content of this comment.Comment.copy()Creates a deep copy of this node.static CommentCreates a comment with the specified content.Comment.parent(ContainerNode parent) Sets the parent container node of this node.Comment.precedingWhitespace(String whitespace) Sets the whitespace that precedes this node.Methods in eu.maveniverse.domtrip with parameters of type CommentModifier and TypeMethodDescriptionEditor.uncommentElement(Comment comment) Uncomments a previously commented element by parsing the comment content back to XML.default DomTripVisitor.ActionDomTripVisitor.visitComment(Comment comment) Called for comment nodes during traversal.Method parameters in eu.maveniverse.domtrip with type arguments of type CommentModifier and TypeMethodDescriptionTreeWalker.onComment(Function<Comment, DomTripVisitor.Action> handler) Sets the callback invoked for each comment node.
Comment.copy()instead.