|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.exist.storage.ElementIndex
public abstract class ElementIndex
base class for NativeElementIndex
Constructor Summary | |
---|---|
ElementIndex(DBBroker broker)
|
Method Summary | |
---|---|
abstract NodeSet |
findDescendantsByTagName(byte type,
QName qname,
int axis,
DocumentSet docs,
ExtNodeSet contextSet,
int contextId)
|
abstract NodeSet |
findElementsByTagName(byte type,
DocumentSet docs,
QName qname,
NodeSelector selector)
|
abstract Occurrences[] |
scanIndexedElements(Collection collection,
boolean inclusive)
|
void |
setDocument(DocumentImpl doc)
|
void |
setInUpdateMode(boolean update)
|
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementIndex(DBBroker broker)
Method Detail |
---|
public void setDocument(DocumentImpl doc)
public void setInUpdateMode(boolean update)
public abstract NodeSet findElementsByTagName(byte type, DocumentSet docs, QName qname, NodeSelector selector)
public abstract NodeSet findDescendantsByTagName(byte type, QName qname, int axis, DocumentSet docs, ExtNodeSet contextSet, int contextId)
public abstract Occurrences[] scanIndexedElements(Collection collection, boolean inclusive) throws PermissionDeniedException
PermissionDeniedException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |