Uses of Class
gate.corpora.DocumentImpl

Packages that use DocumentImpl
gate.annotation   
gate.db   
 

Uses of DocumentImpl in gate.annotation
 

Fields in gate.annotation declared as DocumentImpl
(package private)  DocumentImpl AnnotationSetImpl.doc
          The document this set belongs to
 

Uses of DocumentImpl in gate.db
 

Subclasses of DocumentImpl in gate.db
 class DocumentWrapper
          This class extends DocumentImpl adding database persistence via Jdbc.
 

Constructors in gate.db with parameters of type DocumentImpl
DocumentWrapper(DataStore ds, DocumentImpl doc)
          Construction from Document.
DocumentWrapper(Connection con, Database db, DocumentImpl doc)
          Construction from Document.