Uses of Interface
org.jboss.as.controller.xml.XMLElement.Builder
Packages that use XMLElement.Builder
-
Uses of XMLElement.Builder in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLElement.BuilderMethods in org.jboss.as.controller.xml that return XMLElement.BuilderModifier and TypeMethodDescriptionXMLElement.Builder.addAttribute(XMLAttribute<RC, WC> attribute) Adds readers and writer for the attributes of this element.XMLElement.DefaultBuilder.addAttribute(XMLAttribute<RC, WC> attribute) default XMLElement.Builder<RC,WC> XMLElement.Builder.addAttributes(Iterable<? extends XMLAttribute<RC, WC>> attributes) Adds readers and writer for the attributes of this element.protected XMLElement.Builder<RC,WC> XMLElement.DefaultBuilder.builder()default XMLElement.Builder<RC,WC> Returns a builder of an XML element, using the specified name.Returns a builder of an XML element, using the specified name.