|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingVisitor | |
---|---|
com.metamatrix.query.mapping.xml | |
com.metamatrix.query.optimizer.xml |
Uses of MappingVisitor in com.metamatrix.query.mapping.xml |
---|
Subclasses of MappingVisitor in com.metamatrix.query.mapping.xml | |
---|---|
class |
InterceptingVisitor
This is mapping visitor which can make the intercepting of the Mapping Nodes possible. |
class |
Navigator
This visitor walks the Mapping node top/down or bottom/up and lets the supplied visitor visit the nodes at each stage. |
Methods in com.metamatrix.query.mapping.xml with parameters of type MappingVisitor | |
---|---|
void |
MappingSourceNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingSequenceNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingRecursiveElement.acceptVisitor(MappingVisitor visitor)
|
abstract void |
MappingNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingElement.acceptVisitor(MappingVisitor visitor)
|
void |
MappingDocument.acceptVisitor(MappingVisitor visitor)
|
void |
MappingCriteriaNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingCommentNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingChoiceNode.acceptVisitor(MappingVisitor visitor)
|
void |
MappingAttribute.acceptVisitor(MappingVisitor visitor)
|
void |
MappingAllNode.acceptVisitor(MappingVisitor visitor)
|
Constructors in com.metamatrix.query.mapping.xml with parameters of type MappingVisitor | |
---|---|
Navigator(boolean preOrder,
MappingVisitor visitor)
|
Uses of MappingVisitor in com.metamatrix.query.optimizer.xml |
---|
Subclasses of MappingVisitor in com.metamatrix.query.optimizer.xml | |
---|---|
class |
HandleNillableVisitor
Removes the all the "excluded" nodes from the Mapping XML node tree |
class |
MarkExcludeVisitor
This vistor marks all the nodes in the Mapping Document to "exclude". |
class |
NameInSourceResolverVisitor
This visitor resolves the "element" names on the mapping nodes to the planned sources defined at same or parent nodes. |
class |
SourceNodeGenaratorVisitor
This class visits all the base nodes with "source" property set and extracts then and makes then independent nodes. |
class |
SourceNodePlannerVisitor
This visitor will take source node's QueryNode, move the the inputset criteria specified on the QueryNode on to the Source Node's query. |
class |
TagBuilderVisitor
Builds a Element/Attribute or Comment tag for the XML Plan Node. |
class |
ValidateMappedCriteriaVisitor
Validate the criteria specified on the elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |