Uses of Interface
org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage

Packages that use XMLNamespacePackage
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
 

Uses of XMLNamespacePackage in org.eclipse.emf.ecore.xml.namespace
 

Fields in org.eclipse.emf.ecore.xml.namespace declared as XMLNamespacePackage
static XMLNamespacePackage XMLNamespacePackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.ecore.xml.namespace that return XMLNamespacePackage
 XMLNamespacePackage XMLNamespaceFactory.getXMLNamespacePackage()
          Returns the package supported by this factory
 

Uses of XMLNamespacePackage in org.eclipse.emf.ecore.xml.namespace.impl
 

Classes in org.eclipse.emf.ecore.xml.namespace.impl that implement XMLNamespacePackage
 class XMLNamespacePackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return XMLNamespacePackage
static XMLNamespacePackage XMLNamespaceFactoryImpl.getPackage()
          Deprecated.  
 XMLNamespacePackage XMLNamespaceFactoryImpl.getXMLNamespacePackage()
           
static XMLNamespacePackage XMLNamespacePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.