XMLDocument Model
class XMLDocumentModel<ConfigurationType : Configuration, ElementType : Enum<ElementType>, XMLElement<ConfigurationType, ElementType, StateType>, StateType : XMLConfiguratorState<ConfigurationType, ElementType, StateType>>
An XMLConfigurator relies on an XMLDocumentModel to provide a schematic description of the class of XML documents supported by a particular XMLElement implementation. It offers:
Access to the root element.
Lookup of an element by its qualified name.
Access to the allowed parent of a specified element.
Access to the allowed child of a specified element.
Author
Todd L Smith
Parameters
Configuration Type
A concrete Configuration class.
Element Type
A concrete XMLElement class.
State Type
A concrete XMLConfiguratorState class.