Xindice API
version 1.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

acceptsURI(String) - Method in class org.apache.xindice.client.xmldb.DatabaseImpl
Determines whether this Database implementation can handle the URI.
acceptsURI(String) - Method in class org.apache.xindice.client.xmldb.embed.DatabaseImpl
Determines whether this Database implementation can handle the URI.
acceptsURI(String) - Method in class org.apache.xindice.client.xmldb.managed.DatabaseImpl
 
acceptsURI(String) - Method in class org.apache.xindice.client.xmldb.xmlrpc.DatabaseImpl
Determines whether this Database implementation can handle the URI.
ACCESS - Static variable in class org.apache.xindice.core.SystemCollection
 
acquireExclusiveLock(long) - Method in class org.apache.xindice.util.LockManager
acquireExclusiveLock acquires an exclusive lock on a resource.
acquireExclusiveLock(Object) - Method in class org.apache.xindice.util.LockManager
acquireExclusiveLock acquires an exclusive lock on a resource.
acquireSharedLock(long) - Method in class org.apache.xindice.util.LockManager
acquireSharedLock acquires a shared lock on a resource.
acquireSharedLock(Object) - Method in class org.apache.xindice.util.LockManager
acquireSharedLock acquires a shared lock on a resource.
ACTION - Static variable in class org.apache.xindice.tools.XMLTools
 
add(Configuration) - Method in class org.apache.xindice.util.Configuration
add adds an existing Configuration node to this Configuration node.
add(Object) - Method in class org.apache.xindice.util.ObjectQueue
 
add(String) - Method in class org.apache.xindice.util.Configuration
add adds a new Configuration node to this Configuration node.
add(String, Key, int, int, short, short) - Method in class org.apache.xindice.core.indexer.ValueIndexer
 
add(String, Key, int, int, short, short) - Method in class org.apache.xindice.core.indexer.NameIndexer
 
add(String, Key, int, int, short, short) - Method in interface org.apache.xindice.core.indexer.Indexer
add adds a Document to the Indexer.
add(String, Key, int, int, short, short) - Method in class org.apache.xindice.core.indexer.MemValueIndexer
Adds a value reference to the index.
AddCollection - class org.apache.xindice.tools.command.AddCollection.
AddCollection.java is designed to let the user create new Collections and Nested Collections within the Database.
AddCollection() - Constructor for class org.apache.xindice.tools.command.AddCollection
 
addCollection(Collection) - Method in class org.apache.xindice.core.CollectionManager
 
AddDocument - class org.apache.xindice.tools.command.AddDocument.
AddDocument is designed to let the user add single document and/or multiple documents to any existing collection within the current database.
AddDocument() - Constructor for class org.apache.xindice.tools.command.AddDocument
 
addDocument(Key, Document) - Method in class org.apache.xindice.core.indexer.IndexManager
 
AddIndexer - class org.apache.xindice.tools.command.AddIndexer.
AddIndexer.java is designed to let the user create an Indexer and insert it into a Collection.
AddIndexer() - Constructor for class org.apache.xindice.tools.command.AddIndexer
 
addKey(Value) - Method in class org.apache.xindice.core.filer.BTree
addKey adds a Value to the BTree and associates a pointer with it.
AddMultipleDocuments - class org.apache.xindice.tools.command.AddMultipleDocuments.
AddMultipleDocuments.java is designed to let the user add several Documents to an existing Collection at one time.
AddMultipleDocuments() - Constructor for class org.apache.xindice.tools.command.AddMultipleDocuments
 
AddResource - class org.apache.xindice.tools.command.AddResource.
AddResource is designed to let the user add single binary resource and/or multiple binary resources to any existing collection within the current database.
AddResource() - Constructor for class org.apache.xindice.tools.command.AddResource
 
addResource(Resource) - Method in class org.apache.xindice.client.xmldb.ResourceSetImpl
Adds a Resource instance to the set.
addValue(BTree.BTreeRootInfo, Value, long) - Method in class org.apache.xindice.core.filer.BTree
addValue adds a Value to the BTree and associates a pointer with it.
addValue(Value, long) - Method in class org.apache.xindice.core.filer.BTree
addValue adds a Value to the BTree and associates a pointer with it.
adoptNode(Node) - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
andKeySets(Key[][]) - Static method in class org.apache.xindice.core.query.QueryEngine
andKeySets takes several sets of unique Keys and returns the ANDed set (elements that exist in all sets).
ANY - Static variable in class org.apache.xindice.core.indexer.IndexQuery
 
API_NAME - Static variable in class org.apache.xindice.server.rpc.RPCDefaultMessage
 
API_VERSION - Static variable in class org.apache.xindice.server.rpc.RPCDefaultMessage
 
append(boolean) - Method in class org.apache.xindice.util.ByteBuffer
 
append(byte) - Method in class org.apache.xindice.util.ByteBuffer
 
append(byte[]) - Method in class org.apache.xindice.util.ByteBuffer
 
append(ByteBuffer) - Method in class org.apache.xindice.util.ByteBuffer
 
append(char) - Method in class org.apache.xindice.util.ByteBuffer
 
append(char[]) - Method in class org.apache.xindice.util.ByteBuffer
 
append(double) - Method in class org.apache.xindice.util.ByteBuffer
 
append(float) - Method in class org.apache.xindice.util.ByteBuffer
 
append(int) - Method in class org.apache.xindice.util.ByteBuffer
 
append(long) - Method in class org.apache.xindice.util.ByteBuffer
 
append(Object) - Method in class org.apache.xindice.util.ByteBuffer
 
append(String) - Method in class org.apache.xindice.util.ByteBuffer
 
append(StringBuffer) - Method in class org.apache.xindice.util.ByteBuffer
 
appendChild(Node) - Method in class org.apache.xindice.xml.dom.NodeImpl
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class org.apache.xindice.xml.dom.ContainerNodeImpl
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class org.apache.xindice.xml.dom.CharacterDataImpl
Append the string to the end of the character data of the node.
APPLICATION - Static variable in class org.apache.xindice.core.request.URIMapper
 
ARGS - Static variable in class org.apache.xindice.core.data.Types
Deprecated.  
ArgTokenizer - class org.apache.xindice.tools.ArgTokenizer.
ArgTokenizer performs the difficult task of parsing command-line arguments from various sources.
ArgTokenizer(String) - Constructor for class org.apache.xindice.tools.ArgTokenizer
 
ArgTokenizer(String[]) - Constructor for class org.apache.xindice.tools.ArgTokenizer
 
attributeDecl(String, String, String, String, String) - Method in class org.apache.xindice.xml.dom.DOMParser
 
AttrImpl - class org.apache.xindice.xml.dom.AttrImpl.
AttrImpl
AttrImpl() - Constructor for class org.apache.xindice.xml.dom.AttrImpl
 
AttrImpl(NodeImpl, boolean) - Constructor for class org.apache.xindice.xml.dom.AttrImpl
 
AttrImpl(NodeImpl, byte[], int, int) - Constructor for class org.apache.xindice.xml.dom.AttrImpl
 
AttrImpl(NodeImpl, String) - Constructor for class org.apache.xindice.xml.dom.AttrImpl
 
AttrImpl(NodeImpl, String, String, short, String) - Constructor for class org.apache.xindice.xml.dom.AttrImpl
 
Author - Static variable in interface org.apache.xindice.server.Xindice
 
AUTO_KEY - Static variable in class org.apache.xindice.tools.XMLTools
 

B

BINARY - Static variable in class org.apache.xindice.core.meta.inline.ResourceTypeReader
 
BinaryResourceImpl - class org.apache.xindice.client.xmldb.resources.BinaryResourceImpl.
BinaryResourceImpl provides an implementation to handle XML:DB binary resource.
BinaryResourceImpl(String, byte[]) - Constructor for class org.apache.xindice.client.xmldb.resources.BinaryResourceImpl
 
BinaryResourceImpl(String, Collection, byte[]) - Constructor for class org.apache.xindice.client.xmldb.resources.BinaryResourceImpl
 
bool() - Method in class org.apache.xindice.core.xupdate.XObjectImpl
 
BOOLEAN - Static variable in class org.apache.xindice.core.data.Types
Deprecated.  
BRANCH - Static variable in class org.apache.xindice.core.filer.BTree
 
BTree - class org.apache.xindice.core.filer.BTree.
BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
BTree.BTreeFileHeader - class org.apache.xindice.core.filer.BTree.BTreeFileHeader.
BTreeFileHeader
BTree.BTreeFileHeader(BTree) - Constructor for class org.apache.xindice.core.filer.BTree.BTreeFileHeader
 
BTree.BTreePageHeader - class org.apache.xindice.core.filer.BTree.BTreePageHeader.
BTreePageHeader
BTree.BTreePageHeader(BTree) - Constructor for class org.apache.xindice.core.filer.BTree.BTreePageHeader
 
BTree.BTreePageHeader(BTree, DataInput) - Constructor for class org.apache.xindice.core.filer.BTree.BTreePageHeader
 
BTree.BTreeRootInfo - class org.apache.xindice.core.filer.BTree.BTreeRootInfo.
BTreeRootInfo
BTree.BTreeRootInfo(BTree, BTree.BTreeRootInfo, String, long) - Constructor for class org.apache.xindice.core.filer.BTree.BTreeRootInfo
 
BTree.BTreeRootInfo(BTree, BTree.BTreeRootInfo, Value, long) - Constructor for class org.apache.xindice.core.filer.BTree.BTreeRootInfo
 
BTree.BTreeRootInfo(BTree, String, long) - Constructor for class org.apache.xindice.core.filer.BTree.BTreeRootInfo
 
BTree.BTreeRootInfo(BTree, Value, long) - Constructor for class org.apache.xindice.core.filer.BTree.BTreeRootInfo
 
BTree() - Constructor for class org.apache.xindice.core.filer.BTree
 
BTree(File) - Constructor for class org.apache.xindice.core.filer.BTree
 
BTreeCallback - interface org.apache.xindice.core.filer.BTreeCallback.
BTreeCallback is a callback interface for BTree queries.
BTreeCorruptException - exception org.apache.xindice.core.filer.BTreeCorruptException.
A BTreecorruptException is thrown by the BTree if the BTree appears to be corrupted in some way.
BTreeCorruptException() - Constructor for class org.apache.xindice.core.filer.BTreeCorruptException
 
BTreeCorruptException(String) - Constructor for class org.apache.xindice.core.filer.BTreeCorruptException
 
BTreeCorruptException(String, Throwable) - Constructor for class org.apache.xindice.core.filer.BTreeCorruptException
 
BTreeException - exception org.apache.xindice.core.filer.BTreeException.
A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
BTreeException(int) - Constructor for class org.apache.xindice.core.filer.BTreeException
 
BTreeException(int, String) - Constructor for class org.apache.xindice.core.filer.BTreeException
 
BTreeException(int, String, Throwable) - Constructor for class org.apache.xindice.core.filer.BTreeException
 
BTreeFiler - class org.apache.xindice.core.filer.BTreeFiler.
BTreeFiler is a Filer implementation based on the BTree class.
BTreeFiler() - Constructor for class org.apache.xindice.core.filer.BTreeFiler
 
BTreeNotFoundException - exception org.apache.xindice.core.filer.BTreeNotFoundException.
A BTreeNotFoundException is thrown by the BTree if a Value can't be found in the BTree.
BTreeNotFoundException() - Constructor for class org.apache.xindice.core.filer.BTreeNotFoundException
 
BTreeNotFoundException(String) - Constructor for class org.apache.xindice.core.filer.BTreeNotFoundException
 
BTreeNotFoundException(String, Throwable) - Constructor for class org.apache.xindice.core.filer.BTreeNotFoundException
 
BW - Static variable in class org.apache.xindice.core.indexer.IndexQuery
 
BWX - Static variable in class org.apache.xindice.core.indexer.IndexQuery
 
