Interface XMLAll<RC,WC>

Type Parameters:
RC - the reader context
WC - the writer context
All Superinterfaces:
Feature, XMLComponent<RC,WC>, 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