com.metamatrix.query.mapping.xml
Class MappingAllNode

java.lang.Object
  extended by com.metamatrix.query.mapping.xml.MappingNode
      extended by com.metamatrix.query.mapping.xml.MappingBaseNode
          extended by com.metamatrix.query.mapping.xml.MappingAllNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MappingAllNode
extends MappingBaseNode

This defines a "All" node in the XML Schema Mapping document

See Also:
Serialized Form

Constructor Summary
MappingAllNode()
           
 
Method Summary
 void acceptVisitor(MappingVisitor visitor)
           
 
Methods inherited from class com.metamatrix.query.mapping.xml.MappingBaseNode
addAllNode, addChildElement, addChoiceNode, addCriteriaNode, addSequenceNode, addSourceNode, addStagingTable, getCanonicalName, getDocument, getMaxOccurence, getMinOccurence, getName, getParentNode, getRecursionId, getSource, getStagingTables, isDocumentNode, isRootRecursiveNode, isTagRoot, removeChildNode, setMaxOccurrs, setMinOccurrs, setSource, setStagingTables
 
Methods inherited from class com.metamatrix.query.mapping.xml.MappingNode
addChild, equals, findNode, getChildren, getChildren, getFullyQualifiedName, getNameInSource, getNodeChildren, getNodeProperties, getParent, getPathName, getProperty, getSourceNode, hashCode, isExcluded, printMappingNodeTree, setExclude, toString, toStringNodeTree
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingAllNode

public MappingAllNode()
Method Detail

acceptVisitor

public void acceptVisitor(MappingVisitor visitor)
Specified by:
acceptVisitor in class MappingNode


Copyright © 2009. All Rights Reserved.