BYTE - Static variable in class org.apache.xindice.core.data.Types
Deprecated.  
ByteArrayInput - class org.apache.xindice.util.ByteArrayInput.
ByteArrayInput is a wrapper around ByteArrayInputStream that allows one access to the underlying array and position pointer.
ByteArrayInput(byte[]) - Constructor for class org.apache.xindice.util.ByteArrayInput
 
ByteArrayInput(byte[], int, int) - Constructor for class org.apache.xindice.util.ByteArrayInput
 
byteAt(int) - Method in class org.apache.xindice.core.data.Value
Returns the byte at the specified index.
byteAt(int) - Method in class org.apache.xindice.util.ByteBuffer
 
ByteBuffer - class org.apache.xindice.util.ByteBuffer.
ByteBuffer manages volatile arrays of bytes.
ByteBuffer() - Constructor for class org.apache.xindice.util.ByteBuffer
 
ByteBuffer(byte[]) - Constructor for class org.apache.xindice.util.ByteBuffer
 
ByteBuffer(byte[], boolean) - Constructor for class org.apache.xindice.util.ByteBuffer
 
ByteBuffer(int) - Constructor for class org.apache.xindice.util.ByteBuffer
 
ByteBuffer(String) - Constructor for class org.apache.xindice.util.ByteBuffer
 
ByteBuffer(StringBuffer) - Constructor for class org.apache.xindice.util.ByteBuffer
 

C

CACHE - Static variable in interface org.apache.xindice.xml.dom.DBDocument
'cache' value of the cache control processing instruction
CACHE_CONTROL - Static variable in interface org.apache.xindice.xml.dom.DBDocument
Cache control processing instruction
cancel() - Method in class org.apache.xindice.Stopwatch
 
CannotCreateException - exception org.apache.xindice.core.indexer.CannotCreateException.
A CannotCreateException is thrown if an Indexer cannot be properly created in the server context for some reason.
CannotCreateException() - Constructor for class org.apache.xindice.core.indexer.CannotCreateException
 
CannotCreateException(String) - Constructor for class org.apache.xindice.core.indexer.CannotCreateException
 
CannotCreateException(String, Throwable) - Constructor for class org.apache.xindice.core.indexer.CannotCreateException
 
canSetParameter(String, Object) - Method in class org.apache.xindice.xml.dom.DOMConfigurationImpl
 
capacity() - Method in class org.apache.xindice.util.ByteBuffer
 
cause - Variable in class org.apache.xindice.util.XindiceException
 
cause - Variable in class org.apache.xindice.util.XindiceRuntimeException
 
CDATASectionImpl - class org.apache.xindice.xml.dom.CDATASectionImpl.
CDATASectionImpl
CDATASectionImpl() - Constructor for class org.apache.xindice.xml.dom.CDATASectionImpl
 
CDATASectionImpl(NodeImpl, boolean) - Constructor for class org.apache.xindice.xml.dom.CDATASectionImpl
 
CDATASectionImpl(NodeImpl, byte[], int, int) - Constructor for class org.apache.xindice.xml.dom.CDATASectionImpl
 
CDATASectionImpl(NodeImpl, String) - Constructor for class org.apache.xindice.xml.dom.CDATASectionImpl
 
CHAR - Static variable in class org.apache.xindice.core.data.Types
Deprecated.  
CharacterDataImpl - class org.apache.xindice.xml.dom.CharacterDataImpl.
CharacterDataImpl
CharacterDataImpl() - Constructor for class org.apache.xindice.xml.dom.CharacterDataImpl
 
CharacterDataImpl(NodeImpl, boolean) - Constructor for class org.apache.xindice.xml.dom.CharacterDataImpl
 
CharacterDataImpl(NodeImpl, byte[], int, int) - Constructor for class org.apache.xindice.xml.dom.CharacterDataImpl
 
CharacterDataImpl(NodeImpl, String) - Constructor for class org.apache.xindice.xml.dom.CharacterDataImpl
 
characters(char[], int, int) - Method in class org.apache.xindice.tools.command.StringSerializer
 
characters(char[], int, int) - Method in class org.apache.xindice.xml.dom.DOMParser
 
characters(char[], int, int) - Method in class org.apache.xindice.xml.sax.SetContentHandler
Receive notification of character data inside an element.
checkLoaded() - Method in class org.apache.xindice.xml.dom.NodeImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.CharacterDataImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.ContainerNodeImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.ElementImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.EntityReferenceImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.ProcessingInstructionImpl
 
checkLoaded() - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
checkOpen() - Method in class org.apache.xindice.client.xmldb.XindiceCollection
Throws an exception if collection is no longer open
checkOpened() - Method in class org.apache.xindice.core.filer.Paged
 
checkReadOnly() - Method in class org.apache.xindice.xml.dom.NodeImpl
 
childNodes - Variable in class org.apache.xindice.xml.dom.ContainerNodeImpl
 
chunkTo(OutputStream) - Method in class org.apache.xindice.util.ByteBuffer
 
chunkTo(OutputStream, int) - Method in class org.apache.xindice.util.ByteBuffer
 
clear() - Method in class org.apache.xindice.client.xmldb.ResourceSetImpl
Removes all Resource instances from the set.
clear() - Method in class org.apache.xindice.util.ObjectStack
 
clear() - Method in class org.apache.xindice.util.ObjectQueue
 
clearNamespaces() - Method in class org.apache.xindice.client.xmldb.services.QueryService
 
clearNamespaces() - Method in class org.apache.xindice.xml.NamespaceMap
 
cloneNode(boolean) - Method in class org.apache.xindice.xml.dom.NodeImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean, boolean) - Method in class org.apache.xindice.xml.dom.NodeImpl
 
close() - Method in class org.apache.xindice.client.xmldb.embed.CollectionImpl
Releases all resources consumed by the Collection.
close() - Method in class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
Releases all resources consumed by the Collection.
close() - Method in interface org.apache.xindice.core.DBObject
close closes the DBObject
close() - Method in class org.apache.xindice.core.CollectionManager
 
close() - Method in class org.apache.xindice.core.Collection
 
close() - Method in class org.apache.xindice.core.Database
 
close() - Method in class org.apache.xindice.core.filer.SizeableMemFiler
 
close() - Method in class org.apache.xindice.core.filer.MemFiler
 
close() - Method in class org.apache.xindice.core.filer.Paged
 
close() - Method in class org.apache.xindice.core.filer.BTree
 
close() - Method in class org.apache.xindice.core.filer.FSFiler
 
close() - Method in class org.apache.xindice.core.indexer.IndexManager
Closes all indexers managed by this index manager.
close() - Method in class org.apache.xindice.core.indexer.MemValueIndexer
Closes this index.
close(boolean) - Method in class org.apache.xindice.core.Database
Checks to see if it has been closed to insure that it doesn't try to do it twice.
closeDescriptor(RandomAccessFile) - Method in class org.apache.xindice.core.filer.Paged
Closes a RandomAccessFile ('descriptor') and removes it from the pool.
Codename - Static variable in interface org.apache.xindice.server.Xindice
 
COL - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_CANNOT_CREATE - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_CANNOT_DROP - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_CANNOT_RETRIEVE - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_CANNOT_STORE - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_COLLECTION_CLOSED - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_COLLECTION_NOT_FOUND - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_COLLECTION_READ_ONLY - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_DOCUMENT_MALFORMED - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_DOCUMENT_NOT_FOUND - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_DUPLICATE_COLLECTION - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_INVALID_RESULT - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_NO_FILER - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_NO_INDEXMANAGER - Static variable in class org.apache.xindice.core.FaultCodes
 
COL_NULL_RESULT - Static variable in class org.apache.xindice.core.FaultCodes
 
collection - Variable in class org.apache.xindice.client.xmldb.ResourceSetImpl
 
collection - Variable in class org.apache.xindice.client.xmldb.resources.XMLResourceImpl
 
Collection - class org.apache.xindice.core.Collection.
Collection represents a collection of Documents maintains links to the Filer storage implementation, and the Indexes associated with the Collection.
COLLECTION - Static variable in class org.apache.xindice.core.meta.MetaData
 
COLLECTION - Static variable in class org.apache.xindice.core.request.URIMapper
 
COLLECTION - Static variable in class org.apache.xindice.server.rpc.RPCDefaultMessage
 
COLLECTION - Static variable in class org.apache.xindice.tools.XMLTools
 
COLLECTION_META_DATA - Static variable in class org.apache.xindice.core.MetaSystemCollection
 
Collection() - Constructor for class org.apache.xindice.core.Collection
 
Collection(Collection) - Constructor for class org.apache.xindice.core.Collection
 
CollectionImpl - class org.apache.xindice.client.xmldb.embed.CollectionImpl.
Implementation of XML:DB's Collection interface using direct access to interact with database server
CollectionImpl - class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.
Implementation of XML:DB's Collection interface using XML-RPC to interact with database server
CollectionImpl(Database, String) - Constructor for class org.apache.xindice.client.xmldb.embed.CollectionImpl
Creates new CollectionImpl instance representing connection to server collection.
CollectionImpl(XmlRpcClient, String) - Constructor for class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
Creates new CollectionImpl instance representing connection to server collection.
CollectionManagementServiceImpl - class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl.
XML:DB CollectionManagementService implementation using XML-RPC to communicate with Xindice.
CollectionManagementServiceImpl() - Constructor for class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl
 
CollectionManager - interface org.apache.xindice.client.xmldb.services.CollectionManager.
CollectionManager provides management facilities for a Collection instance.
CollectionManager - class org.apache.xindice.core.CollectionManager.
CollectionManager is the base class for both Database and Collection.
CollectionManager() - Constructor for class org.apache.xindice.core.CollectionManager
 
collPath - Variable in class org.apache.xindice.client.xmldb.XindiceCollection
Path to the collection on target server
Command - class org.apache.xindice.tools.command.Command.
Command is the standard interface command line arguments
COMMAND_LIST - Static variable in class org.apache.xindice.tools.XMLTools
 
Command() - Constructor for class org.apache.xindice.tools.command.Command
 
comment(char[], int, int) - Method in class org.apache.xindice.tools.command.StringSerializer
 
comment(char[], int, int) - Method in class org.apache.xindice.xml.dom.DOMParser
 
CommentImpl - class org.apache.xindice.xml.dom.CommentImpl.
CommentImpl
CommentImpl() - Constructor for class org.apache.xindice.xml.dom.CommentImpl
 
CommentImpl(NodeImpl, boolean) - Constructor for class org.apache.xindice.xml.dom.CommentImpl
 
CommentImpl(NodeImpl, byte[], int, int) - Constructor for class org.apache.xindice.xml.dom.CommentImpl
 
CommentImpl(NodeImpl, String) - Constructor for class org.apache.xindice.xml.dom.CommentImpl
 
commit() - Method in interface org.apache.xindice.core.Container
commit saves the Document in the Collection.
commit(Document) - Method in interface org.apache.xindice.core.Container
commit replaces the Document in the Collection with the specified Document.
CommonConfigurable - class org.apache.xindice.client.xmldb.CommonConfigurable.
Base class to handle property managment within the API implementation.
CommonConfigurable() - Constructor for class org.apache.xindice.client.xmldb.CommonConfigurable
Constructor for the CommonConfigurable object
CommonConfigurable(CommonConfigurable) - Constructor for class org.apache.xindice.client.xmldb.CommonConfigurable
Constructor for the CommonConfigurable object
Company - Static variable in interface org.apache.xindice.server.Xindice
 
compareDocumentPosition(Node) - Method in class org.apache.xindice.xml.dom.NodeImpl
Compares the reference node, i.e.
compareTo(Object) - Method in class org.apache.xindice.core.data.Value
 
compareTo(Object) - Method in class org.apache.xindice.core.filer.Paged.PageKey
 
compareTo(Object) - Method in class org.apache.xindice.core.indexer.IndexMatch
 
