Uses of Interface
org.eclipse.jst.jsf.facesconfig.emf.DocumentRoot

Packages that use DocumentRoot
org.eclipse.jst.jsf.facesconfig.emf EMF model for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.impl EMF model implementations for JSF application configuration files (deprecated). 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated utility classes for JSF application configuration files (deprecated). 
 

Uses of DocumentRoot in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return DocumentRoot
 DocumentRoot FacesConfigFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in org.eclipse.jst.jsf.facesconfig.emf.impl
 

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return DocumentRoot
 DocumentRoot FacesConfigFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.eclipse.jst.jsf.facesconfig.emf.util
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type DocumentRoot
 java.lang.Object FacesConfigSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'