Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
org.treetank.filelistener.file | |
org.treetank.jscsi | |
org.treetank.saxon.evaluator |
Evaluators to simplify Saxon access.
|
org.treetank.saxon.wrapper |
Treetank wrappers.
|
org.treetank.service.jaxrx.util |
Util classes
This package contains util classes for REST resources support.
|
org.treetank.service.xml.diff |
Diff Layer
|
org.treetank.service.xml.diff.algorithm.fmes |
Provides the fast match / edit script (FMES) tree to tree correction
algorithm as described in "Change detection in hierarchically structured
information" by S.
|
org.treetank.service.xml.serialize |
Serializer Package
|
Modifier and Type | Class and Description |
---|---|
class |
Session
Session
|
Modifier and Type | Field and Description |
---|---|
protected ISession |
BucketReadTrx.mSession
Configuration of the session
|
Modifier and Type | Method and Description |
---|---|
ISession |
Storage.getSession(SessionConfiguration pSessionConf)
Getting the session associated within this database.
|
Constructor and Description |
---|
BucketReadTrx(ISession pSession,
UberBucket pUberBucket,
RevisionRootBucket pRevBucket,
MetaBucket pMetaBucket,
IBackendReader pReader)
Standard constructor.
|
BucketWriteTrx(ISession pSession,
UberBucket pUberBucket,
IBackendWriter pWriter,
long pRepresentRev)
Standard constructor.
|
FilelistenerWriteTrx(IBucketWriteTrx pPageTrx,
ISession pSession) |
IscsiWriteTrx(IBucketWriteTrx pPageTrx,
ISession pSession)
Create a new IscsiWriteTrx
|
NodeWriteTrx(ISession pSession,
IBucketWriteTrx pPageWriteTrx,
NodeWriteTrx.HashKind kind)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ISession |
IStorage.getSession(SessionConfiguration pSessionConf)
Getting the session associated within this database.
|
Modifier and Type | Method and Description |
---|---|
static ISession |
StorageManager.getSession(String resourceName)
Retrieve a session from the system for the given Storagename
|
Modifier and Type | Method and Description |
---|---|
static TreetankConfiguration |
TreetankConfiguration.create(File schemaLocation,
File configFile,
ISession session,
String pTargetAddress)
Static method to create a new
TreetankConfiguration |
Constructor and Description |
---|
HybridTreetankStorageModule(long pNodeNumber,
ISession pSession)
Creates a storage module that is used by the target to handle I/O.
|
TreetankConfiguration(ISession pSession,
String pTargetAddress)
Create a new
TreetankConfiguration |
TreetankStorageModule(long pNodeNumber,
ISession pSession)
Creates a storage module that is used by the target to handle I/O.
|
Constructor and Description |
---|
XPathEvaluator(String paramExpression,
ISession paramSession)
Constructor.
|
XQueryEvaluator(String paramExpression,
ISession paramSession)
Constructor.
|
XQueryEvaluatorOutputStream(String paramExpression,
ISession paramSession,
OutputStream paramOut)
Constructor.
|
XQueryEvaluatorOutputStream(String paramExpression,
ISession paramSession,
OutputStream paramOut,
net.sf.saxon.s9api.Serializer paramSerializer)
Constructor.
|
XQueryEvaluatorSAXHandler(String expression,
ISession paramSession,
ContentHandler handler)
Constructor.
|
XSLTEvaluator(ISession paramSession,
File stylesheet,
OutputStream out)
Constructor.
|
XSLTEvaluator(ISession paramSession,
File paramStyle,
OutputStream paramOut,
net.sf.saxon.s9api.Serializer paramSerializer)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ISession |
DocumentWrapper.mSession
Treetank database.
|
Constructor and Description |
---|
DocumentWrapper(ISession pSession,
net.sf.saxon.Configuration pConfig)
Wrap a Treetank document.
|
Modifier and Type | Method and Description |
---|---|
static void |
WorkerHelper.closeRTX(INodeReadTrx rtx,
ISession ses)
This method closes all open treetank connections concerning a
NodeReadTrx.
|
static void |
WorkerHelper.closeWTX(boolean abortTransaction,
INodeWriteTrx wtx,
ISession ses)
This method closes all open treetank connections concerning a
NodeWriteTrx.
|
static XMLSerializer |
WorkerHelper.serializeXML(ISession session,
OutputStream out,
boolean serializeXMLDec,
boolean serializeRest,
Long revision)
This method creates a new XMLSerializer reference
|
static XMLSerializer |
WorkerHelper.serializeXML(ISession session,
OutputStream out,
boolean serializeXMLDec,
boolean serializeRest,
Long nodekey,
Long revision)
This method creates a new XMLSerializer reference
|
Constructor and Description |
---|
DiffFactory.Builder(ISession paramDb,
long paramKey,
long paramNewRev,
long paramOldRev,
DiffFactory.EDiffOptimized paramDiffKind,
Set<IDiffObserver> paramObservers)
Constructor.
|
Constructor and Description |
---|
FMESVisitor(ISession paramSession,
Map<INode,Boolean> paramInOrder,
Map<INode,Long> paramDescendants)
Constructor.
|
LabelFMESVisitor(ISession paramSession)
Constructor.
|
Constructor and Description |
---|
SAXSerializer(ISession paramSession,
ContentHandler paramHandler,
long... paramVersions)
Constructor.
|
XMLSerializer.XMLSerializerBuilder(ISession paramSession,
long paramNodeKey,
OutputStream paramStream,
XMLSerializerProperties paramProperties,
long... paramVersions)
Constructor.
|
XMLSerializer.XMLSerializerBuilder(ISession paramSession,
OutputStream paramStream,
long... paramVersions)
Constructor, setting the necessary stuff.
|
Copyright © 2013. All Rights Reserved.