Interface XMLChoice<RC,WC>

Type Parameters:
RC - the reader context
WC - the writer content
All Superinterfaces:
Feature, XMLComponent<RC,WC>, XMLElementGroup<RC,WC>, XMLParticle<RC,WC>, XMLParticleGroup<RC,WC>
All Known Subinterfaces:
NamedResourceRegistrationXMLChoice, ResourceXMLChoice, SingletonResourceRegistrationXMLChoice
All Known Implementing Classes:
NamedResourceRegistrationXMLChoice.DefaultResourceRegistrationXMLChoice, ResourceXMLChoice.DefaultResourceContentXMLChoice, SingletonResourceRegistrationXMLChoice.DefaultSingletonResourceRegistrationXMLChoice, XMLChoice.DefaultXMLChoice, XMLChoice.DefaultXMLElementChoice

public interface XMLChoice<RC,WC> extends XMLParticleGroup<RC,WC>
Encapsulates a group of XML particles using xs:choice (i.e. one of) semantics.
Author:
Paul Ferraro