org.exist.storage
Class ElementValue

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

public class ElementValue
extends Value

Author:
wolf

Field Summary
static byte ATTRIBUTE
           
static byte ATTRIBUTE_ID
           
static byte ELEMENT
           
static java.lang.String[] type
           
 
Fields inherited from class org.exist.storage.btree.Value
address, data, len, pos
 
Methods inherited from class org.exist.storage.btree.Value
comparePrefix, compareTo, compareTo, data, endsWith, equals, equals, getAddress, getData, getLength, hashCode, setAddress, start, startsWith, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ELEMENT

public static final byte ELEMENT
See Also:
Constant Field Values

ATTRIBUTE

public static final byte ATTRIBUTE
See Also:
Constant Field Values

ATTRIBUTE_ID

public static final byte ATTRIBUTE_ID
See Also:
Constant Field Values

type

public static final java.lang.String[] type


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.