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

Packages that use MappingElement
com.metamatrix.query.mapping.xml   
com.metamatrix.query.optimizer.xml   
com.metamatrix.query.processor.xml   
 

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

Subclasses of MappingElement in com.metamatrix.query.mapping.xml
 class MappingRecursiveElement
          A element which specifies a recursive element inside and xml schema.
 

Methods in com.metamatrix.query.mapping.xml that return MappingElement
 MappingElement MappingElement.addAttribute(MappingAttribute attr)
          Adds the attribute node to the current node and returns the current node
 MappingElement MappingDocument.addChildElement(MappingElement elem)
           
 MappingElement MappingChoiceNode.addChildElement(MappingElement elem)
           
 MappingElement MappingBaseNode.addChildElement(MappingElement elem)
           
 MappingElement MappingElement.addSibilingElement(MappingElement elem)
          Adds a sibiling node to the current node and returns the added sibiling node;
 MappingElement MappingCommentNode.getParentNode()
           
 MappingElement MappingAttribute.getParentNode()
           
 MappingElement MappingDocument.getTagRootElement()
          A tag root is the first visual node on the document.
 MappingElement MappingElement.setAlwaysInclude(boolean include)
           
 MappingElement MappingElement.setDefaultValue(java.lang.String value)
           
 MappingElement MappingElement.setNameInSource(java.lang.String srcName)
           
 MappingElement MappingElement.setNillable(boolean nil)
           
 MappingElement MappingElement.setNormalizeText(java.lang.String normalize)
           
 MappingElement MappingElement.setOptional(boolean optional)
           
 MappingElement MappingElement.setType(java.lang.String type)
           
 MappingElement MappingElement.setValue(java.lang.String value)
           
 

Methods in com.metamatrix.query.mapping.xml with parameters of type MappingElement
 MappingElement MappingDocument.addChildElement(MappingElement elem)
           
 MappingElement MappingChoiceNode.addChildElement(MappingElement elem)
           
 MappingElement MappingBaseNode.addChildElement(MappingElement elem)
           
 MappingElement MappingElement.addSibilingElement(MappingElement elem)
          Adds a sibiling node to the current node and returns the added sibiling node;
 void MappingInterceptor.end(MappingElement element, java.util.Map context)
           
 void MappingInterceptor.start(MappingElement element, java.util.Map context)
           
 void Navigator.visit(MappingElement element)
           
 void MappingVisitor.visit(MappingElement element)
           
 void InterceptingVisitor.visit(MappingElement element)
           
protected  void MappingVisitor.walkAttributes(MappingElement element)
           
 

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

Methods in com.metamatrix.query.optimizer.xml with parameters of type MappingElement
 void XMLPlanToProcessVisitor.end(MappingElement element, java.util.Map context)
           
 void XMLPlanToProcessVisitor.start(MappingElement element, java.util.Map context)
           
 void TagBuilderVisitor.visit(MappingElement element)
           
 void NameInSourceResolverVisitor.visit(MappingElement element)
           
 void MarkExcludeVisitor.visit(MappingElement element)
           
 void HandleNillableVisitor.visit(MappingElement element)
           
 

Uses of MappingElement in com.metamatrix.query.processor.xml
 

Methods in com.metamatrix.query.processor.xml with parameters of type MappingElement
static NodeDescriptor NodeDescriptor.createNodeDescriptor(MappingElement element)
           
 



Copyright © 2009. All Rights Reserved.