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

Packages that use Namespace
com.metamatrix.query.mapping.xml   
 

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

Fields in com.metamatrix.query.mapping.xml declared as Namespace
static Namespace MappingNodeConstants.NO_NAMESPACE
          Defines a default namespace holder for the nodes with out any namespace declarations.
 

Methods in com.metamatrix.query.mapping.xml that return Namespace
 Namespace MappingAttribute.getNamespace()
           
 Namespace MappingElement.getNamespace()
           
 Namespace[] MappingElement.getNamespaces()
          Namespaces to be decalred
 

Methods in com.metamatrix.query.mapping.xml with parameters of type Namespace
 void MappingElement.addNamespace(Namespace space)
           
 void MappingElement.setNamespaces(Namespace[] spaces)
          Declare the namespaces on the element.
 

Constructors in com.metamatrix.query.mapping.xml with parameters of type Namespace
MappingAttribute(java.lang.String name, Namespace namespace)
           
MappingElement(java.lang.String name, Namespace namespace)
           
MappingRecursiveElement(java.lang.String name, Namespace namespace, java.lang.String mappingClass)
           
 



Copyright © 2009. All Rights Reserved.