Uses of Class
com.metamatrix.query.mapping.xml.MappingSourceNode

Packages that use MappingSourceNode
com.metamatrix.query.mapping.xml   
com.metamatrix.query.optimizer.xml   
 

Uses of MappingSourceNode in com.metamatrix.query.mapping.xml
 

Methods in com.metamatrix.query.mapping.xml that return MappingSourceNode
 MappingSourceNode MappingBaseNode.addSourceNode(MappingSourceNode elem)
           
 MappingSourceNode MappingDocument.addSourceNode(MappingSourceNode elem)
           
 MappingSourceNode MappingChoiceNode.addSourceNode(MappingSourceNode elem)
           
 MappingSourceNode MappingSourceNode.getParentSourceNode()
           
 MappingSourceNode MappingAttribute.getSourceNode()
           
 MappingSourceNode MappingElement.getSourceNode()
           
 MappingSourceNode MappingNode.getSourceNode()
          Get the source node for this Mapping Node; note that only mapping elements and mapping attributes have the source nodes; that too ones with specified with NameInSource specified attribute.
 MappingSourceNode MappingSourceNode.getSourceNode()
           
 

Methods in com.metamatrix.query.mapping.xml with parameters of type MappingSourceNode
 MappingSourceNode MappingBaseNode.addSourceNode(MappingSourceNode elem)
           
 MappingSourceNode MappingDocument.addSourceNode(MappingSourceNode elem)
           
 MappingSourceNode MappingChoiceNode.addSourceNode(MappingSourceNode elem)
           
 void MappingInterceptor.end(MappingSourceNode sequence, java.util.Map context)
           
 void MappingInterceptor.start(MappingSourceNode sequence, java.util.Map context)
           
 void MappingVisitor.visit(MappingSourceNode element)
           
 void InterceptingVisitor.visit(MappingSourceNode node)
           
 

Uses of MappingSourceNode in com.metamatrix.query.optimizer.xml
 

Methods in com.metamatrix.query.optimizer.xml with parameters of type MappingSourceNode
 void XMLPlanToProcessVisitor.end(MappingSourceNode node, java.util.Map context)
           
 void XMLPlanToProcessVisitor.start(MappingSourceNode node, java.util.Map context)
           
 void SourceNodePlannerVisitor.visit(MappingSourceNode sourceNode)
           
 void NameInSourceResolverVisitor.visit(MappingSourceNode element)
           
 void MarkExcludeVisitor.visit(MappingSourceNode element)
           
 



Copyright © 2009. All Rights Reserved.