org.exist.collections
Class IndexInfo
java.lang.Object
org.exist.collections.IndexInfo
- public class IndexInfo
- extends java.lang.Object
Internal class used to track required fields between calls to
Collection.validateXMLResource(Txn, DBBroker, XmldbURI, InputSource)
and
Collection.store(Txn, DBBroker, IndexInfo, InputSource, boolean)
.
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIndexer
public Indexer getIndexer()
getReader
public org.xml.sax.XMLReader getReader()
getDOMStreamer
public DOMStreamer getDOMStreamer()
getDocument
public DocumentImpl getDocument()
Copyright (C) Wolfgang Meier. All rights reserved.