Package | Description |
---|---|
org.treetank.node |
Node Page Layer for Treetank
|
org.treetank.node.delegates | |
org.treetank.service.xml.diff |
Diff Layer
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentRootNode
DocumentNode
|
class |
ElementNode
ElementNode
|
class |
TextNode
TextNode
|
Modifier and Type | Class and Description |
---|---|
class |
StructNodeDelegate
Delegate method for all nodes building up the structure.
|
Modifier and Type | Method and Description |
---|---|
IStructNode |
Diff.getNewNode()
Get new node.
|
IStructNode |
Diff.getOldNode()
Get old node.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiffObserver.diffListener(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Called for every node comparsion.
|
Constructor and Description |
---|
Diff(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Constructor.
|
Copyright © 2013. All Rights Reserved.