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

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

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

Methods in com.metamatrix.query.mapping.xml that return MappingDocument
 MappingDocument MappingBaseNode.getDocument()
          Get the document node of this node.
 MappingDocument MappingLoader.loadDocument(java.io.InputStream stream)
          Load mapping definition from XML Document object.
 MappingDocument MappingLoader.loadDocument(java.lang.String fileName)
           
 

Methods in com.metamatrix.query.mapping.xml with parameters of type MappingDocument
 void MappingInterceptor.end(MappingDocument doc, java.util.Map context)
           
 void MappingInterceptor.start(MappingDocument doc, java.util.Map context)
           
 void MappingVisitor.visit(MappingDocument doc)
           
 void InterceptingVisitor.visit(MappingDocument doc)
           
 void MappingOutputter.write(MappingDocument doc, java.io.PrintWriter stream)
          Ouput the current JDOM Document to the output stream.
 void MappingOutputter.write(MappingDocument doc, java.io.PrintWriter stream, boolean newlines, boolean indent)
          Ouput the current JDOM Document to the output stream.
 

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

Methods in com.metamatrix.query.optimizer.xml that return MappingDocument
static MappingDocument HandleNillableVisitor.execute(MappingDocument doc)
           
static MappingDocument SourceNodeGenaratorVisitor.extractSourceNodes(MappingDocument doc)
          This visitor will extract the 'source' property off of the all the base nodes and create a separate MappingSource node and make the original node as its immediate child.
static MappingDocument MarkExcludeVisitor.markExcludedNodes(MappingDocument doc, java.util.HashSet keepNodes)
           
static MappingDocument SourceNodePlannerVisitor.raiseInputSet(MappingDocument doc, XMLPlannerEnvironment planEnv)
          try to split the criteria based on if that is inputset criteria or not.
 

Methods in com.metamatrix.query.optimizer.xml with parameters of type MappingDocument
static Criteria XMLNodeMappingVisitor.convertCriteria(Criteria simpleCrit, MappingDocument rootNode, QueryMetadataInterface metadata)
          Convert the criteria from names using document identifiers to names using result set (i.e.
static LanguageObject XMLNodeMappingVisitor.convertObject(LanguageObject object, MappingDocument rootNode, QueryMetadataInterface metadata)
           
 void XMLPlanToProcessVisitor.end(MappingDocument doc, java.util.Map context)
           
static MappingDocument HandleNillableVisitor.execute(MappingDocument doc)
           
static MappingDocument SourceNodeGenaratorVisitor.extractSourceNodes(MappingDocument doc)
          This visitor will extract the 'source' property off of the all the base nodes and create a separate MappingSource node and make the original node as its immediate child.
static MappingDocument MarkExcludeVisitor.markExcludedNodes(MappingDocument doc, java.util.HashSet keepNodes)
           
static Program XMLPlanToProcessVisitor.planProgram(MappingDocument doc, XMLPlannerEnvironment env)
           
static MappingDocument SourceNodePlannerVisitor.raiseInputSet(MappingDocument doc, XMLPlannerEnvironment planEnv)
          try to split the criteria based on if that is inputset criteria or not.
static void NameInSourceResolverVisitor.resolveElements(MappingDocument doc, XMLPlannerEnvironment planEnv)
          Resolve all the "NameInSource" property nodes (element names), with the their results set queries.
 void XMLPlanToProcessVisitor.start(MappingDocument doc, java.util.Map context)
           
static void ValidateMappedCriteriaVisitor.validateAndCollectCriteriaElements(MappingDocument doc, XMLPlannerEnvironment planEnv)
           
 

Constructors in com.metamatrix.query.optimizer.xml with parameters of type MappingDocument
XMLNodeMappingVisitor(MappingDocument rootNode, QueryMetadataInterface metadata)
          Constructor for XMLNodeMappingVisitor.
 



Copyright © 2009. All Rights Reserved.