public interface IConstants
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE |
static int |
COMMENT |
static int |
DELETE |
static int |
ELEMENT |
static com.google.common.hash.HashFunction |
HF
Hashing function for nodes.
|
static int |
NAMESPACE |
static long |
NULL_NODE
Static to determine key for null node.
|
static int |
PROCESSING |
static int |
ROOT |
static long |
ROOT_NODE
Static to determine key for root node.
|
static int |
TEXT |
static int |
TYPE_KEY
Static type key for normal txpes.
|
static int |
UNKNOWN |
static int |
WHITESPACE |
static final int UNKNOWN
static final int ELEMENT
static final int ATTRIBUTE
static final int TEXT
static final int WHITESPACE
static final int DELETE
static final int PROCESSING
static final int COMMENT
static final int ROOT
static final int NAMESPACE
static final long ROOT_NODE
static final long NULL_NODE
static final com.google.common.hash.HashFunction HF
static final int TYPE_KEY
Copyright © 2013. All Rights Reserved.