Package com.mcdermottroe.exemplar.model

The internal model which describes a vocabulary of XML.

See:
          Description

Class Summary
XMLAggregateObject An XMLObject which represents alternative lists or sequences of XMLObjects.
XMLAlternative An XMLObject which represents alternative lists of XMLObjects.
XMLAttribute A class representing attributes for use within XMLAttributeLists.
XMLAttributeContentType Pseudo-enumerated type for the content types of XML attributes.
XMLAttributeDefaultType Pseudo-enumerated type for the default type of XML attributes.
XMLAttributeList An XMLObject which represents attribute lists.
XMLContent An XMLObject which represents character data content.
XMLDocumentType A class representing an XML DTD/Schema of some sort.
XMLElement An XMLObject which represents elements.
XMLElementContentModel The content model for an XMLElement.
XMLElementReference In many places XML elements are referred to by name, but only a placeholder is needed as the actual XMLElement object is created later.
XMLEntity An XMLObject which represents general entities.
XMLExternalIdentifier A class to handle the various forms of external identifiers in DTDs.
XMLMixedContent An XMLObject which represents the concept of mixed content in XML.
XMLNamedObject<T extends XMLNamedObject<T>> A feature-adding subclass of XMLObject which adds a name to the base XMLObject.
XMLNotation An XMLObject which represents notations.
XMLObject<T extends XMLObject<T>> The superclass for most objects contained within an XMLDocumentType.
XMLSequence An XMLObject which represents sequences of XMLObjects.
 

Enum Summary
XMLAttributeContentType.Type The actual type for this.
XMLAttributeDefaultType.Type The actual internal type.
XMLElementContentType An enum for the types of content which an XMLElement may contain.
XMLEntityType An enumeration for all entity types.
 

Exception Summary
XMLDocumentTypeException An exception that can be thrown in response to an error in operations on an XMLDocumentType.
 

Package com.mcdermottroe.exemplar.model Description

The internal model which describes a vocabulary of XML.