Package org.jboss.as.controller.xml
Interface XMLParticleGroup<RC,WC>
- Type Parameters:
RC- the reader contextWC- the writer content
- All Superinterfaces:
Feature,XMLComponent<RC,,WC> XMLElementGroup<RC,,WC> XMLParticle<RC,WC>
- All Known Subinterfaces:
NamedResourceRegistrationXMLChoice,ResourceXMLChoice,ResourceXMLParticleGroup,ResourceXMLSequence,SingletonResourceRegistrationXMLChoice,XMLChoice<RC,,WC> XMLSequence<RC,WC>
- All Known Implementing Classes:
NamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoice,ResourceXMLChoice.DefaultResourceContentXMLChoice,ResourceXMLSequence.DefaultResourceXMLSequence,SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice,XMLChoice.DefaultXMLChoice,XMLChoice.DefaultXMLElementChoice,XMLParticleGroup.DefaultXMLParticleGroup,XMLSequence.DefaultXMLSequence
Encapsulates a group of XML particles, e.g. xs:choice, xs:sequence.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classXMLParticleGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>> static interfaceXMLParticleGroup.Builder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>> static classNested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.DefaultXMLElementGroup<RC,WC> Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC> -
Method Summary
Methods inherited from interface org.jboss.as.controller.Feature
getStabilityMethods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriterMethods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames, getReaderNamesMethods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader