g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Methods in eu.geclipse.jsdl.model.sweep.impl that return DocumentRoot
 DocumentRoot SweepFactoryImpl.createDocumentRoot()
           
 

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

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


g-Eclipse
Release 1.0.0