org.exist.storage
Class DocumentKey

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

public class DocumentKey
extends Value


Field Summary
 
Fields inherited from class org.exist.storage.btree.Value
address, data, len, pos
 
Constructor Summary
DocumentKey(short collectionId)
           
DocumentKey(short collectionId, byte type, int docId)
           
 
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
 

Constructor Detail

DocumentKey

public DocumentKey(short collectionId)

DocumentKey

public DocumentKey(short collectionId,
                   byte type,
                   int docId)


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