org.exist.storage
Class ElementValue

java.lang.Object
  extended by org.exist.storage.btree.Value
      extended by org.exist.storage.ElementValue
All Implemented Interfaces:
Comparable

public class ElementValue
extends Value

Author:
wolf

Field Summary
static byte ATTRIBUTE
           
static byte ELEMENT
           
static int LENGTH_TYPE
           
static int OFFSET_COLLECTION_ID
           
static int OFFSET_ID_STRING_VALUE
           
static int OFFSET_NSSYMBOL
           
static int OFFSET_SYMBOL
           
static int OFFSET_TYPE
           
static String[] type
           
static byte UNKNOWN
           
 
Fields inherited from class org.exist.storage.btree.Value
EMPTY_VALUE
 
Method Summary
 String toString()
           
 
Methods inherited from class org.exist.storage.btree.Value
checkPrefix, commonPrefix, comparePrefix, comparePrefix, compareTo, compareTo, data, dump, endsWith, equals, equals, getAddress, getData, getLength, getSeparator, hashCode, setAddress, start, startsWith
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final byte UNKNOWN
See Also:
Constant Field Values

ELEMENT

public static final byte ELEMENT
See Also:
Constant Field Values

ATTRIBUTE

public static final byte ATTRIBUTE
See Also:
Constant Field Values

LENGTH_TYPE

public static int LENGTH_TYPE

OFFSET_COLLECTION_ID

public static int OFFSET_COLLECTION_ID

OFFSET_TYPE

public static int OFFSET_TYPE

OFFSET_SYMBOL

public static int OFFSET_SYMBOL

OFFSET_NSSYMBOL

public static int OFFSET_NSSYMBOL

OFFSET_ID_STRING_VALUE

public static int OFFSET_ID_STRING_VALUE

type

public static final String[] type
Method Detail

toString

public String toString()
Overrides:
toString in class Value


Copyright (C) Wolfgang Meier. All rights reserved.