XmlIndexLookup::setNode

#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

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.

Class

XmlIndexLookup

See Also

XmlIndexLookup Methods