XmlModify.getNumModifications |
![]() ![]() |
import com.sleepycat.dbxml.*;public int 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.
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.