Package | Description |
---|---|
org.treetank.service.jaxrx.util |
Util classes
This package contains util classes for REST resources support.
|
org.treetank.service.xml.shredder |
Shredder Package
|
Modifier and Type | Method and Description |
---|---|
static void |
WorkerHelper.shredInputStream(INodeWriteTrx wtx,
InputStream value,
EShredderInsert child)
Shreds a given InputStream
|
Modifier and Type | Field and Description |
---|---|
protected EShredderInsert |
XMLShredder.mFirstChildAppend
Append as first child or not.
|
Modifier and Type | Method and Description |
---|---|
static EShredderInsert |
EShredderInsert.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EShredderInsert[] |
EShredderInsert.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XMLShredder(INodeWriteTrx paramWtx,
XMLEventReader paramReader,
EShredderInsert paramAddAsFirstChild)
Normal constructor to invoke a shredding process on a existing
INodeWriteTrx . |
XMLShredder(INodeWriteTrx paramWtx,
XMLEventReader paramReader,
EShredderInsert paramAddAsFirstChild,
EShredderCommit paramCommit)
Normal constructor to invoke a shredding process on a existing
INodeWriteTrx . |
XMLUpdateShredder(INodeWriteTrx paramWtx,
XMLEventReader paramReader,
EShredderInsert paramAddAsFirstChild,
Object paramData,
EShredderCommit paramCommit)
Normal constructor to invoke a shredding process on a existing
INodeWriteTrx . |
Copyright © 2013. All Rights Reserved.