Uses of Interface
org.jboss.as.controller.xml.XMLContent
Packages that use XMLContent
-
Uses of XMLContent in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLContentMethods in org.jboss.as.controller.xml that return XMLContentModifier and TypeMethodDescriptionstatic <RC,WC> XMLContent<RC, WC> XMLContent.empty()Returns an empty contentprotected XMLContent<RC,WC> XMLContainer.AbstractBuilder.getContent()static <RC,WC> XMLContent<RC, WC> XMLContent.of(BiConsumer<RC, String> consumer) Returns XML content whose text is consumed by the specified consumer during parsing.static <RC,WC> XMLContent<RC, WC> XMLContent.of(BiConsumer<RC, String> consumer, Function<WC, String> formatter) Returns XML content whose text is consumed by the specified consumer during parsing and formatted using the specified function during marshalling.static <RC,WC> XMLContent<RC, WC> XMLContent.of(XMLElementGroup<RC, WC> group) Returns an empty contentMethods in org.jboss.as.controller.xml with parameters of type XMLContentModifier and TypeMethodDescriptionXMLContainer.AbstractBuilder.withContent(XMLContent<RC, WC> content) XMLContainer.Builder.withContent(XMLContent<RC, WC> content) Applies the specified content to this containerConstructors in org.jboss.as.controller.xml with parameters of type XMLContentModifierConstructorDescriptionDefaultXMLElementWriter(QName name, XMLContentWriter<WC> attributesWriter, Function<WC, CC> childContentFactory, XMLContent<RC, CC> childContent)