Uses of Class
org.apache.maven.api.xml.XmlNode.Builder
Packages that use XmlNode.Builder
Package
Description
Provides an immutable XML processing API for Maven, offering classes and interfaces
for reading, manipulating, and writing XML documents in a thread-safe manner.
-
Uses of XmlNode.Builder in org.apache.maven.api.xml
Methods in org.apache.maven.api.xml that return XmlNode.BuilderModifier and TypeMethodDescriptionXmlNode.Builder.attributes(Map<String, String> attributes) Sets the attributes of the XML node.Sets the child nodes of the XML node.XmlNode.Builder.inputLocation(Object inputLocation) Sets the input location information for the XML node.Sets the name of the XML node.XmlNode.Builder.namespaces(Map<String, String> namespaces) Sets the namespace context for this node.XmlNode.Builder.namespaceUri(String namespaceUri) Sets the namespace URI of the XML node.static XmlNode.BuilderXmlNode.newBuilder()Returns a new builder for creating XmlNode instances.Sets the namespace prefix of the XML node.Sets the text content of the XML node.