Uses of Class
eu.maveniverse.domtrip.Editor.EditorElementBuilder
Packages that use Editor.EditorElementBuilder
-
Uses of Editor.EditorElementBuilder in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return Editor.EditorElementBuilderModifier and TypeMethodDescriptionCreates an element builder using a QName that will be added to the document.Creates an element builder that will be added to the document.Editor.EditorElementBuilder.selfClosing()Makes this element self-closing.Editor.EditorElementBuilder.to(ContainerNode parent) Sets the parent node for this element.Editor.EditorElementBuilder.withAttribute(QName qname, String value) Adds an attribute to this element using a QName.Editor.EditorElementBuilder.withAttribute(String name, String value) Adds an attribute to this element.Editor.EditorElementBuilder.withAttributes(Map<String, String> attributes) Adds multiple attributes to this element.Editor.EditorElementBuilder.withQNameAttributes(Map<QName, String> qnameAttributes) Adds multiple attributes to this element using QNames.Sets text content for this element.