Interface | Description |
---|---|
IConstants |
Constants for the Node Layer.
|
Class | Description |
---|---|
AtomicValue |
AtomicValue
|
AttributeNode |
AttributeNode
|
DocumentRootNode |
DocumentNode
|
ElementNode |
ElementNode
|
NamespaceNode |
NamespaceNode
|
NodeMetaPageFactory |
Meta page for node layer mainly representing a hashmap mapping hashes to tagnames.
|
NodeMetaPageFactory.MetaKey |
Key for the name map, representing only an integer.
|
NodeMetaPageFactory.MetaValue |
Value for the name map, representing only an String.
|
TextNode |
TextNode
|
TreeNodeFactory |
Factory necessary to deserialize tree-nodes.
|
Enum | Description |
---|---|
Type |
Enum that represents the built-in-types of XPath 2.0.
|
Here, all different nodes are listed which are used in Treetank. The nodes can be distinguished between
AbsStructNode
and AbsNode
.
AbsNode
is the super type of all nodes. It implements the IItem
Interface.
AbsStructNode
is the super type of all nodes. It inherits from the AbsNode
.Copyright © 2013. All Rights Reserved.