XmlModify.getNumModifications

API Ref

import com.sleepycat.dbxml.*;

public int getNumModifications();


Description: XmlModify.getNumModifications

The XmlModify.getNumModifications method returns the number of modification operations performed by a call to either XmlContainer.modifyDocument or XmlDocument.modifyDocument. In general, it will be equal to the number of nodes referenced by the query. The stored value is implicitly reset to 0 when a new call is made using the same XmlModify object.

Returns the number of modification operations performed.


Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.