Uses of Interface
org.eclipse.emf.test.models.qname.DocumentRoot

Packages that use DocumentRoot
org.eclipse.emf.test.models.qname   
org.eclipse.emf.test.models.qname.impl   
org.eclipse.emf.test.models.qname.util   
 

Uses of DocumentRoot in org.eclipse.emf.test.models.qname
 

Methods in org.eclipse.emf.test.models.qname that return DocumentRoot
 DocumentRoot QNameFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in org.eclipse.emf.test.models.qname.impl
 

Methods in org.eclipse.emf.test.models.qname.impl that return DocumentRoot
 DocumentRoot QNameFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.emf.test.models.qname.util
 

Methods in org.eclipse.emf.test.models.qname.util with parameters of type DocumentRoot
 T QNameSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 boolean QNameValidator.validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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