Package org.jboss.as.controller.xml
Interface XMLAll<RC,WC>
-
- Type Parameters:
RC- the reader contextWC- the writer context
- All Superinterfaces:
Feature,XMLElementGroup<RC,WC>,XMLParticle<RC,WC>
- All Known Subinterfaces:
ResourceXMLAll
- All Known Implementing Classes:
ResourceXMLAll.DefaultResourceXMLAll,XMLAll.DefaultXMLAll
public interface XMLAll<RC,WC> extends XMLElementGroup<RC,WC>
Encapsulates a group of XML particles with xs:all (i.e. unordered) semantics.- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXMLAll.Builder<RC,WC>static classXMLAll.DefaultBuilder<RC,WC>static classXMLAll.DefaultXMLAll<RC,WC>-
Nested classes/interfaces inherited from interface org.jboss.as.controller.xml.XMLElementGroup
XMLElementGroup.AbstractBuilder<RC,WC,E extends XMLElement<RC,WC>,T extends XMLElementGroup<RC,WC>,B extends XMLElementGroup.Builder<RC,WC,E,T,B>>, 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
getStability
-
Methods inherited from interface org.jboss.as.controller.xml.XMLElementGroup
getNames, getReaderNames
-
Methods inherited from interface org.jboss.as.controller.xml.XMLParticle
getCardinality, getReader, getWriter
-
-