compareTo(Value) - Method in class org.apache.xindice.core.data.Value
 
CompilationException - exception org.apache.xindice.core.query.CompilationException.
A CompilationException is thrown by a Query if for some reason, it can't compile the query being processed.
CompilationException() - Constructor for class org.apache.xindice.core.query.CompilationException
 
CompilationException(String) - Constructor for class org.apache.xindice.core.query.CompilationException
 
CompilationException(String, Throwable) - Constructor for class org.apache.xindice.core.query.CompilationException
 
compileQuery(Collection, String, NamespaceMap, Key[]) - Method in interface org.apache.xindice.core.query.QueryResolver
compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
compileQuery(Collection, String, NamespaceMap, Key[]) - Method in class org.apache.xindice.core.query.XPathQueryResolver
 
compileQuery(Collection, String, NamespaceMap, Key[]) - Method in class org.apache.xindice.core.xupdate.XUpdateQueryResolver
 
compileQuery(Collection, String, String, NamespaceMap, Key[]) - Method in class org.apache.xindice.core.query.QueryEngine
compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
compress(Node, SymbolTable) - Static method in class org.apache.xindice.xml.dom.DOMCompressor
Compress is a convenience method that compresses a Node into a byte array with a single call.
Compress(Node, SymbolTable) - Static method in class org.apache.xindice.xml.dom.DOMCompressor
Deprecated. renamed to DOMCompressor.compress(Node, SymbolTable).
COMPRESSED - Static variable in class org.apache.xindice.server.rpc.RPCDefaultMessage
 
CompressedDocument - interface org.apache.xindice.xml.dom.CompressedDocument.
CompressedDocument exposes the Document's SymbolTable.
CompressedNode - interface org.apache.xindice.xml.dom.CompressedNode.
CompressedNode represents a Xindice Compressed Node.
CompressionHandler - interface org.apache.xindice.xml.sax.CompressionHandler.
CompressionHandler is a SAX callback interface for reporting positional information about Xindice compressed Documents.
config - Variable in class org.apache.xindice.client.xmldb.CommonConfigurable
 
config - Variable in class org.apache.xindice.util.SimpleConfigurable
 
CONFIG_DESCRIPTORS_MAX - Static variable in class org.apache.xindice.core.filer.Paged
Name of the configuration attribute "max-descriptors"
CONFIG_KEYSIZE_MAX - Static variable in class org.apache.xindice.core.filer.Paged
Name of the configuration attribute "maxkeysize"
CONFIG_PAGECOUNT - Static variable in class org.apache.xindice.core.filer.Paged
Name of the configuration attribute "pagecount"
CONFIG_PAGESIZE - Static variable in class org.apache.xindice.core.filer.Paged
Name of the configuration attribute "pagesize"
CONFIGS - Static variable in class org.apache.xindice.core.SystemCollection
 
Configurable - interface org.apache.xindice.util.Configurable.
Configurable is a simple interface used to pass configuration information to an object.
Configuration - class org.apache.xindice.util.Configuration.
Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
CONFIGURATION - Static variable in class org.apache.xindice.server.rpc.RPCDefaultMessage
 
Configuration(Document) - Constructor for class org.apache.xindice.util.Configuration
Create read only configuration out of Document
Configuration(Document, boolean) - Constructor for class org.apache.xindice.util.Configuration
 
Configuration(Element) - Constructor for class org.apache.xindice.util.Configuration
Create read only configuration out of Element
Configuration(Element, boolean) - Constructor for class org.apache.xindice.util.Configuration
 
ConfigurationCallback - interface org.apache.xindice.util.ConfigurationCallback.
ConfigurationCallback is a callback interface that can be implemented in performing a set process on a Configuration.
ConfigurationException - exception org.apache.xindice.util.ConfigurationException.
 
ConfigurationException() - Constructor for class org.apache.xindice.util.ConfigurationException
 
ConfigurationException(String) - Constructor for class org.apache.xindice.util.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for class org.apache.xindice.util.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for class org.apache.xindice.util.ConfigurationException
 
configure() - Method in class org.apache.xindice.server.ManagedServer
Configure and load database
CONFORMANCE_LEVEL - Static variable in class org.apache.xindice.client.xmldb.DatabaseImpl
The XML:DB API Core Level Conformance of this implementation.
connect() - Method in class org.apache.xindice.core.request.URIMapper
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
Container - interface org.apache.xindice.core.Container.
Container is a generic container for Key and Document pairs.
ContainerNodeImpl - class org.apache.xindice.xml.dom.ContainerNodeImpl.
ContainerNodeImpl performs most of the child-rearing behavior of the Element and Document implementations.
ContainerNodeImpl() - Constructor for class org.apache.xindice.xml.dom.ContainerNodeImpl
 
ContainerNodeImpl(NodeImpl, boolean) - Constructor for class org.apache.xindice.xml.dom.ContainerNodeImpl
 
ContainerNodeImpl(NodeImpl, byte[], int, int) - Constructor for class org.apache.xindice.xml.dom.ContainerNodeImpl
 
contains(String) - Method in class org.apache.xindice.xml.dom.DOMStringListImpl
 
containsKey(String) - Method in class org.apache.xindice.core.meta.inline.NullReader.NullMap
 
containsKey(String) - Method in interface org.apache.xindice.core.meta.inline.InlineMetaMap
Return true if the map contains the specified key.
containsKey(String) - Method in class org.apache.xindice.core.meta.inline.ResourceTypeReader.ResourceTypeMap
 
content - Variable in class org.apache.xindice.client.xmldb.resources.XMLResourceImpl
 
