Berkeley DbXML
version 1.2.1
A B C D E F G I L M N O P Q R S T U V X

A

Append - Static variable in class com.sleepycat.dbxml.XmlModify
Add new XML content as a child node of the target.
Attribute - Static variable in class com.sleepycat.dbxml.XmlModify
New content is an attribute.
add(XmlValue) - Method in class com.sleepycat.dbxml.XmlResults
 
addIndex(DbTxn, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.addindex method adds an index of the specified type for the named document node.
addIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.addIndex method adds indexing strategies for a named document node.
asBoolean(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
 
asDocument(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
 
asNumber(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
 
asString(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
 

B

BINARY - Static variable in class com.sleepycat.dbxml.XmlValue
BOOLEAN - Static variable in class com.sleepycat.dbxml.XmlValue

C

CATEGORY_ALL - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_CONTAINER - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_DICTIONARY - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_INDEXER - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_NONE - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_OPTIMIZER - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CATEGORY_QUERY - Static variable in class com.sleepycat.dbxml.XmlContainer
 
CONTAINER_CLOSED - Static variable in class com.sleepycat.dbxml.XmlException
CONTAINER_EXISTS - Static variable in class com.sleepycat.dbxml.XmlException
CONTAINER_NOT_EMPTY - Static variable in class com.sleepycat.dbxml.XmlException
CONTAINER_OPEN - Static variable in class com.sleepycat.dbxml.XmlException
CandidateDocuments - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Return documents that may match the query expression.
Comment - Static variable in class com.sleepycat.dbxml.XmlModify
New content is a comment.
clearNamespaces() - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.clearNamespaces method removes all current namespace prefix to URI mappings from the query context.
close(int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.close method closes the container.
com.sleepycat.dbxml - package com.sleepycat.dbxml
Java interface to Berkeley DB XML.

D

DATABASE_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
DOCUMENT - Static variable in class com.sleepycat.dbxml.XmlValue
DOCUMENT_NOT_FOUND - Static variable in class com.sleepycat.dbxml.XmlException
DOM_PARSER_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
delete() - Method in class com.sleepycat.dbxml.XmlContainer
 
delete() - Method in class com.sleepycat.dbxml.XmlDocument
 
delete() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
 
delete() - Method in class com.sleepycat.dbxml.XmlModify
 
delete() - Method in class com.sleepycat.dbxml.XmlQueryContext
 
delete() - Method in class com.sleepycat.dbxml.XmlQueryExpression
 
delete() - Method in class com.sleepycat.dbxml.XmlResults
 
delete() - Method in class com.sleepycat.dbxml.XmlUpdateContext
 
delete() - Method in class com.sleepycat.dbxml.XmlValue
 
deleteDocument(DbTxn, int, XmlUpdateContext, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.deleteDocument method removes the specified XmlDocument from the XmlContainer.
deleteDocument(DbTxn, XmlDocument, XmlUpdateContext, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.deleteDocument method removes the specified XmlDocument from the XmlContainer.
deleteIndex(DbTxn, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.deleteindex method deletes an index of the specified type for the named document node.
deleteIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.deleteIndex method deletes indexing strategies for a named document node.
dump(String, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.dump method dumps the container contents to the specified output stream.

E

Eager - Static variable in class com.sleepycat.dbxml.XmlQueryContext
The query is executed and its resultant values are derived and stored in-memory before a call to XmlContainer.queryWithXPath returns.
Element - Static variable in class com.sleepycat.dbxml.XmlModify
New content is an element.
equals(XmlValue, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
The equals() method determines if two XmlValue objects represent the same value.
exists(DbTxn) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.exists method tests if a container exists.

F

find(String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.find method returns the indexing strategies for a named document node.

G

getContainer() - Method in class com.sleepycat.dbxml.XmlQueryExpression
 
getContent() - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.getContent method returns a pointer to the document content.
getContentAsString() - Method in class com.sleepycat.dbxml.XmlDocument
The getContentAsString() method copies the content of the document into a string .
getDbError() - Method in class com.sleepycat.dbxml.XmlException
 
getDocument(DbTxn, int, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.getDocument method returns the XmlDocument corresponding to the specified document ID.
getErrorCode() - Method in class com.sleepycat.dbxml.XmlException
 
getEvaluationType() - Method in class com.sleepycat.dbxml.XmlQueryContext
Discover the evaluation type defined for this XmlQueryContext.
getID() - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.getID method returns the XmlDocument ID.
getIndexSpecification(DbTxn) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.getIndexSpecification method retrieves the current indexing specification for the container.
getMetaData(String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.getMetaData method returns the value of the specified metadata attribute.
getName() - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.getName method returns the name of the XmlContainer.
getName() - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.getName method returns the XmlDocument name.
getNamespace(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.getNamespace method returns the namespace URI for the specified prefix.
getNumModifications() - Method in class com.sleepycat.dbxml.XmlModify
The XmlModify.getNumModifications method returns the number of modification operations performed by a call to either XmlContainer.modifyDocument or XmlDocument.modifyDocument.
getQueryContext() - Method in class com.sleepycat.dbxml.XmlQueryExpression
 
getReturnType() - Method in class com.sleepycat.dbxml.XmlQueryContext
Discover the return type defined for this XmlQueryContext.
getType(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
 
getVariableValue(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.getVariableValue method returns the value that is bound to the specified variable.
getWithMetaData() - Method in class com.sleepycat.dbxml.XmlQueryContext
Discover whether or not document metadata will be materialised before the query is performed.
getXPathQuery() - Method in class com.sleepycat.dbxml.XmlQueryExpression
 
get_version_major() - Static method in class com.sleepycat.dbxml.XmlContainer
 
get_version_minor() - Static method in class com.sleepycat.dbxml.XmlContainer
 
get_version_patch() - Static method in class com.sleepycat.dbxml.XmlContainer
 
get_version_string() - Static method in class com.sleepycat.dbxml.XmlContainer
 

I

INDEXER_PARSER_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
INTERNAL_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
INVALID_VALUE - Static variable in class com.sleepycat.dbxml.XmlException
InsertAfter - Static variable in class com.sleepycat.dbxml.XmlModify
Insert new XML content as a sibling node after the target node.
InsertBefore - Static variable in class com.sleepycat.dbxml.XmlModify
Insert new XML content as a sibling node before the target node.
index - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
 
isBoolean(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type Boolean.
isDocument(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type Node.
isNode(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type Node.
isNull() - Method in class com.sleepycat.dbxml.XmlValue
 
isNumber(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type Number.
isOpen() - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.isOpen method tests if a container is open.
isString(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type String.
isVariable(XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlValue
Test if the XmlValue is of type Node.

L

LAZY_EVALUATION - Static variable in class com.sleepycat.dbxml.XmlException
LEVEL_ALL - Static variable in class com.sleepycat.dbxml.XmlContainer
 
LEVEL_DEBUG - Static variable in class com.sleepycat.dbxml.XmlContainer
 
LEVEL_ERROR - Static variable in class com.sleepycat.dbxml.XmlContainer
 
LEVEL_INFO - Static variable in class com.sleepycat.dbxml.XmlContainer
 
LEVEL_NONE - Static variable in class com.sleepycat.dbxml.XmlContainer
 
LEVEL_WARNING - Static variable in class com.sleepycat.dbxml.XmlContainer
 
Lazy - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Minimal processing is performed before XmlContainer.queryWithXPath returns, and the remaining processing is deferred until the result set is enumerated.
load(String, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.load methods loads data from the specified stream into the container.

M

metaDataName_content - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataName_default - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataName_id - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataName_name - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataNamespace_prefix - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataNamespace_prefix_debug - Static variable in class com.sleepycat.dbxml.XmlContainer
 
metaDataNamespace_uri - Static variable in class com.sleepycat.dbxml.XmlContainer
 
modifyDocument(DbTxn, XmlModify, XmlUpdateContext, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.modifyDocument method performs in-place modification of all XmlDocuments in the XmlContainer according to the state of the XmlModify object, which contains an XPath expression to target document nodes, as well as specification of the modifications to perform.
modifyDocument(XmlModify) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.modifyDocument method modifies the XmlDocument contents based on the information contained in the XmlModify object.

N

NODE - Static variable in class com.sleepycat.dbxml.XmlValue
NONE - Static variable in class com.sleepycat.dbxml.XmlValue
NO_VARIABLE_BINDING - Static variable in class com.sleepycat.dbxml.XmlException
NUMBER - Static variable in class com.sleepycat.dbxml.XmlValue
None - Static variable in class com.sleepycat.dbxml.XmlModify
This enumeration is offered as a convenience to be used when the type argument is not used.
name - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
 
next() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.reset and XmlIndexSpecification.next methods comprise the iteration interface.
next() - Method in class com.sleepycat.dbxml.XmlResults
The XmlResults.next method retrieves the next value in the result set.
next(XmlDocument) - Method in class com.sleepycat.dbxml.XmlResults
 
next(XmlDocument, XmlValue) - Method in class com.sleepycat.dbxml.XmlResults
 
next(DbTxn) - Method in class com.sleepycat.dbxml.XmlResults
 
nextDocument(DbTxn, XmlDocument) - Method in class com.sleepycat.dbxml.XmlResults
 
nextDocumentAndValue(DbTxn, XmlDocument, XmlValue) - Method in class com.sleepycat.dbxml.XmlResults
 

O

open(DbTxn, int, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.open method opens the XmlContainer for reading and writing.

P

ProcessingInstruction - Static variable in class com.sleepycat.dbxml.XmlModify
New content is a processing instruction.
parseXPathExpression(DbTxn, String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.parseXPathExpression returns a pre-parsed XPath expression, which can be used with the XmlContainer.queryWithXPath method.
putDocument(DbTxn, XmlDocument, XmlUpdateContext, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.putDocument method inserts a XmlDocument into the container, and returns the system-assigned document ID, as a 32-bit unsigned integral value.

Q

queryWithXPath(DbTxn, String, XmlQueryContext, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results.
queryWithXPath(DbTxn, XmlQueryExpression, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.queryWithXPath method executes an XPath expression against the XmlContainer, and returns the results.
queryWithXPath(String, XmlQueryContext) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results.
queryWithXPath(XmlQueryExpression) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.queryWithXPath method executes an XPath expression against the XmlDocument, and returns the results.

R

Remove - Static variable in class com.sleepycat.dbxml.XmlModify
Remove the target node.
Rename - Static variable in class com.sleepycat.dbxml.XmlModify
Rename the target node.
ResultDocuments - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Return documents that match the XPath expression.
ResultDocumentsAndValues - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Return both the nodes from the documents that match the query expression, and the matching documents.
ResultValues - Static variable in class com.sleepycat.dbxml.XmlQueryContext
Return nodes from the documents that match the XPath expression.
remove(DbTxn, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.remove method removes the underlying file for the container from the file system.
removeNamespace(String) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.removeNamespace method removes the namespace prefix to URI mapping for the specified prefix.
rename(DbTxn, String, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.rename method renames the container's underlying file.
replaceIndex(DbTxn, String, String, String) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.replaceindex method replaces an index of the specified type for the named document node.
replaceIndex(String, String, String) - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.replaceIndex method replaces the indexing strategies for a named document node.
reset() - Method in class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification.reset and XmlIndexSpecification.next methods comprise the iteration interface.
reset() - Method in class com.sleepycat.dbxml.XmlResults
If a query was processed with eager evaluation, a call to the XmlResults.reset method resets the result set iterator, so that a subsequent call to XmlResults.next method will return the first value in the result set.

S

STRING - Static variable in class com.sleepycat.dbxml.XmlValue
setContent(byte[]) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.setContent method sets the XmlDocument content.
setContent(String) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.setContent method sets the XmlDocument content.
setEvaluationType(int) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.setEvaluationType method allows the application to set the query evaluation type to "eager" or "lazy".
setIndexSpecification(DbTxn, XmlIndexSpecification) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.setIndexSpecification method defines the type of indexing to be maintained for a container of documents.
setLogCategory(int, boolean) - Static method in class com.sleepycat.dbxml.XmlContainer
Berkeley DB XML can be configured to generate a stream of messages to help application debugging.
setLogLevel(int, boolean) - Static method in class com.sleepycat.dbxml.XmlContainer
Berkeley DB XML can be configured to generate a stream of messages to help application debugging.
setMetaData(String, String, String, XmlValue) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.setMetaData method sets the value of the specified metadata attribute.
setName(String) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.setName method sets the name of the XmlContainer.
setName(String) - Method in class com.sleepycat.dbxml.XmlDocument
The XmlDocument.setName method sets the name of the document.
setNamespace(String, String) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.setNamespace method maps the specified URI to the specified namespace prefix.
setNewEncoding(String) - Method in class com.sleepycat.dbxml.XmlModify
The XmlModify.setNewEncoding method sets a new character encoding to be used for documents modified by calls to XmlContainer.modifyDocument or XmlDocument.modifyDocument.
setPageSize(int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.setPageSize method sets the size of the pages used to store documents in the database.
setReturnType(int) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.setReturnType method allows the application to define whether the query should return documents, or values, or both.
setVariableValue(String, XmlValue) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.setVariableValue method binds the specified value to the specified variable.
setWithMetaData(boolean) - Method in class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext.setWithMetaData method allows the application to define whether the document metadata should be materialised as attributes of the root node before a query is performed.
size() - Method in class com.sleepycat.dbxml.XmlResults
If a query was processed with eager evaluation, a call to the XmlResults.size method returns the number of values in the result set.

T

Text - Static variable in class com.sleepycat.dbxml.XmlModify
New content is text.
toString() - Method in class com.sleepycat.dbxml.XmlException
 

U

UNKNOWN_INDEX - Static variable in class com.sleepycat.dbxml.XmlException
UNSUPPORTED_ENCODING - Static variable in class com.sleepycat.dbxml.XmlException
Update - Static variable in class com.sleepycat.dbxml.XmlModify
Modifies text content of the target node.
updateDocument(DbTxn, XmlDocument, XmlUpdateContext) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.updateDocument method updates a XmlDocument in the container.
upgrade(int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.upgrade method upgrades the container from a previous version of Berkeley DB XML, or Berkeley DB, to the current version.
uri - Variable in class com.sleepycat.dbxml.XmlIndexDeclaration
 

V

VARIABLE - Static variable in class com.sleepycat.dbxml.XmlValue
verify(String, int) - Method in class com.sleepycat.dbxml.XmlContainer
The XmlContainer.verify method checks that the container data files are not corrupt, and optionally writes the salvaged container data to the specified output stream.

X

XPATH_EVALUATION_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
XPATH_PARSER_ERROR - Static variable in class com.sleepycat.dbxml.XmlException
XmlContainer - class com.sleepycat.dbxml.XmlContainer.
The XmlContainer class encapsulates a document container and its related indices and statistics.
XmlContainer(DbEnv, String, int) - Constructor for class com.sleepycat.dbxml.XmlContainer
The XmlContainer constructor creates a new XmlContainer handle within the given environment (if any), and sets the container's name.
XmlDocument - class com.sleepycat.dbxml.XmlDocument.
An XmlDocument is the unit of storage within an XmlContainer.
XmlDocument() - Constructor for class com.sleepycat.dbxml.XmlDocument
 
XmlException - exception com.sleepycat.dbxml.XmlException.
The XmlException class represents an error condition that has occurred within the Berkeley DB XML system.
XmlException(int, String, int) - Constructor for class com.sleepycat.dbxml.XmlException
 
XmlIndexDeclaration - class com.sleepycat.dbxml.XmlIndexDeclaration.
 
XmlIndexDeclaration(String, String, String) - Constructor for class com.sleepycat.dbxml.XmlIndexDeclaration
 
XmlIndexSpecification - class com.sleepycat.dbxml.XmlIndexSpecification.
 
XmlIndexSpecification() - Constructor for class com.sleepycat.dbxml.XmlIndexSpecification
The XmlIndexSpecification class encapsulates the indexing specification of a container.
XmlModify - class com.sleepycat.dbxml.XmlModify.
The XmlModify class encapsulates the context within which a set of documents specified by an XPath query can be modified in place.
XmlModify(String, int, int, String, String, int, XmlQueryContext) - Constructor for class com.sleepycat.dbxml.XmlModify
 
XmlModify(XmlQueryExpression, int, int, String, String, int) - Constructor for class com.sleepycat.dbxml.XmlModify
 
XmlQueryContext - class com.sleepycat.dbxml.XmlQueryContext.
 
XmlQueryContext(int, int) - Constructor for class com.sleepycat.dbxml.XmlQueryContext
The XmlQueryContext class encapsulates the context within which a query is performed against an XmlContainer.
XmlQueryExpression - class com.sleepycat.dbxml.XmlQueryExpression.
An XmlQueryExpression represents a parsed XPath expression, and is created by a call to the XmlContainer.parseXPathExpression method.
XmlQueryExpression(XmlContainer, XmlQueryContext) - Constructor for class com.sleepycat.dbxml.XmlQueryExpression
 
XmlResults - class com.sleepycat.dbxml.XmlResults.
The XmlResults class encapsulates the results of a query that has been executed against an XmlContainer.
XmlResults(XmlQueryContext, DbTxn) - Constructor for class com.sleepycat.dbxml.XmlResults
 
XmlUpdateContext - class com.sleepycat.dbxml.XmlUpdateContext.
 
XmlUpdateContext(XmlContainer) - Constructor for class com.sleepycat.dbxml.XmlUpdateContext
The XmlUpdateContext class encapsulates the context within which update operations are performed against an XmlContainer.
XmlValue - class com.sleepycat.dbxml.XmlValue.
The XmlValue class encapsulates the value of a node in an XML document.
XmlValue() - Constructor for class com.sleepycat.dbxml.XmlValue
 
XmlValue(XmlDocument) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct an XmlValue object of value type Document.
XmlValue(double) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct an XmlValue object of value type Number.
XmlValue(String) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct an XmlValue object of value type String.
XmlValue(boolean) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct an XmlValue object of value type Boolean.
XmlValue(int, String) - Constructor for class com.sleepycat.dbxml.XmlValue
Construct an XmlValue object of the value type provided, converting the string value to the specified type.

A B C D E F G I L M N O P Q R S T U V X
Berkeley DbXML
version 1.2.1

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.