XmlIndexLookup::setParent

#include <DbXml.hpp>

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

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

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

Sets the name of the parent node to be used for an edge index lookup operation. If the index is not an edge index, this configuration is ignored.

Parameters

uri

The namespace of the parent node to be used. The default namespace is selected by passing an empty string for the namespace.

name

The name of the parent element node to be used.

Class

XmlIndexLookup

See Also

XmlIndexLookup Methods