A B C D E G H I K L N P Q R S U V X

A

acceptsURI(String) - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
add(NxqdValue) - Method in class net.sf.nxqd.NxqdResults
Adds the specified NxqdValue to the end of the results set.
addAppendStep(NxqdQueryExpression, int, String, String) - Method in class net.sf.nxqd.NxqdModify
Appends the provided data to the selected node's child notes.
addAppendStep(NxqdQueryExpression, int, String, String, int) - Method in class net.sf.nxqd.NxqdModify
Appends the provided data to the selected node's child notes.
addInsertAfterStep(NxqdQueryExpression, int, String, String) - Method in class net.sf.nxqd.NxqdModify
Inserts the provided data into the document after the selected node.
addInsertBeforeStep(NxqdQueryExpression, int, String, String) - Method in class net.sf.nxqd.NxqdModify
Inserts the provided data into the document before the selected node, as a previous sibling.
addNxqdContainerEventListener(NxqdContainerEventListener) - Method in class net.sf.nxqd.NxqdManager
 
addNxqdManagerEventListener(NxqdManagerEventListener) - Method in class net.sf.nxqd.NxqdManager
 
addRemoveStep(NxqdQueryExpression) - Method in class net.sf.nxqd.NxqdModify
Removes the node targeted by the selection expression.
addRenameStep(NxqdQueryExpression, String) - Method in class net.sf.nxqd.NxqdModify
Renames an element node, attribute node, or processing instruction.
addUpdateStep(NxqdQueryExpression, String) - Method in class net.sf.nxqd.NxqdModify
Replaces the targeted node's content with text.
asDocument() - Method in class net.sf.nxqd.NxqdXMLValue
 
asString() - Method in class net.sf.nxqd.NxqdXMLValue
 
asString() - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
Axis2Connector - Class in net.sf.nxqd.soap
 
Axis2Connector(String, String) - Constructor for class net.sf.nxqd.soap.Axis2Connector
 
AxisConnector - Class in net.sf.nxqd.soap
 
AxisConnector(String, String) - Constructor for class net.sf.nxqd.soap.AxisConnector
 

B

blobExists(String) - Method in class net.sf.nxqd.NxqdContainer
The blobExists method checks if the specified blob exists.

C

clearNamespaces() - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
close() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
CollectionManagementServiceTag - Static variable in class net.sf.nxqd.xmldb.NxqdCollection
 
connect() - Method in class net.sf.nxqd.NxqdManager
 
connect() - Method in class net.sf.nxqd.soap.AxisConnector
 
CONTAINER_CREATED - Static variable in class net.sf.nxqd.event.NxqdManagerEvent
 
CONTAINER_DELETED - Static variable in class net.sf.nxqd.event.NxqdManagerEvent
 
CONTAINER_RENAMED - Static variable in class net.sf.nxqd.event.NxqdManagerEvent
 
containerExists(String) - Method in class net.sf.nxqd.NxqdManager
The containerExists method checks if the specified container exists.
createCollection(String) - Method in class net.sf.nxqd.xmldb.NxqdCollectionManagementService
 
createContainer(String) - Method in class net.sf.nxqd.NxqdManager
The createContainer method creates the specified container A NxqdException is thrown if the container already exists.
createId() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
createModify() - Method in class net.sf.nxqd.NxqdManager
The createModify method will create an XmlModify object.
createResource(String, String) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 

D

decodePath(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
 
deleteBlob(String) - Method in class net.sf.nxqd.NxqdContainer
The deleteBlob method deletes the specified blob from this container using the specified blobId.
deleteContainer(String) - Method in class net.sf.nxqd.NxqdManager
The deleteContainer method deletes the specifed container.
deleteContainer(NxqdContainer) - Method in class net.sf.nxqd.NxqdManager
The deleteContainer method deletes the specifed container.
deleteDocument(String) - Method in class net.sf.nxqd.NxqdContainer
The deleteDocument method deletes the specified document from this container using the specified documentId.
disconnect() - Method in class net.sf.nxqd.NxqdManager
 
disconnect() - Method in class net.sf.nxqd.soap.AxisConnector
 
docFromString(String) - Static method in class net.sf.nxqd.common.NxqdUtils
The docFromString method converts a java.lang.String object into a org.w3c.dom.Document.
docToString(Node) - Static method in class net.sf.nxqd.common.NxqdUtils
The docToString method converts a Document object into a java.lang.String.
docToString(Document) - Static method in class net.sf.nxqd.common.NxqdUtils
The docToString method converts a Document object into a java.lang.String.
documentExists(String) - Method in class net.sf.nxqd.NxqdContainer
The documentExists method checks if the specified document exists.

E

encodePath(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
 
equals(Object) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
extractCollectionName(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
The extractCollectionName method will extract the Collection name from the uri parameter.
extractCollectionPath(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
The extractCollectionPath method will extract the Collection path from the uri parameter.

G

generateUniqueId() - Static method in class net.sf.nxqd.common.NxqdUtils
 
getBlob() - Method in class net.sf.nxqd.NxqdBlobValue
 
getBlob(String) - Method in class net.sf.nxqd.NxqdContainer
The getBlob method retrieves the specified blob from the database.
getChildCollection(String) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getChildCollectionCount() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getCollection(String, String, String) - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
getConformanceLevel() - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
getContainer(String) - Method in class net.sf.nxqd.NxqdManager
The getContainer method returns a handle to the specified container.
getContent() - Method in class net.sf.nxqd.xmldb.NxqdBinaryResource
 
getContentAsDOM() - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
getContentAsSAX(ContentHandler) - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
getDocument(String) - Method in class net.sf.nxqd.NxqdContainer
The getDocument method retrieves the specified document from this container using the specified documentId.
getDocumentId() - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
getHostName() - Method in class net.sf.nxqd.NxqdManager
The getHostName method returns the host name of the machine running the Nxqd server.
getHostName() - Method in class net.sf.nxqd.soap.Axis2Connector
The getHostName method returns the host name of the machine running the Nxqd server.
getHostName() - Method in class net.sf.nxqd.soap.AxisConnector
The getHostName method returns the host name of the machine running the Nxqd server.
getHostPort() - Method in class net.sf.nxqd.NxqdManager
The getHostPort method returns the host port of the remote Nxqd server.
getHostPort() - Method in class net.sf.nxqd.soap.Axis2Connector
The getHostPort method returns the host port of the remote Nxqd server.
getHostPort() - Method in class net.sf.nxqd.soap.AxisConnector
The getHostPort method returns the host port of the remote Nxqd server.
getId() - Method in class net.sf.nxqd.event.NxqdEvent
 
getKeysAsList(Map) - Static method in class net.sf.nxqd.common.NxqdUtils
 
getName() - Method in class net.sf.nxqd.event.NxqdEvent
The getName method returns the name of the resource which generated the event.
getName() - Method in class net.sf.nxqd.NxqdContainer
The getName method returns the name of this Container.
getName() - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
getName() - Method in class net.sf.nxqd.xmldb.NxqdService
 
getNamespace(String) - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
getNumDocuments() - Method in class net.sf.nxqd.NxqdContainer
Returns the number of XML Documents in this container.
getNxqdManager() - Method in class net.sf.nxqd.NxqdConsumer
 
getParentCollection() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getProperty(String) - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
getProperty(String) - Method in class net.sf.nxqd.xmldb.NxqdService
 
getQuery() - Method in class net.sf.nxqd.NxqdQueryExpression
 
getQueryPlan() - Method in class net.sf.nxqd.NxqdQueryExpression
 
getResource(String) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getResourceCount() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getResults(int, String, int) - Method in class net.sf.nxqd.NxqdManager
The getResults method will retrieve the results after a lazyQuery has been executed.
getSAXFeature(String) - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
getService(String, String) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getServices() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
getSessionId() - Method in class net.sf.nxqd.NxqdManager
The getSessionId method returns the session id which identifies the client for this session.
getSessionId() - Method in class net.sf.nxqd.soap.AxisConnector
The getSessionId method returns the session id which identifies the client for this session.
getSource() - Method in class net.sf.nxqd.event.NxqdEvent
The getSource method is used to hold additional data use by the NxqdContainerEvent and NxqdManagerEvent objects.
getType() - Method in class net.sf.nxqd.event.NxqdEvent
The getType method returns the event type of this event.
getTypeDescription() - Method in class net.sf.nxqd.event.NxqdManagerEvent
 
getValue() - Method in class net.sf.nxqd.NxqdValue
 
getValuesAsList(Map) - Static method in class net.sf.nxqd.common.NxqdUtils
 
getVersion() - Method in class net.sf.nxqd.xmldb.NxqdService
 
gsoapResultObjectToList(Object) - Static method in class net.sf.nxqd.common.NxqdUtils
The gsoapResultObjectToList method converts the strange gsoap behaviour into something more consistent, as gsoap returns sometimes null, a string or a List, dpending on the number of results.

H

handleContainerCreated(String) - Method in interface net.sf.nxqd.event.NxqdManagerEventListener
The handleContainerCreated method is invoked when a Container named name is created by the Nxqd server.
handleContainerDeleted(String) - Method in interface net.sf.nxqd.event.NxqdManagerEventListener
The handleContainerDeleted method is invoked when a Container named name is deleted by the Nxqd server.
handleContainerRenamed(String, String) - Method in interface net.sf.nxqd.event.NxqdManagerEventListener
The handleContainerRenamed method is invoked when a Container is renamed.
handleEvent(NxqdEvent) - Method in interface net.sf.nxqd.event.NxqdEventListener
The handleEvent method is a generic method called for all events.
handleResourceCreated(String, String) - Method in interface net.sf.nxqd.event.NxqdContainerEventListener
The handleResourceCreated method is called when a container reports a resource has been created.
handleResourceDeleted(String, String) - Method in interface net.sf.nxqd.event.NxqdContainerEventListener
The handleResourceDeleted method is called when a container reports a resource has been deleted.
handleResourceUpdated(String, String) - Method in interface net.sf.nxqd.event.NxqdContainerEventListener
The handleResourceUpdated method is called when a container reports a resource has been updated.
hasNext() - Method in class net.sf.nxqd.NxqdResults
Returns true if there is another element in the results set.
hasPrevious() - Method in class net.sf.nxqd.NxqdResults
Returns true if there is a previous element in the results set.

I

invoke(String, Object[]) - Method in class net.sf.nxqd.soap.Axis2Connector
 
invoke(String, String[], Object[]) - Method in class net.sf.nxqd.soap.Axis2Connector
 
invoke(String, String[], QName[], Object[]) - Method in class net.sf.nxqd.soap.Axis2Connector
 
invoke(String, Object[]) - Method in class net.sf.nxqd.soap.AxisConnector
 
invoke(String, String[], Object[]) - Method in class net.sf.nxqd.soap.AxisConnector
 
invoke(String, QName, String[], Object[]) - Method in class net.sf.nxqd.soap.AxisConnector
 
invoke(String, QName, String[], QName[], Object[]) - Method in class net.sf.nxqd.soap.AxisConnector
 
isConnected() - Method in class net.sf.nxqd.NxqdManager
 
isConnected() - Method in class net.sf.nxqd.soap.AxisConnector
 
isOpen() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 

K

keys() - Method in class net.sf.nxqd.xmldb.NxqdService
 

L

lazyQuery(String, Map, String) - Method in class net.sf.nxqd.NxqdManager
The lazyQuery method executes the specified queryExpression on this database.
listBlobs() - Method in class net.sf.nxqd.NxqdContainer
The listBlobs method lists the id's of the blobs managed by this container.
listChildCollections() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
listContainers() - Method in class net.sf.nxqd.NxqdManager
The listContainers method returns a List containing the container names managed by the server.
listDocuments() - Method in class net.sf.nxqd.NxqdContainer
The listDocuments method returns a List containing the document id's managed by the server.
listResources() - Method in class net.sf.nxqd.xmldb.NxqdCollection
 

N

NAME - Static variable in class net.sf.nxqd.xmldb.NxqdService
 
net.sf.nxqd - package net.sf.nxqd
 
net.sf.nxqd.common - package net.sf.nxqd.common
 
net.sf.nxqd.event - package net.sf.nxqd.event
 
net.sf.nxqd.soap - package net.sf.nxqd.soap
 
net.sf.nxqd.xmldb - package net.sf.nxqd.xmldb
 
next() - Method in class net.sf.nxqd.NxqdResults
Retrieves the next value in the result set.
NXQD_INTERNAL_SEP - Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
 
NXQD_NAME - Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
The NXQD_NAME constant is used to construct a Xml:DB URI to connect to the Nxqd server.
NXQD_PORT - Static variable in class net.sf.nxqd.NxqdManager
The constant NXQD_PORT specifies the default port in case it is not specified in the URI.
NXQD_ROOT - Static variable in class net.sf.nxqd.xmldb.NxqdDatabase
 
NxqdBinaryResource - Class in net.sf.nxqd.xmldb
 
NxqdBinaryResource(Collection, String, String) - Constructor for class net.sf.nxqd.xmldb.NxqdBinaryResource
The a new NxqdBinaryResource constructor creates a new instance of NxqdBinaryResource.
NxqdBlobValue - Class in net.sf.nxqd
 
NxqdBlobValue(byte[]) - Constructor for class net.sf.nxqd.NxqdBlobValue
 
NxqdCollection - Class in net.sf.nxqd.xmldb
 
NxqdCollectionManagementService - Class in net.sf.nxqd.xmldb
 
NxqdConsumer - Class in net.sf.nxqd
The class NxqdConsumer is a utility class for all classes needing to cimmunicate using the NxqdClient.
NxqdConsumer() - Constructor for class net.sf.nxqd.NxqdConsumer
 
NxqdConsumer(NxqdManager) - Constructor for class net.sf.nxqd.NxqdConsumer
 
NxqdContainer - Class in net.sf.nxqd
The class NxqdContainer is the for interacting with Nxqd containers, such as adding or deleting documents.
NxqdContainerEvent - Class in net.sf.nxqd.event
 
NxqdContainerEvent() - Constructor for class net.sf.nxqd.event.NxqdContainerEvent
 
NxqdContainerEventListener - Interface in net.sf.nxqd.event
 
NxqdDatabase - Class in net.sf.nxqd.xmldb
The class NxqdDatabase is the Xml:DB driver for communicating with the Nxqd Apache module.
NxqdDatabase() - Constructor for class net.sf.nxqd.xmldb.NxqdDatabase
The a new NxqdDatabase constructor creates a new instance of this driver.
NxqdEvent - Class in net.sf.nxqd.event
 
NxqdEvent() - Constructor for class net.sf.nxqd.event.NxqdEvent
 
NxqdEventListener - Interface in net.sf.nxqd.event
 
NxqdException - Exception in net.sf.nxqd
The class NxqdException is the encapsulating exception for exceptions thrown by this package.
NxqdException(String) - Constructor for exception net.sf.nxqd.NxqdException
Create a new NxqdException instance.
NxqdException(Exception) - Constructor for exception net.sf.nxqd.NxqdException
Create a new NxqdException instance.
NxqdManager - Class in net.sf.nxqd
The class NxqdManager is the main class for communicating with the Nxqd Apache module.
NxqdManager(String) - Constructor for class net.sf.nxqd.NxqdManager
Creates a new NxqdManager instance which will connect to the specified host on the default port.
NxqdManager(String, String) - Constructor for class net.sf.nxqd.NxqdManager
The a new NxqdManager constructor creates a new instance of this driver.
NxqdManagerEvent - Class in net.sf.nxqd.event
 
NxqdManagerEvent() - Constructor for class net.sf.nxqd.event.NxqdManagerEvent
 
NxqdManagerEventListener - Interface in net.sf.nxqd.event
 
NxqdModify - Class in net.sf.nxqd
The class NxqdModify is the context within which a set of one or more documents specified by an XQuery query can be modified in place.
NxqdQueryExpression - Class in net.sf.nxqd
Describe class NxqdQueryExpression here.
NxqdResults - Class in net.sf.nxqd
 
NxqdService - Class in net.sf.nxqd.xmldb
The class NxqdService is an abstract class from which all Xml:DB services are derived.
NxqdService(String, String) - Constructor for class net.sf.nxqd.xmldb.NxqdService
 
NxqdUtils - Class in net.sf.nxqd.common
The class Utils is n abstract class to centralise common uility methods for use by all the classes.
NxqdUtils() - Constructor for class net.sf.nxqd.common.NxqdUtils
 
NxqdValue - Class in net.sf.nxqd
 
NxqdXMLResource - Class in net.sf.nxqd.xmldb
 
NxqdXMLResource(Collection, String, String) - Constructor for class net.sf.nxqd.xmldb.NxqdXMLResource
The a new NxqdXMLResource constructor creates a new instance of NxqdXMLResource.
NxqdXMLValue - Class in net.sf.nxqd
 
NxqdXMLValue(Document) - Constructor for class net.sf.nxqd.NxqdXMLValue
 
NxqdXMLValue(String) - Constructor for class net.sf.nxqd.NxqdXMLValue
 
NxqdXPathQueryService - Class in net.sf.nxqd.xmldb
The class NxqdXPathQueryService is an implemenation of org.xmldb.api.modules.XPathQueryService.
NxqdXPathQueryService(NxqdCollection) - Constructor for class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
NxqdXUpdateQueryService - Class in net.sf.nxqd.xmldb
The class NxqdXUpdateQueryService is an implemenation of org.xmldb.api.modules.XUpdateQueryService.
NxqdXUpdateQueryService() - Constructor for class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
 

P

parseHost(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
The parseHost method will extract the host value from the uri parameter.
parsePort(String) - Static method in class net.sf.nxqd.xmldb.NxqdDatabase
The parseHost method will extract the port value from the uri parameter.
peek() - Method in class net.sf.nxqd.NxqdResults
Returns the current element in the results set without moving the internal iterator.
prepare(String) - Method in class net.sf.nxqd.NxqdManager
Describe prepare method here.
previous() - Method in class net.sf.nxqd.NxqdResults
Retrieves the previous value in the result set.
putBlob(String, NxqdBlobValue) - Method in class net.sf.nxqd.NxqdContainer
The putBlob method stores the specified blob object as a binary resources in the database under the specified id.
putDocument(String, NxqdXMLValue) - Method in class net.sf.nxqd.NxqdContainer
The putDocument method adds the document to this container using the specified documentId.

Q

query(String) - Method in class net.sf.nxqd.NxqdManager
The query method executes the specified queryExpression on this database.
query(String, Map) - Method in class net.sf.nxqd.NxqdManager
The query method executes the specified queryExpression on this database.
query(String) - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
queryCollection(String, NxqdCollection, Map, ResourceSet, boolean) - Static method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
queryResource(String, String) - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 

R

removeCollection(String) - Method in class net.sf.nxqd.xmldb.NxqdCollectionManagementService
 
removeNamespace(String) - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
removeNxqdContainerEventListener(NxqdContainerEventListener) - Method in class net.sf.nxqd.NxqdManager
 
removeNxqdManagerEventListener(NxqdManagerEventListener) - Method in class net.sf.nxqd.NxqdManager
 
removeProperty(String) - Method in class net.sf.nxqd.xmldb.NxqdService
 
removeResource(Resource) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 
renameContainer(String, String) - Method in class net.sf.nxqd.NxqdManager
The renameContainer method creates the specified container A NxqdException is thrown if the container already exists.
reset() - Method in class net.sf.nxqd.NxqdResults
If a query was processed with eager evaluation, a call to this method resets the result set iterator, so that a subsequent call to next() method will return the first value in the result set.
RESOURCE_CREATED - Static variable in class net.sf.nxqd.event.NxqdContainerEvent
 
RESOURCE_DELETED - Static variable in class net.sf.nxqd.event.NxqdContainerEvent
 
RESOURCE_UPDATED - Static variable in class net.sf.nxqd.event.NxqdContainerEvent
 

S

setBlob(byte[]) - Method in class net.sf.nxqd.NxqdBlobValue
 
setCollection(Collection) - Method in class net.sf.nxqd.xmldb.NxqdService
 
setContainerEventPeriod(long) - Method in class net.sf.nxqd.NxqdManager
The setContainerEventPeriod method sets the polling period for retrieving the container event queue from the server.
setContent(Object) - Method in class net.sf.nxqd.xmldb.NxqdBinaryResource
 
setContentAsDOM(Node) - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
setContentAsSAX() - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
setDetail(String) - Method in class net.sf.nxqd.event.NxqdEvent
 
setManagerEventPeriod(long) - Method in class net.sf.nxqd.NxqdManager
The setManagerEventPeriod method sets the polling period for retrieving the manager event queue from the server.
setNamespace(String, String) - Method in class net.sf.nxqd.xmldb.NxqdXPathQueryService
 
setNxqdManager(NxqdManager) - Method in class net.sf.nxqd.NxqdConsumer
 
setProperty(String, String) - Method in class net.sf.nxqd.xmldb.NxqdDatabase
 
setProperty(String, String) - Method in class net.sf.nxqd.xmldb.NxqdService
 
setSAXFeature(String, boolean) - Method in class net.sf.nxqd.xmldb.NxqdXMLResource
 
setValue(Object) - Method in class net.sf.nxqd.NxqdValue
 
size() - Method in class net.sf.nxqd.NxqdResults
If a query was processed with eager evaluation, a call to this method returns the number of values in the result set.
storeResource(Resource) - Method in class net.sf.nxqd.xmldb.NxqdCollection
 

U

update(String) - Method in class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
 
updateResource(String, String) - Method in class net.sf.nxqd.xmldb.NxqdXUpdateQueryService
 

V

VERSION - Static variable in class net.sf.nxqd.xmldb.NxqdService
 

X

XPathQueryServiceTag - Static variable in class net.sf.nxqd.xmldb.NxqdCollection
 
XQueryServiceTag - Static variable in class net.sf.nxqd.xmldb.NxqdCollection
 
XUpdateQueryServiceTag - Static variable in class net.sf.nxqd.xmldb.NxqdCollection
 

A B C D E G H I K L N P Q R S U V X

Copyright © 2005-2006 nxqd. All Rights Reserved.