Uses of Interface
org.schwa.dr.Doc

Packages that use Doc
org.schwa.dr   
 

Uses of Doc in org.schwa.dr
 

Classes in org.schwa.dr with type parameters of type Doc
 class Reader<T extends Doc>
          Reads in docrep documents of type T from the input stream provided in the constructor.
 

Classes in org.schwa.dr that implement Doc
 class AbstractDoc
          Abstract base class for the Doc interface.
 

Methods in org.schwa.dr with type parameters of type Doc
static
<T extends Doc>
DocSchema
DocSchema.create(Class<T> klass)
           
 

Methods in org.schwa.dr with parameters of type Doc
 Store<? extends Ann> StoreSchema.getStore(Doc doc)
           
 void StoreSchema.resize(int size, Doc doc)
           
 int StoreSchema.size(Doc doc)
           
 void Writer.write(Doc doc)
          Serialises a docrep document to the wrapped output stream.
 



Copyright © 2014. All rights reserved.