|
Class Summary |
| AbstractXmiNodeVisitor |
General XMINodeVisitor implementation superclass encapsulating common structure and
logic across both XMI validation and target structure assembly processing. |
| ModelSupport |
Stateless model-related logic delegate class. |
| XmiChildFinder |
Class that leverages the Visitor pattern to locate descendant node(s)
within an XmiNode hierarchy. |
| XmiConstants |
Package level constants. |
| XmiExternalReferenceElement |
This class is an XmiReference implementation holding XMI external reference data
and related information found within XML elements. |
| XmiInternalReferenceElement |
This class is an XmiReference implementation holding XMI internal reference data
and related information found within XML elements. |
| XmiMappedReference |
This class is an XmiReference implementation holding derived XMI internal
reference data and related information. |
| XmiNodeVisitorStatus |
A class used to communicate traversal logic changes required by a client. |
| XmiReferenceAttribute |
This class is an XmiReference implementation holding reference data and
related information found within XML attributes. |
| XmiReferenceElement |
This abstract class is an XmiReference implementation serving as a
superclass for classes holding reference data and related information
found within XML elements. |
| XmiValidationEventHandler |
Default handler, simply logging validation error events. |