Uses of Class
eu.maveniverse.domtrip.ContainerNode
Packages that use ContainerNode
-
Uses of ContainerNode in eu.maveniverse.domtrip
Subclasses of ContainerNode in eu.maveniverse.domtripModifier and TypeClassDescriptionclassRepresents the root of an XML document, containing the document element and preserving document-level formatting like XML declarations and DTDs.classRepresents an XML element with attributes and children, preserving original formatting including attribute spacing, quote styles, and element structure.Fields in eu.maveniverse.domtrip declared as ContainerNodeModifier and TypeFieldDescriptionprotected ContainerNodeNode.parentThe parent node of this node in the XML treeMethods in eu.maveniverse.domtrip that return ContainerNodeMethods in eu.maveniverse.domtrip with parameters of type ContainerNodeModifier and TypeMethodDescriptionEditor.addComment(ContainerNode parent, String content) Adds a comment as a child of the specified parentComment.parent(ContainerNode parent) Sets the parent container node of this node.Document.parent(ContainerNode parent) Sets the parent container node of this node.Element.parent(ContainerNode parent) Sets the parent container node of this node.Node.parent(ContainerNode parent) Sets the parent container node of this node.ProcessingInstruction.parent(ContainerNode parent) Sets the parent container node of this node.Text.parent(ContainerNode parent) Sets the parent container node of this node.Editor.EditorCommentBuilder.to(ContainerNode parent) Sets the parent node for this comment.Editor.EditorElementBuilder.to(ContainerNode parent) Sets the parent node for this element.Editor.EditorTextBuilder.to(ContainerNode parent) Sets the parent node for this text.