Implemented |
C++ Handle Methods |
Description |
|
Get the release number. |
|
|
Set the logging category. |
|
|
Set the logging level. |
|
OK |
An XmlContainer. |
|
OK |
Adds a alias for the container name. |
|
|
Add a default index to the container. |
|
OK |
Adds an index specification. |
|
OK |
Delete the container's default index. |
|
OK |
Delete a document from the container. |
|
OK |
Delete the specified index. |
|
OK |
Get all documents in the container. |
|
OK |
Get the container's type. |
|
OK |
Get the specified document. |
|
OK |
Get the flags used to open the container. |
|
OK |
Return true if indexing nodes. |
|
OK |
Get the index specification. |
|
|
Get the XmlManager object for this container. |
|
OK |
Get the container's name. |
|
OK |
Get the specified node. |
|
OK |
Get the number of documents in the container. |
|
OK |
Return database page size. |
|
|
Return all the documents matching a specified index. |
|
|
Return an XmlStatistics object for a specified index. |
|
|
Add a document to the container using XmlEventWriter. |
|
OK |
Add a document to the container. |
|
OK |
Remove a named alias for the container. |
|
OK |
Replace the container's default index. |
|
OK |
Replace an index of a specified type. |
|
OK |
Set the index specification. |
|
OK |
Flush container database state to disk. |
|
OK |
Update an existing XmlDocument |
|
OK |
An XmlDocument. |
|
OK |
Retrieve all document content and metadata. |
|
OK |
Retrieve content. |
|
|
Retrieve content as an XmlEventReader. |
|
|
Retrieve content into an XmlEventWriter. |
|
|
Retrieve content as an input stream. |
|
|
Retrieve a single metadata value. |
|
|
Get an XmlMetaDataIterator. |
|
OK |
Get the document's name. |
|
|
Removes a single metadata value. |
|
|
Set the document's content from an XmlEventReader. |
|
|
Set the document's content from an input stream. |
|
|
Set the document's content. |
|
|
Set a metadata value for the document. |
|
OK |
Set the document's name. |
|
|
Read XML events. |
|
|
Release resources for reader. |
|
|
Return the number of attributes for an element event. |
|
|
Get attribute's local name. |
|
|
Get attribute's namespace URI. |
|
|
Get attribute's namespace prefix. |
|
|
Get attribute's value. |
|
|
Check if the encoding is explicitly set. |
|
|
Return the encoding of the document. |
|
|
Return the System ID for for the document. |
|
|
Return the XML version string for the document. |
|
|
Check if document is standalone XML. |
|
|
Check if the standalone attribute is set. |
|
|
Return the type of the current event. |
|
|
Return the name of the current element event. |
|
|
Return the namespace URI of the current element event. |
|
|
Return the namespace prefix for the current element event. |
|
|
Return the value of the current event. |
|
|
Check if object will return empty element state. |
|
|
Check if object has information about entities. |
|
|
Check if there are more events. |
|
|
Check if an attribute is specified. |
|
|
Check current element is empty. |
|
|
Check if current text value is white space. |
|
|
Check if text or attribute value needs escaping. |
|
|
Move to the next StartElement or EndElement event. |
|
|
Move to the next event. |
|
|
Get whether to expand entities. |
|
|
Set whether to expand entities. |
|
|
Get whether to report entity information. |
|
|
Set whether to report entity information. |
|
|
Convert XmlEventReader to XmlEventWriter |
|
|
Begin processing events. |
|
|
Write XML events. |
|
|
Release resources for the writer. |
|
|
Write an attribute. |
|
|
Write a DTD or reference. |
|
|
Write an EndDocument event. |
|
|
Write an EndElement event. |
|
|
Write an EndEntity event. |
|
|
Write a ProcessingInstruction. |
|
|
Write a StartDocument event. |
|
|
Write a StartElement event. |
|
|
Write a StartEntityReference event. |
|
|
Write a Text event. |
|
OK |
BDB XML exceptions. |
|
NO |
Get DB error number. |
|
OK |
Get ExceptionCode. |
|
OK |
Get column for query error. |
|
OK |
Get file for query error. |
|
OK |
Get line for query error. |
|
OK |
Get error string. |
|
|
An XmlIndexLookup. |
|
|
Execute the index lookup operation. |
|
|
Set the target container for the lookup. |
|
|
Set the high bound for a range lookup. |
|
|
Set the index to be used for the lookup. |
|
|
Set the lower bound for the lookup. |
|
|
Set the target node name for the lookup. |
|
|
Set the parent node for edge index lookups. |
|
OK |
An XmlIndexSpecification. |
|
OK |
Add a default index. |
|
OK |
Add an index |
|
OK |
Delete the index from the default specification. |
|
OK |
Delete an index. |
|
OK |
Find the index for a specific node. |
|
OK |
Get the default index. |
|
OK |
Get the next index in the index specification. |
|
OK |
Replace the default index. |
|
OK |
Replace the index for a node. |
|
OK |
Reset the index iterator. |
|
|
An XmlInputStream |
|
|
Return the current position in the stream. |
|
|
Read bytes from the stream. |
|
OK |
An XmlManager. |
|
OK |
Compact the databases comprising the container. |
|
OK |
Create an XmlContainer |
|
OK |
Instantiate an XmlDocument object. |
|
|
Instantiate an XmlIndexLookup object. |
|
|
Create an input stream to a file on disk. |
|
|
Create an input stream to a memory buffer. |
|
OK |
Instantiate an XmlModify object. |
|
OK |
Instantiate an XmlQueryContext object. |
|
OK |
Instantiate an empty XmlResults object. |
|
|
Create an input stream to the console. |
|
OK |
Instantiate an XmlTransaction object. |
|
|
Create an input stream to the specified URL. |
|
OK |
Instantiate an XmlUpdateContext object. |
|
|
Dump the container. |
|
OK |
Determine if container exists. |
|
|
Get the database environment. |
|
OK |
Get the flags used to open the manager. |
|
OK |
Get the environment home directory. |
|
OK |
Get the implicit timezone used for queries. |
|
|
Load the container. |
|
OK |
Open an already existing XmlContainer. |
|
OK |
Get an XmlQueryExpression object. |
|
OK |
Execute a query. |
|
|
The XmlResolver that implements file resolution policy. |
|
OK |
Reindex the container. |
|
OK |
Delete the container. |
|
OK |
Rename the container. |
|
OK |
Set the default flags. |
|
OK |
Set the default container type. |
|
OK |
Set the underlying database page size. |
|
OK |
Set the sequence number generation cache size. |
|
OK |
Set the implicit timezone used for queries. |
|
|
Truncate the container. |
|
|
Upgrade the container. |
|
|
Verify the container. |
|
|
A metadata iterator. |
|
|
Retrieve the next metadata item. |
|
|
Retrieve the first metadata item. |
|
OK |
A document modification class. |
|
OK |
Append content to the targeted nodes. |
|
OK |
Insert after a targeted node. |
|
OK |
Insert before a targeted node. |
|
OK |
Remove a node. |
|
OK |
Rename the targeted node. |
|
OK |
Replace the targeted node's content. |
|
OK |
Execute the modifications. |
|
|
Sets a new document encoding. |
|
OK |
An XQuery query context |
|
OK |
Remove all namespaces. |
|
OK |
Get the return type. |
|
OK |
Interrupt a running query. |
|
OK |
Remove the specified namespace. |
|
OK |
Gets the Base URI. |
|
OK |
Sets the Base URI. |
|
OK |
Set default collection for fn:collection(). |
|
OK |
Get the evaluation type. |
|
OK |
Set the evaluation type. |
|
OK |
Retrieve a namespace URI. |
|
OK |
Add a namespace. |
|
OK |
Get query timeout value. |
|
OK |
Set query timeout value. |
|
OK |
Set the return type. |
|
OK |
Return the variable's value. |
|
OK |
Set an external XQuery variable. |
|
OK |
An XmlQueryExpression. |
|
OK |
Evaluate the query. |
|
OK |
Return the query as a string. |
|
OK |
Returns true if the query is an updating expression. |
|
|
Base class for file resolution policy. |
|
|
Resolve URI to an XmlResults. |
|
|
Resolve URI to an XmlValue. |
|
|
Resolve an entity to an XmlInputStream. |
|
|
Resolve an XQuery module namespace to locations. |
|
|
Resolve an XQuery module reference. |
|
|
Resolve schema to an XmlInputStream. |
|
OK |
Query results. |
|
OK |
Adds an XmlValue to the end of the result set. |
|
OK |
Returns the evaluation type of the result set. |
|
OK |
Is there another value in the results set. |
|
OK |
Is there a previous value in the results set. |
|
OK |
Retrieve the next element in the results set. |
|
OK |
Retrieve current value with no iterator movement. |
|
OK |
Retrieve the previous element in the result set. |
|
OK |
The iterator is placed at the beginning of the result set. |
|
OK |
Returns the number of elements in the result set. |
|
|
Encapsulates index statistics. |
|
|
The total number of index keys. |
|
|
The number of unique index keys. |
|
OK |
Transaction object. |
|
OK |
Abort a transaction. |
|
OK |
Commit a transaction. |
|
OK |
Create a child transaction. |
|
NO |
Get the underlying DbTxn object. |
|
OK |
An XmlUpdateContext |
|
OK |
A single result value. |
|
OK |
Return value as a boolean. |
|
OK |
Return value as XmlDocument. |
|
|
Return value as XmlEventReader. |
|
OK |
Return value as a double. |
|
OK |
Return value as a string. |
|
OK |
Compare two XmlValue objects. |
|
OK |
Get the node's attributes. |
|
OK |
Get the node's first child. |
|
OK |
Get the node's last child. |
|
OK |
Get the node's local name. |
|
OK |
Get the node's namespace URI. |
|
OK |
Get the node's next sibling node. |
|
OK |
Return a string node handle for the value. |
|
OK |
Get the name of the node value. |
|
OK |
Get the node type of the node. |
|
OK |
Get the value of the node. |
|
OK |
Get the node's owner element. |
|
OK |
Get the node's parent node. |
|
OK |
Get the node's namespace prefix. |
|
OK |
Get the node's previous sibling node. |
|
OK |
Get the name of the type. |
|
OK |
Get the URI for the type. |
|
OK |
Get the type enumeration of the value. |
|
OK |
Check if value is binary. |
|
OK |
Check if value is a boolean. |
|
OK |
Check if value is node. |
|
OK |
Check if the value is initialized. |
|
OK |
Check if value is a number . |
|
OK |
Check if value is a string . |
|
OK |
Check type of value. |
|
OK |
Compare two XmlValue objects. |
Copyright (c) 1996,2007 Oracle. All rights reserved.