Uses of Interface
org.jboss.as.controller.xml.XMLElementGroup
-
Packages that use XMLElementGroup Package Description org.jboss.as.controller.persistence.xml org.jboss.as.controller.xml -
-
Uses of XMLElementGroup in org.jboss.as.controller.persistence.xml
Subinterfaces of XMLElementGroup in org.jboss.as.controller.persistence.xml Modifier and Type Interface Description interfaceNamedResourceRegistrationXMLChoiceEncapsulates an group of XML elements for a wildcard resource registration and its overrides using xs:choice (i.e. one of) semantics.interfaceResourceXMLAllEncapsulates a group of XML particles for a subsystem resource using xs:all (i.e. unordered) semantics.interfaceResourceXMLChoiceEncapsulates a group of XML particles for a subsystem resource using xs:choice (i.e. one of) semantics.interfaceResourceXMLElementGroupEncapsulates a group of XML elements for a subsystem resource.interfaceResourceXMLParticleGroupEncapsulates a group of XML particles for a subsystem resource, e.g. xs:choice, xs:sequenceinterfaceResourceXMLSequenceEncapsulates a group of XML particles for a subsystem resource using xs:sequence (i.e. ordered) semantics.interfaceSingletonResourceRegistrationXMLChoiceEncapsulates an group of XML elements for one of more singleton resource registrations using xs:choice (i.e. one of) semantics.Classes in org.jboss.as.controller.persistence.xml that implement XMLElementGroup Modifier and Type Class Description static classNamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoicestatic classResourceXMLAll.DefaultResourceXMLAllstatic classResourceXMLChoice.DefaultResourceContentXMLChoicestatic classResourceXMLSequence.DefaultResourceXMLSequencestatic classSingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice -
Uses of XMLElementGroup in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLElementGroup Modifier and Type Class Description static classXMLElementGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>static interfaceXMLElementGroup.Builder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>Subinterfaces of XMLElementGroup in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceXMLAll<RC,WC>Encapsulates a group of XML particles with xs:all (i.e. unordered) semantics.interfaceXMLChoice<RC,WC>Encapsulates a group of XML particles using xs:choice (i.e. one of) semantics.interfaceXMLParticleGroup<RC,WC>Encapsulates a group of XML particles, e.g. xs:choice, xs:sequence.interfaceXMLSequence<RC,WC>Encapsulates a group of XML particles with xs:sequence (i.e. ordered) semantics.Classes in org.jboss.as.controller.xml that implement XMLElementGroup Modifier and Type Class Description static classXMLAll.DefaultXMLAll<RC,WC>static classXMLChoice.DefaultXMLChoice<RC,WC>static classXMLChoice.DefaultXMLElementChoice<RC,WC>static classXMLElementGroup.DefaultXMLElementGroup<RC,WC>static classXMLParticleGroup.DefaultXMLParticleGroup<RC,WC>static classXMLSequence.DefaultXMLSequence<RC,WC>Methods in org.jboss.as.controller.xml with parameters of type XMLElementGroup Modifier and Type Method Description static <RC,WC>
XMLContent<RC,WC>XMLContent. of(XMLElementGroup<RC,WC> group)Returns an empty content
-