Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.service.jaxrx.util |
Util classes
This package contains util classes for REST resources support.
|
org.treetank.service.xml.diff.algorithm |
Implementation of diff algorithms.
|
org.treetank.service.xml.shredder |
Shredder Package
|
Modifier and Type | Class and Description |
---|---|
class |
NodeWriteTrx
NodeWriteTrx
|
Modifier and Type | Method and Description |
---|---|
static void |
WorkerHelper.closeWTX(boolean abortTransaction,
INodeWriteTrx wtx,
ISession ses)
This method closes all open treetank connections concerning a
NodeWriteTrx.
|
static void |
WorkerHelper.shredInputStream(INodeWriteTrx wtx,
InputStream value,
EShredderInsert child)
Shreds a given InputStream
|
Modifier and Type | Method and Description |
---|---|
void |
IImportDiff.diff(INodeWriteTrx pWtx,
INodeReadTrx pRtx)
Do the diff.
|
Modifier and Type | Field and Description |
---|---|
protected INodeWriteTrx |
XMLShredder.mWtx
INodeWriteTrx -reference |
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.