Uses of Class
org.schwa.dr.DocSchema

Packages that use DocSchema
org.schwa.dr   
org.schwa.dr.runtime   
 

Uses of DocSchema in org.schwa.dr
 

Methods in org.schwa.dr that return DocSchema
static
<T extends Doc>
DocSchema
DocSchema.create(Class<T> klass)
           
 

Constructors in org.schwa.dr with parameters of type DocSchema
Reader(ByteArrayInputStream in, DocSchema docSchema)
          Constructs a new docrep reader given the input stream and document schema.
Writer(OutputStream out, DocSchema docSchema)
          Constructs a new docrep writer given the output stream and document schema.
 

Uses of DocSchema in org.schwa.dr.runtime
 

Methods in org.schwa.dr.runtime with parameters of type DocSchema
static RTManager RTFactory.build(DocSchema docSchema)
           
static RTManager RTFactory.buildOrMerge(RTManager rt, DocSchema docSchema)
           
static RTManager RTFactory.merge(RTManager rt, DocSchema docSchema)
           
 



Copyright © 2014. All rights reserved.