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
public interface XMLSequence<RC,WC> extends XMLParticleGroup<RC,WC>
Encapsulates a group of XML particles with xs:sequence (i.e. ordered) semantics.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXMLSequence.Builder<RC,WC>static classXMLSequence.DefaultBuilder<RC,WC>static classXMLSequence.DefaultXMLSequence<RC,WC>-
Nested 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
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLComponent
getWriter
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames, getReaderNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader
-
-