Package org.jboss.as.controller.xml
Interface XMLSequence<RC,WC>
- Type Parameters:
RC- the reader contextWC- the writer content
- All Superinterfaces:
Feature,XMLComponent<RC,,WC> XMLElementGroup<RC,,WC> XMLParticle<RC,,WC> XMLParticleGroup<RC,WC>
- All Known Subinterfaces:
ResourceXMLSequence
- All Known Implementing Classes:
ResourceXMLSequence.DefaultResourceXMLSequence,XMLSequence.DefaultXMLSequence
Encapsulates a group of XML particles with xs:sequence (i.e. ordered) semantics.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic classstatic 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> Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLParticleGroup
XMLParticleGroup.AbstractBuilder<RC,WC, E extends XMLElement<RC, WC>, T extends XMLParticleGroup<RC, WC>, B extends XMLParticleGroup.Builder<RC, WC, E, T, B>>, XMLParticleGroup.DefaultXMLParticleGroup<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