Uses of Interface
org.jboss.as.controller.xml.XMLContent
-
Packages that use XMLContent Package Description org.jboss.as.controller.xml -
-
Uses of XMLContent in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement XMLContent Modifier and Type Class Description static classXMLContent.DefaultXMLContent<RC,WC>Methods in org.jboss.as.controller.xml that return XMLContent Modifier and Type Method Description static <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 XMLContent Modifier and Type Method Description BXMLContainer.AbstractBuilder. withContent(XMLContent<RC,WC> content)BXMLContainer.Builder. withContent(XMLContent<RC,WC> content)Applies the specified content to this containerConstructors in org.jboss.as.controller.xml with parameters of type XMLContent Constructor Description DefaultXMLElementWriter(QName name, XMLContentWriter<WC> attributesWriter, Function<WC,CC> childContentFactory, XMLContent<RC,CC> childContent)
-