org.exist.collections
Class IndexInfo

java.lang.Object
  extended byorg.exist.collections.IndexInfo

public class IndexInfo
extends java.lang.Object

Internal class used to track required fields between calls to org.exist.collections.Collection#validate(Txn, DBBroker, String, InputSource) and Collection.store(Txn, DBBroker, IndexInfo, InputSource, boolean).

Author:
wolf

Method Summary
 DocumentImpl getDocument()
           
 DOMStreamer getDOMStreamer()
           
 Indexer getIndexer()
           
 org.xml.sax.XMLReader getReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndexer

public Indexer getIndexer()

getReader

public org.xml.sax.XMLReader getReader()

getDOMStreamer

public DOMStreamer getDOMStreamer()

getDocument

public DocumentImpl getDocument()


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