Package org.jboss.as.controller.xml
Interface XMLElementGroup<RC,WC>
- Type Parameters:
RC- the reader contextWC- the writer content
- All Superinterfaces:
Feature,XMLComponent<RC,,WC> XMLParticle<RC,WC>
- All Known Subinterfaces:
NamedResourceRegistrationXMLChoice,ResourceXMLAll,ResourceXMLChoice,ResourceXMLElementGroup,ResourceXMLParticleGroup,ResourceXMLSequence,SingletonResourceRegistrationXMLChoice,XMLAll<RC,,WC> XMLChoice<RC,,WC> XMLParticleGroup<RC,,WC> XMLSequence<RC,WC>
- All Known Implementing Classes:
NamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoice,ResourceXMLAll.DefaultResourceXMLAll,ResourceXMLChoice.DefaultResourceContentXMLChoice,ResourceXMLSequence.DefaultResourceXMLSequence,SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice,XMLAll.DefaultXMLAll,XMLChoice.DefaultXMLChoice,XMLChoice.DefaultXMLElementChoice,XMLElementGroup.DefaultXMLElementGroup,XMLParticleGroup.DefaultXMLParticleGroup,XMLSequence.DefaultXMLSequence
Encapsulates a group of XML elements, e.g. xs:choice, xs:all, xs:sequence.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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>> static classNested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticle
XMLParticle.DefaultXMLParticle<RC,WC> -
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<QName>getNames()Returns the qualified element names of this element group.Returns the set of qualified element names.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.XMLParticle
getCardinality, getReader
-
Method Details
-
getReaderNames
Returns the set of qualified element names.- Returns:
- the set of qualified element names.
-
getNames
Returns the qualified element names of this element group.- Returns:
- the qualified element names of this element group.
-