Uses of Interface
org.jboss.as.controller.xml.XMLContentWriter
-
Packages that use XMLContentWriter Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLContentWriter in org.jboss.as.controller.persistence.xml
Classes in org.jboss.as.controller.persistence.xml that implement XMLContentWriter Modifier and Type Class Description static classNamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriterstatic classResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriterstatic classResourceXMLContainer.ResourceAttributesXMLContentWriterstatic classResourceXMLContainer.ResourceXMLContainerWriter<C>Fields in org.jboss.as.controller.persistence.xml declared as XMLContentWriter Modifier and Type Field Description static XMLContentWriter<org.jboss.dmr.ModelNode>ResourceXMLContainer. EMPTY_WRITER -
Uses of XMLContentWriter in org.jboss.as.controller.xml
Subinterfaces of XMLContentWriter in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceXMLContent<RC,WC>Encapsulates the content of an XML element.Classes in org.jboss.as.controller.xml that implement XMLContentWriter Modifier and Type Class Description static classXMLContent.DefaultXMLContent<RC,WC>Methods in org.jboss.as.controller.xml that return XMLContentWriter Modifier and Type Method Description default XMLContentWriter<C>XMLContentWriter. andThen(XMLContentWriter<C> after)Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer after invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.default XMLContentWriter<C>XMLContentWriter. compose(XMLContentWriter<C> before)Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer before invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.static <RC,WC>
XMLContentWriter<WC>XMLContentWriter. composite(Collection<? extends XMLParticle<RC,WC>> particles)static <C> XMLContentWriter<C>XMLContentWriter. empty()Returns an empty content writer.XMLContentWriter<WC>XMLParticle.DefaultXMLParticle. getWriter()XMLContentWriter<WC>XMLParticle. getWriter()Returns the writer of this XML particle.Methods in org.jboss.as.controller.xml with parameters of type XMLContentWriter Modifier and Type Method Description default XMLContentWriter<C>XMLContentWriter. andThen(XMLContentWriter<C> after)Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer after invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.default XMLContentWriter<C>XMLContentWriter. compose(XMLContentWriter<C> before)Returns a new writer that invokesXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on the specified writer before invokingXMLElementWriter.writeContent(XMLExtendedStreamWriter, Object)on this writer.XMLElement.Builder<RC,WC>XMLElement.Builder. withAttributes(Map<QName,org.jboss.staxmapper.XMLAttributeReader<RC>> readers, XMLContentWriter<WC> writer)Adds readers and writer for the attributes of this element.XMLElement.Builder<RC,WC>XMLElement.DefaultBuilder. withAttributes(Map<QName,org.jboss.staxmapper.XMLAttributeReader<RC>> readers, XMLContentWriter<WC> writer)Constructors in org.jboss.as.controller.xml with parameters of type XMLContentWriter Constructor Description DefaultXMLElement(QName name, XMLCardinality cardinality, XMLElementReader<RC> elementReader, XMLContentWriter<WC> elementWriter, Stability stability)DefaultXMLElementChoice(Set<QName> names, XMLCardinality cardinality, org.wildfly.common.function.ExceptionFunction<org.jboss.staxmapper.XMLExtendedStreamReader,XMLElement<RC,WC>,XMLStreamException> elementReader, Consumer<RC> absenteeHandler, XMLContentWriter<WC> writer, Stability stability)DefaultXMLElementGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)DefaultXMLParticle(XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)DefaultXMLParticleGroup(Set<QName> names, XMLCardinality cardinality, XMLElementReader<RC> reader, XMLContentWriter<WC> writer, Stability stability)
-