convertFromDocument(Document, long) - Method in class org.apache.xindice.util.SymbolSerializer
convertFromDocument converts a DOM Document into an Hashtable that, depending on the time stamp, possibly includes a current image of the managed Collection's Symbol Table.
convertToDocument(Hashtable) - Method in class org.apache.xindice.util.SymbolDeserializer
convertToDocument converts the compressed Hashtable to a DOM Document.
copyDataFrom(MetaData) - Method in class org.apache.xindice.core.meta.MetaData
Copies only user data (link, attributes, custom document) from another meta data
copyFrom(MetaData) - Method in class org.apache.xindice.core.meta.MetaData
Copies from another meta data
copyTo(byte[], int) - Method in class org.apache.xindice.core.data.Value
Copy contents of the value into supplied byte array.
copyTo(byte[], int, int) - Method in class org.apache.xindice.core.data.Value
Copy len bytes of value's content into supplied byte array.
countCollections() - Method in class org.apache.xindice.core.CollectionManager
Returns number of child collections
create() - Method in interface org.apache.xindice.core.DBObject
create creates a new DBObject and any associated resources for the new DBObject, such as disk files, etc.
create() - Method in class org.apache.xindice.core.Collection
 
create() - Method in class org.apache.xindice.core.filer.SizeableMemFiler
 
create() - Method in class org.apache.xindice.core.filer.MemFiler
 
create() - Method in class org.apache.xindice.core.filer.Paged
 
create() - Method in class org.apache.xindice.core.filer.BTree
 
create() - Method in class org.apache.xindice.core.filer.FSFiler
 
