|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||