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

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

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

Methods in com.metamatrix.query.mapping.xml that return MappingCommentNode
 MappingCommentNode MappingElement.addCommentNode(MappingCommentNode elem)
          Adds a comment node to the current element and returns the added child node
 

Methods in com.metamatrix.query.mapping.xml with parameters of type MappingCommentNode
 MappingCommentNode MappingElement.addCommentNode(MappingCommentNode elem)
          Adds a comment node to the current element and returns the added child node
 void MappingInterceptor.end(MappingCommentNode comment, java.util.Map context)
           
 void MappingInterceptor.start(MappingCommentNode comment, java.util.Map context)
           
 void MappingVisitor.visit(MappingCommentNode comment)
           
 void InterceptingVisitor.visit(MappingCommentNode comment)
           
 

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

Methods in com.metamatrix.query.optimizer.xml with parameters of type MappingCommentNode
 void XMLPlanToProcessVisitor.end(MappingCommentNode comment, java.util.Map context)
           
 void XMLPlanToProcessVisitor.start(MappingCommentNode comment, java.util.Map context)
           
 void TagBuilderVisitor.visit(MappingCommentNode comment)
           
 



Copyright © 2009. All Rights Reserved.