Uses of Class
org.teiid.query.mapping.xml.MappingCommentNode

Packages that use MappingCommentNode
org.teiid.query.mapping.xml   
org.teiid.query.optimizer.xml   
 

Uses of MappingCommentNode in org.teiid.query.mapping.xml
 

Methods in org.teiid.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 org.teiid.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 org.teiid.query.optimizer.xml
 

Methods in org.teiid.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 © 2010. All Rights Reserved.