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

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

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

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

Methods in org.eclipse.emf.ecore.xml.namespace that return XMLNamespaceFactory
 XMLNamespaceFactory XMLNamespacePackage.getXMLNamespaceFactory()
          Returns the factory that creates the instances of the model
 

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

Classes in org.eclipse.emf.ecore.xml.namespace.impl that implement XMLNamespaceFactory
 class XMLNamespaceFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.emf.ecore.xml.namespace.impl that return XMLNamespaceFactory
 XMLNamespaceFactory XMLNamespacePackageImpl.getXMLNamespaceFactory()
           
static XMLNamespaceFactory XMLNamespaceFactoryImpl.init()
          Creates the default factory implementation
 


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