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

Packages that use MappingAttribute
org.teiid.query.mapping.xml   
org.teiid.query.optimizer.xml   
org.teiid.query.processor.xml   
 

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

Methods in org.teiid.query.mapping.xml with parameters of type MappingAttribute
 MappingElement MappingElement.addAttribute(MappingAttribute attr)
          Adds the attribute node to the current node and returns the current node
 void MappingInterceptor.end(MappingAttribute attribute, java.util.Map context)
           
 void MappingElement.removeAttribute(MappingAttribute toRemove)
          Remove attribute node from element
 void MappingInterceptor.start(MappingAttribute attribute, java.util.Map context)
           
 void MappingVisitor.visit(MappingAttribute attribute)
           
 void InterceptingVisitor.visit(MappingAttribute attribute)
           
 

Uses of MappingAttribute in org.teiid.query.optimizer.xml
 

Methods in org.teiid.query.optimizer.xml with parameters of type MappingAttribute
 void XMLPlanToProcessVisitor.end(MappingAttribute attribute, java.util.Map context)
           
 void XMLPlanToProcessVisitor.start(MappingAttribute attribute, java.util.Map context)
           
 void TagBuilderVisitor.visit(MappingAttribute attribute)
           
 void NameInSourceResolverVisitor.visit(MappingAttribute attribute)
           
 void MarkExcludeVisitor.visit(MappingAttribute attribute)
           
 

Uses of MappingAttribute in org.teiid.query.processor.xml
 

Methods in org.teiid.query.processor.xml with parameters of type MappingAttribute
static NodeDescriptor NodeDescriptor.createNodeDescriptor(MappingAttribute attribute)
           
 



Copyright © 2010. All Rights Reserved.