|
Class Summary |
| InterceptingVisitor |
This is mapping visitor which can make the intercepting of the
Mapping Nodes possible. |
| MappingAllNode |
This defines a "All" node in the XML Schema Mapping document |
| MappingAttribute |
A Mapping node which denotes a attribuite node. |
| MappingBaseNode |
This is base class to define all nodes except the attribute. |
| MappingChoiceNode |
Node that describes a choice node in an XML Scheam Mapping document
This allows only the criteria nodes to be added to choice node. |
| MappingCommentNode |
This node describes a comment in XML Mapping document |
| MappingCriteriaNode |
Represents a Criteria Node under a Choice Node, which defines the criteria
on the selection of child elements. |
| MappingDocument |
A Mapping Node document object. |
| MappingElement |
A Mapping Node which defines a Element in XML Schema Mapping document |
| MappingLoader |
Reads an mapping definition file in XML format. |
| MappingNode |
There will be a mapping node
for every entity (element or attribute) in a target XML document. |
| MappingNodeConstants |
Constants, property names, and property default values for
a MappingNode. |
| MappingNodeConstants.Defaults |
Default property values for node properties |
| MappingNodeConstants.Properties |
Property names for type-specific node properties. |
| MappingNodeConstants.Tags |
These are the String values to be used for XML document tags. |
| MappingNodeLogger |
This class is just for trace logging, for only building the
String of an entire tree of Mapping Nodes (which is expensive)
when the toString is called on this object. |
| MappingOutputter |
Outputs a mapping definition in XML format. |
| MappingRecursiveElement |
A element which specifies a recursive element inside and xml schema. |
| MappingSequenceNode |
A node that describes a Sequence in XML Schema Mapping document |
| MappingSourceNode |
This represents a source node. |
| MappingVisitor |
A Visitor framework for navigating the Mapping Nodes |
| Namespace |
Represents a Single name space in a given XML document |
| Navigator |
This visitor walks the Mapping node top/down or bottom/up and lets the supplied
visitor visit the nodes at each stage. |
| ResultSetInfo |
Represents a result set used in an XML query - this can be based on either a mapping class query
or a staging table. |