XmlModify::addRemoveStep

API Ref

#include <DbXml.hpp>

void XmlModify::addRemoveStep(const XmlQueryExpression &selectionExpr)


Description: XmlModify::addRemoveStep

Removes the node targeted by the selection expression. If the operation's target is the document root node an exception is thrown at modification execution time.

Parameters

selectionExpr
Provides the XQuery expression used to target the node to be removed. Use XmlManager::prepare to create the XmlQueryExpression. If zero nodes are targeted by this expression, no modifications are performed when XmlModify::execute is called.

APIRef

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