Package | Description |
---|---|
org.treetank.node |
Node Page Layer for Treetank
|
org.treetank.node.delegates |
Constructor and Description |
---|
AttributeNode(NodeDelegate pDel,
NameNodeDelegate pNameDel,
ValNodeDelegate pValDel)
Creating an attribute.
|
DocumentRootNode(NodeDelegate pNodeDel,
StructNodeDelegate pStrucDel)
Constructor.
|
ElementNode(NodeDelegate pDel,
StructNodeDelegate pStrucDel,
NameNodeDelegate pNameDel,
List<Long> pAttributeKeys,
List<Long> pNamespaceKeys)
Constructor
|
NamespaceNode(NodeDelegate pDel,
NameNodeDelegate pNameDel)
Constructor.
|
TextNode(NodeDelegate pDel,
StructNodeDelegate pStrucDel,
ValNodeDelegate pValDel)
Constructor for TextNode.
|
Constructor and Description |
---|
NameNodeDelegate(NodeDelegate pDel,
int pNameKey,
int pUriKey)
Constructor.
|
StructNodeDelegate(NodeDelegate pDel,
long pFirstChild,
long pRightSib,
long pLeftSib,
long pChildCount)
Constructor.
|
ValNodeDelegate(NodeDelegate pNodeDel,
byte[] pVal)
Constructor
|
Copyright © 2013. All Rights Reserved.