g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.posix.DocumentRoot

Packages that use DocumentRoot
eu.geclipse.jsdl.model.posix   
eu.geclipse.jsdl.model.posix.impl   
eu.geclipse.jsdl.model.posix.util   
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.posix
 

Methods in eu.geclipse.jsdl.model.posix that return DocumentRoot
 DocumentRoot PosixFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.posix.impl
 

Classes in eu.geclipse.jsdl.model.posix.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in eu.geclipse.jsdl.model.posix.impl that return DocumentRoot
 DocumentRoot PosixFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.posix.util
 

Methods in eu.geclipse.jsdl.model.posix.util with parameters of type DocumentRoot
 java.lang.Object PosixSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 


g-Eclipse
Release 1.0.0