g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Methods in eu.geclipse.jsdl.model.functions.impl that return DocumentRoot
 DocumentRoot FunctionsFactoryImpl.createDocumentRoot()
           
 

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

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


g-Eclipse
Release 1.0.0