Package | Description |
---|---|
org.treetank.service.xml.shredder |
Shredder Package
|
Modifier and Type | Method and Description |
---|---|
static EShredderCommit |
EShredderCommit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EShredderCommit[] |
EShredderCommit.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,
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.