XmlContainer::addAlias

API Ref

#include <DbXml.hpp>

bool addAlias(const std::string &alias)


Description: XmlContainer::addAlias

The XmlContainer::addAlias method adds a new name alias to the list maintained by the containing XmlManager. The new alias can then be used as a parameter to the collection() function in an XQuery expression. Returns true if the alias is successfully added. If the alias is already used by the containing XmlManager object, false is returned.

Parameters

alias
The new alias to be added.

APIRef

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