Berkeley DB XML
version 2.5.16

com.sleepycat.dbxml
Class XmlUpdateContext

java.lang.Object
  extended by com.sleepycat.dbxml.XmlUpdateContext

public class XmlUpdateContext
extends Object

The XmlUpdateContext class encapsulates the context within which update operations are performed against an XmlContainer. In Java this class is a no-op for the time being and has no state.

XmlUpdateContext objects are created using XmlManager.createUpdateContext().


Constructor Summary
XmlUpdateContext(XmlUpdateContext o)
          Copy constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUpdateContext

public XmlUpdateContext(XmlUpdateContext o)
                 throws XmlException
Copy constructor.

Throws:
XmlException

Berkeley DB XML
version 2.5.16

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