create() - Method in class org.apache.xindice.core.indexer.MemValueIndexer
Creates a new MemValueIndexer.
create(Configuration) - Method in class org.apache.xindice.core.indexer.IndexManager
create creates a new Indexer object and any associated system resources that the Indexer will need.
createAttribute(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
createBTreeRoot(BTree.BTreeRootInfo, Value) - Method in class org.apache.xindice.core.filer.BTree
createBTreeRoot creates a new BTree root node in the BTree file based on the provided root information, and value for the tree.
createBTreeRoot(Value) - Method in class org.apache.xindice.core.filer.BTree
createBTreeRoot creates a new BTree root node in the BTree file based on the provided value for the main tree.
createCDATASection(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates a CDATASection node whose value is the specified string.
CreateCollection - class org.apache.xindice.server.rpc.messages.CreateCollection.
 
CreateCollection() - Constructor for class org.apache.xindice.server.rpc.messages.CreateCollection
 
createCollection(Collection) - Method in class org.apache.xindice.core.DBObserver
Called after Collection.create()
createCollection(Collection) - Method in class org.apache.xindice.core.DatabaseChangeObserver
 
createCollection(String) - Method in class org.apache.xindice.client.xmldb.XindiceCollection
Creates a new child collection in this collection
createCollection(String) - Method in class org.apache.xindice.client.xmldb.embed.CollectionImpl
 
createCollection(String) - Method in class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl
Inserts new child collection into this collection
createCollection(String) - Method in class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
 
createCollection(String, Configuration) - Method in class org.apache.xindice.core.CollectionManager
createCollection creates a new Collection object and any associated system resources that the Collection will need.
createCollection(String, Configuration) - Method in class org.apache.xindice.core.Collection
 
createCollection(String, Document) - Method in class org.apache.xindice.client.xmldb.XindiceCollection
Creates a new child collection.
createCollection(String, Document) - Method in class org.apache.xindice.client.xmldb.embed.CollectionImpl
 
createCollection(String, Document) - Method in interface org.apache.xindice.client.xmldb.services.CollectionManager
Creates a new collection in the database identified by name and using the provided configuration.
createCollection(String, Document) - Method in class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl
Creates a new collection in the database identified by name and using the provided configuration.
createCollection(String, Document) - Method in class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
 
createCollection(String, String) - Method in class org.apache.xindice.tools.command.ImportTree
 
createComment(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates a Comment node given the specified string.
CREATED - Static variable in class org.apache.xindice.core.data.Record
 
createDocument(String, String, DocumentType) - Method in class org.apache.xindice.xml.dom.DOMImplementationImpl
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in class org.apache.xindice.xml.dom.DOMImplementationImpl
Creates an empty DocumentType node.
createDriver(String) - Method in class org.apache.xindice.client.xmldb.DatabaseImpl
 
createElement(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates an element of the type specified.
createElementNS(String, String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
createEntityReference(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates an EntityReference object.
createFileHeader() - Method in class org.apache.xindice.core.filer.Paged
createFileHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a FileHeader.
createFileHeader() - Method in class org.apache.xindice.core.filer.BTree
 
createFileHeader() - Method in class org.apache.xindice.core.filer.BTreeFiler
 
createFileHeader() - Method in class org.apache.xindice.core.filer.HashFiler
 
createFileHeader() - Method in class org.apache.xindice.core.indexer.ValueIndexer
Override createFileHeader - set page size to 1024
createId() - Method in class org.apache.xindice.client.xmldb.embed.CollectionImpl
Creates a new unique ID within the context of the Collection
createId() - Method in class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
Creates a new unique ID within the context of the Collection
CreateIndexer - class org.apache.xindice.server.rpc.messages.CreateIndexer.
 
CreateIndexer() - Constructor for class org.apache.xindice.server.rpc.messages.CreateIndexer
 
createIndexer(Configuration) - Method in class org.apache.xindice.core.Collection
createIndexer creates a new Indexer object and any associated system resources that the Indexer will need.
createIndexer(Document) - Method in class org.apache.xindice.client.xmldb.XindiceCollection
Creates a new Indexer for this collection.
createIndexer(Document) - Method in class org.apache.xindice.client.xmldb.embed.CollectionImpl
 
createIndexer(Document) - Method in interface org.apache.xindice.client.xmldb.services.CollectionManager
Creates a new Indexer for this collection.
createIndexer(Document) - Method in class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl
Creates a new Indexer for this collection.
createIndexer(Document) - Method in class org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl
 
createNewKey(Object) - Method in class org.apache.xindice.core.Collection
createNewKey allocates a new key to be used as a key in the collection.
CreateNewOID - class org.apache.xindice.server.rpc.messages.CreateNewOID.
 
createNewOID() - Method in class org.apache.xindice.core.Collection
createNewOID allocates a new Object ID to be used as a Key in the Collection.
CreateNewOID() - Constructor for class org.apache.xindice.server.rpc.messages.CreateNewOID
 
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
createObject() - Method in class org.apache.xindice.util.ObjectPool
createObject needs to be implemented in order to allow the ObjectPool to produce Pooled objects.
createPageHeader() - Method in class org.apache.xindice.core.filer.Paged
createPageHeader must be implemented by a Paged implementation in order to create an appropriate subclass instance of a PageHeader.
createPageHeader() - Method in class org.apache.xindice.core.filer.BTree
 
createPageHeader() - Method in class org.apache.xindice.core.filer.BTreeFiler
 
createPageHeader() - Method in class org.apache.xindice.core.filer.HashFiler
 
createProcessingInstruction(String, String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates a ProcessingInstruction node given the specified name and data strings.
createResource(String, String) - Method in class org.apache.xindice.client.xmldb.XindiceCollection
Constructs a new resource that will belong in this collection.
createTextNode(String) - Method in class org.apache.xindice.xml.dom.DocumentImpl
Creates a Text node given the specified string.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xindice.xml.dom.DocumentImpl
 
createURLStreamHandler(String) - Method in class org.apache.xindice.core.request.XindiceStreamHandlerFactory
Creates an instance of an URLStreamHandler
createValue(InlineMetaMap, byte[], int, int) - Method in class org.apache.xindice.core.meta.inline.InlineMetaService
Create a Value object containing the appropriate header and data.
createValue(int, byte[], byte[], int, int) - Static method in class org.apache.xindice.core.meta.inline.InlineHeaderBuilder
Create a Value object containing the inline metadata header and value data.
createXMLDBException(Exception) - Static method in class org.apache.xindice.core.FaultCodes
createXMLDBException creates an XMLDBException instance based on the specified Exception.
createXMLDBException(int, int, String, Exception) - Static method in class org.apache.xindice.core.FaultCodes
Creates an XMLDBException instance based on the specified fault code, message, and Exception.
createXMLDBException(int, String, Exception) - Static method in class org.apache.xindice.core.FaultCodes
 
createXMLDBException(String, Exception) - Static method in class org.apache.xindice.core.FaultCodes
createXMLDBException creates an XMLDBException instance based on the specified Exception.
createXMLObject(Document) - Method in interface org.apache.xindice.client.xmldb.services.CollectionManager
Creates a new collection level XMLObject using the provided configuration.
createXMLObject(Document) - Method in class org.apache.xindice.client.xmldb.services.CollectionManagementServiceImpl
Creates a new collection level XMLObject using the provided configuration.
current - Variable in class org.apache.xindice.xml.dom.traversal.TreeWalkerImpl
 
currentMapClass - Static variable in class org.apache.xindice.core.meta.inline.InlineMetaService
The InlineMetaMap class associated with the current header version.
currentWriter - Static variable in class org.apache.xindice.core.meta.inline.InlineMetaService
The writer corresponding to the current header version.

D

data - Variable in class org.apache.xindice.core.data.Value
 
data - Variable in class org.apache.xindice.xml.dom.NodeImpl
 
Database - class org.apache.xindice.core.Database.
Database is the primary container for the Xindice Database Engine.
Database() - Constructor for class org.apache.xindice.core.Database
 
DatabaseChangeObserver - class org.apache.xindice.core.DatabaseChangeObserver.
DatabaseChangeObserver is going to handle changes to collections by flushing the apporate collection Filer.
DatabaseChangeObserver() - Constructor for class org.apache.xindice.core.DatabaseChangeObserver
 
DatabaseImpl - class org.apache.xindice.client.xmldb.DatabaseImpl.
DatabaseImpl is the XML:DB driver implementation for Xindice.
DatabaseImpl - class org.apache.xindice.client.xmldb.embed.DatabaseImpl.
Implements XML:DB's Database interface providing embedded access to a Xindice database.
DatabaseImpl - class org.apache.xindice.client.xmldb.managed.DatabaseImpl.
The xindice-managed is a xindice client driver that requires third party code to create the database within the constraints of the client classloader.
DatabaseImpl - class org.apache.xindice.client.xmldb.xmlrpc.DatabaseImpl.
Implements XML:DB's Database interface using XML-RPC to communicate with the Xindice XML-RPC server.
DatabaseImpl() - Constructor for class org.apache.xindice.client.xmldb.DatabaseImpl
Constructor for the DatabaseImpl object
DatabaseImpl() - Constructor for class org.apache.xindice.client.xmldb.embed.DatabaseImpl
Creates new DatabaseImpl instance.
DatabaseImpl() - Constructor for class org.apache.xindice.client.xmldb.managed.DatabaseImpl
Creates new DatabaseImpl instance.
DatabaseImpl() - Constructor for class org.apache.xindice.client.xmldb.xmlrpc.DatabaseImpl
Create a new DatabaseImpl object.
DatabaseImpl(CommonConfigurable) - Constructor for class org.apache.xindice.client.xmldb.embed.DatabaseImpl
Create a new DatabaseImpl object with a copy of the properties from the config parameter.
DatabaseImpl(CommonConfigurable) - Constructor for class org.apache.xindice.client.xmldb.managed.DatabaseImpl
Create a new DatabaseImpl object with a copy of the properties from the config parameter.
DatabaseImpl(CommonConfigurable) - Constructor for class org.apache.xindice.client.xmldb.xmlrpc.DatabaseImpl
Create a new DatabaseImpl object with a copy of the properties from the DatabaseImpl parameter.
DatabaseInstanceManager - interface org.apache.xindice.client.xmldb.services.DatabaseInstanceManager.
DatabaseInstanceManager enables management of the Database intance on the server.
DatabaseRebuild - class org.apache.xindice.tools.DatabaseRebuild.
Command line utility to re-build all btree and hash filer based collections of the database, and re-index.
DatabaseRebuild() - Constructor for class org.apache.xindice.tools.DatabaseRebuild
 
DatabaseShutdownHandler - class org.apache.xindice.core.DatabaseShutdownHandler.
Going to handle the JVM Shutdown hook and insuring clean shutdown of all registered Database instances.
DatabaseShutdownHandler() - Constructor for class org.apache.xindice.core.DatabaseShutdownHandler
 
dataBytes(byte[]) - Method in interface org.apache.xindice.xml.sax.CompressionHandler
dataBytes sets the byte array for the definitions to follow.
dataLocation(int, int) - Method in interface org.apache.xindice.xml.sax.CompressionHandler
dataLocation reports positional information for the Node to follow.
DateUtilities - class org.apache.xindice.util.DateUtilities.
DateUtilities provides a set of commonly used Date processing routines.
DB_CONFIG - Static variable in class org.apache.xindice.tools.XMLTools
 
DB_SERVER - Static variable in class org.apache.xindice.tools.XMLTools
 
DBDocument - interface org.apache.xindice.xml.dom.DBDocument.
DBDocument represents a Xindice Collection-originating Document.
DBE - Static variable in class org.apache.xindice.core.FaultCodes
 
DBE_CANNOT_CREATE - Static variable in class org.apache.xindice.core.FaultCodes
 
DBE_CANNOT_DROP - Static variable in class org.apache.xindice.core.FaultCodes
 
DBE_CANNOT_READ - Static variable in class org.apache.xindice.core.FaultCodes
 
DBE_NO_PARENT - Static variable in class org.apache.xindice.core.FaultCodes
 
DBException - exception org.apache.xindice.core.DBException.
A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
DBException() - Constructor for class org.apache.xindice.core.DBException
 
DBException(int) - Constructor for class org.apache.xindice.core.DBException
 
DBException(int, String) - Constructor for class org.apache.xindice.core.DBException
 
DBException(int, String, Throwable) - Constructor for class org.apache.xindice.core.DBException
 
DBNode - interface org.apache.xindice.xml.dom.DBNode.
DBNode represents a Xindice Collection-originating Node.
DBObject - interface org.apache.xindice.core.DBObject.
DBObject is the interface implemented by all Xindice database objects.
DBObserver - class org.apache.xindice.core.DBObserver.
Observer for Xindice DB activities
DBObserver() - Constructor for class org.apache.xindice.core.DBObserver
 
DBROOT - Static variable in class org.apache.xindice.core.Database
 
DBROOT_DEFAULT - Static variable in class org.apache.xindice.core.Database
 
DECL_ATTLIST - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_CDATA - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_COMMENT - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_DOCTYPE - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_ELEMENT - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_ENTITY - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_IGNORE - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_INCLUDE - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_NOTATION - Static variable in interface org.apache.xindice.xml.Signatures
 
DECL_REPLACED - Static variable in interface org.apache.xindice.xml.Signatures
 
decRecordCount() - Method in class org.apache.xindice.core.filer.Paged.FileHeader
Decrement the number of records being managed by the file
DEFAULT_CONFIGURATION - Static variable in interface org.apache.xindice.server.Xindice
 
DEFAULT_ENCODING - Static variable in class org.apache.xindice.core.request.URIMapper
 
delete() - Method in class org.apache.xindice.util.Configuration
delete deletes this Configuration node from its parent Configuration.
delete(int, int) - Method in class org.apache.xindice.util.ByteBuffer
 
deleteArrayInt(int[], int) - Static method in class org.apache.xindice.core.filer.Paged
 
deleteArrayLong(long[], int) - Static method in class org.apache.xindice.core.filer.Paged
 
deleteArrayShort(short[], int) - Static method in class org.apache.xindice.core.filer.Paged
 
deleteArrayValue(Value[], int) - Static method in class org.apache.xindice.core.filer.Paged
 
DeleteCollection - class org.apache.xindice.tools.command.DeleteCollection.
DeleteCollection.java is designed to let the user delete or drop a named Collection or Nested Collection from the Database or Parent Collection respectively.
DeleteCollection() - Constructor for class org.apache.xindice.tools.command.DeleteCollection
 
DELETED - Static variable in class org.apache.xindice.core.filer.Paged
Deleted page status
deleteData(int, int) - Method in class org.apache.xindice.xml.dom.CharacterDataImpl
Remove a range of characters from the node.
DeleteDocument - class org.apache.xindice.tools.command.DeleteDocument.
DeleteDocument.java is designed to let the user delete or drop a Document, referred by the Key, from a specific Collection or Nested Collection.
DeleteDocument() - Constructor for class org.apache.xindice.tools.command.DeleteDocument
 
DeleteIndexer - class org.apache.xindice.tools.command.DeleteIndexer.
DeleteIndexer.java is designed to let the user delete or drop an Indexer from a named Collection or a nested Collection within the Database.
DeleteIndexer() - Constructor for class org.apache.xindice.tools.command.DeleteIndexer
 
deleteRecord(Key) - Method in class org.apache.xindice.core.filer.SizeableMemFiler
 
deleteRecord(Key) - Method in class org.apache.xindice.core.filer.MemFiler
 
deleteRecord(Key) - Method in interface org.apache.xindice.core.filer.Filer
deleteRecord removes a Record from the Filer based on the specified Key.
deleteRecord(Key) - Method in class org.apache.xindice.core.filer.BTreeFiler
 
deleteRecord(Key) - Method in class org.apache.xindice.core.filer.HashFiler
 
deleteRecord(Key) - Method in class org.apache.xindice.core.filer.FSFiler
 
DeploymentTask - class org.apache.xindice.tools.DeploymentTask.
Handles basic deployment of Xindice services using ant.
DeploymentTask() - Constructor for class org.apache.xindice.tools.DeploymentTask
Constructor for creating a new DeploymentTask.
destroy() - Method in class org.apache.xindice.server.XindiceServlet
 
detach() - Method in class org.apache.xindice.xml.dom.traversal.TreeWalkerImpl
Detaches the iterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.
DirectoryClassLoader - class org.apache.xindice.util.DirectoryClassLoader.
DirectoryClassLoader reads classes relative to the constructor-provided base director