Berkeley DB XML: XmlModify and Related Methods

XmlModifyDescription
XmlModifyA document modification class.
XmlModify::addAppendStepAppend content to the targeted nodes.
XmlModify::addInsertAfterStepInsert after a targeted node.
XmlModify::addInsertBeforeStepInsert before a targeted node.
XmlModify::addRemoveStepRemove a node.
XmlModify::addRenameStepRename the targeted node.
XmlModify::addUpdateStepReplace the targeted node's content.
XmlModify::executeExecute the modifications.
XmlModify::setNewEncodingSets a new document encoding.

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