Uses of Interface
org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot

Packages that use XMLTypeDocumentRoot
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
 

Uses of XMLTypeDocumentRoot in org.eclipse.emf.ecore.xml.type
 

Methods in org.eclipse.emf.ecore.xml.type that return XMLTypeDocumentRoot
 XMLTypeDocumentRoot XMLTypeFactory.createXMLTypeDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of XMLTypeDocumentRoot in org.eclipse.emf.ecore.xml.type.impl
 

Classes in org.eclipse.emf.ecore.xml.type.impl that implement XMLTypeDocumentRoot
 class XMLTypeDocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return XMLTypeDocumentRoot
 XMLTypeDocumentRoot XMLTypeFactoryImpl.createXMLTypeDocumentRoot()
           
 

Uses of XMLTypeDocumentRoot in org.eclipse.emf.ecore.xml.type.util
 

Fields in org.eclipse.emf.ecore.xml.type.util declared as XMLTypeDocumentRoot
protected  XMLTypeDocumentRoot XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame.theXMLTypeDocumentRoot
           
 

Methods in org.eclipse.emf.ecore.xml.type.util that return XMLTypeDocumentRoot
protected  XMLTypeDocumentRoot XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame.popXMLTypeDocumentRoot()
           
 XMLTypeDocumentRoot XMLTypeResourceImpl.FrameFactory.popXMLTypeDocumentRoot(XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame xmlTypeDocumentRoot)
           
 

Methods in org.eclipse.emf.ecore.xml.type.util with parameters of type XMLTypeDocumentRoot
 boolean XMLTypeValidator.validateXMLTypeDocumentRoot(XMLTypeDocumentRoot xmlTypeDocumentRoot, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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