org.ozoneDB.xml.util
Class OzoneXUpdateQuery
java.lang.Object
|
+--org.ozoneDB.xml.util.OzoneXUpdateQuery
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, org.infozone.tools.xml.queries.XUpdateQuery
- public final class OzoneXUpdateQuery
- extends java.lang.Object
- implements org.infozone.tools.xml.queries.XUpdateQuery, java.io.Externalizable
- Version:
- $Revision: 1.1 $ $Date: 2001/12/18 11:03:24 $
- Author:
- SMB
- See Also:
XMLContainer
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
qstring
protected java.lang.String qstring
rootNode
protected org.w3c.dom.Node rootNode
namespace
protected org.w3c.dom.Node namespace
filter
protected org.w3c.dom.traversal.NodeFilter filter
delegate
protected transient XMLContainer delegate
OzoneXUpdateQuery
public OzoneXUpdateQuery()
OzoneXUpdateQuery
protected OzoneXUpdateQuery(XMLContainer _delegate)
setQString
public void setQString(java.lang.String _qstring)
throws java.lang.Exception
- Specified by:
setQString
in interface org.infozone.tools.xml.queries.XUpdateQuery
java.lang.Exception
setNamespace
public void setNamespace(org.w3c.dom.Node _namespace)
throws java.lang.Exception
- Specified by:
setNamespace
in interface org.infozone.tools.xml.queries.XUpdateQuery
java.lang.Exception
setNodeFilter
public void setNodeFilter(org.w3c.dom.traversal.NodeFilter _filter)
throws java.lang.Exception
- Specified by:
setNodeFilter
in interface org.infozone.tools.xml.queries.XUpdateQuery
java.lang.Exception
execute
public void execute()
throws java.lang.Exception
- Execute the XUpdate query.
java.lang.Exception
- See Also:
execute(Node)
execute
public void execute(org.w3c.dom.Node _rootNode)
throws java.lang.Exception
- Execute the XUpdate query.
- Specified by:
execute
in interface org.infozone.tools.xml.queries.XUpdateQuery
java.lang.Exception
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.