|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MappingNode in com.metamatrix.modeler.transformation.metadata |
---|
Methods in com.metamatrix.modeler.transformation.metadata that return MappingNode | |
---|---|
MappingNode |
TransformationMetadataFacade.getMappingNode(java.lang.Object groupID)
|
MappingNode |
TransformationMetadata.getMappingNode(java.lang.Object groupID)
|
Uses of MappingNode in com.metamatrix.query.mapping.xml |
---|
Subclasses of MappingNode in com.metamatrix.query.mapping.xml | |
---|---|
class |
MappingAllNode
This defines a "All" node in the XML Schema Mapping document |
class |
MappingAttribute
A Mapping node which denotes a attribuite node. |
class |
MappingBaseNode
This is base class to define all nodes except the attribute. |
class |
MappingChoiceNode
Node that describes a choice node in an XML Scheam Mapping document This allows only the criteria nodes to be added to choice node. |
class |
MappingCommentNode
This node describes a comment in XML Mapping document |
class |
MappingCriteriaNode
Represents a Criteria Node under a Choice Node, which defines the criteria on the selection of child elements. |
class |
MappingDocument
A Mapping Node document object. |
class |
MappingElement
A Mapping Node which defines a Element in XML Schema Mapping document |
class |
MappingRecursiveElement
A element which specifies a recursive element inside and xml schema. |
class |
MappingSequenceNode
A node that describes a Sequence in XML Schema Mapping document |
class |
MappingSourceNode
This represents a source node. |
Methods in com.metamatrix.query.mapping.xml that return MappingNode | |
---|---|
MappingNode |
MappingNode.addChild(MappingNode node)
Add a child mapping node to this one. |
static MappingNode |
MappingNode.findNode(MappingNode root,
java.lang.String partialName)
|
MappingNode |
MappingNode.getParent()
Get the parent of this node. |
MappingNode |
MappingNode.setExclude(boolean exclude)
|
Methods in com.metamatrix.query.mapping.xml with parameters of type MappingNode | |
---|---|
MappingNode |
MappingNode.addChild(MappingNode node)
Add a child mapping node to this one. |
static MappingNode |
MappingNode.findNode(MappingNode root,
java.lang.String partialName)
|
static void |
MappingNode.printMappingNodeTree(MappingNode root,
java.io.PrintStream output)
Prints the whole tree of MappingNodes to the provided PrintStream. |
static java.lang.String |
MappingNode.toStringNodeTree(MappingNode root)
|
void |
Navigator.visit(MappingNode node)
|
void |
MappingVisitor.visit(MappingNode node)
|
protected void |
MappingVisitor.walkChildNodes(MappingNode element)
|
Constructors in com.metamatrix.query.mapping.xml with parameters of type MappingNode | |
---|---|
MappingNodeLogger(MappingNode node)
|
Uses of MappingNode in com.metamatrix.query.metadata |
---|
Methods in com.metamatrix.query.metadata that return MappingNode | |
---|---|
MappingNode |
TempMetadataAdapter.getMappingNode(java.lang.Object groupID)
|
MappingNode |
QueryMetadataInterface.getMappingNode(java.lang.Object groupID)
Get the mapping node for the given groupID |
MappingNode |
BasicQueryMetadataWrapper.getMappingNode(java.lang.Object groupID)
|
MappingNode |
BasicQueryMetadata.getMappingNode(java.lang.Object groupID)
|
Uses of MappingNode in com.metamatrix.query.optimizer.xml |
---|
Methods in com.metamatrix.query.optimizer.xml with parameters of type MappingNode | |
---|---|
static ProcessorInstruction |
TagBuilderVisitor.buildTag(MappingNode node)
Build tags which are outputs in the resulting xml document. |
Uses of MappingNode in com.metamatrix.query.processor.xml |
---|
Methods in com.metamatrix.query.processor.xml with parameters of type MappingNode | |
---|---|
static NodeDescriptor |
NodeDescriptor.createNodeDescriptor(java.lang.String name,
java.lang.String namespacePrefix,
boolean isElement,
java.lang.String defaultValue,
java.util.Properties namespaceDeclarations,
java.util.Properties parentNamespaceDeclarations,
boolean isOptional,
MappingNode node,
java.lang.String textNormalizationMode)
|
static NodeDescriptor |
NodeDescriptor.createNodeDescriptor(java.lang.String name,
java.lang.String namespacePrefix,
boolean isElement,
java.lang.String defaultValue,
java.util.Properties namespaceDeclarations,
java.util.Properties parentNamespaceDeclarations,
boolean isOptional,
MappingNode node,
java.lang.String textNormalizationMode,
java.lang.Class runtimeType,
java.lang.String docBuiltInType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |