XmlIndexLookup::setNode

API Ref

#include <DbXml.hpp>

void XmlIndexLookup::setNode(const std::string &uri, const std::string &name)

const std::string &XmlIndexLookup::getNodeURI() const

const std::string &XmlIndexLookup::getNodeName() const


Description: XmlIndexLookup::setNode

Sets the name of the node to be used along with the indexing strategy for the index lookup operation.

Parameters

uri
The namespace of the node to be used. The default namespace is selected by passing an empty string for the namespace.
name
The name of the element or attribute node to be used.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.