XML:DB API

org.xmldb.common.xml.queries
Interface XUpdateQuery

All Superinterfaces:
java.io.Serializable

public interface XUpdateQuery
extends java.io.Serializable

This class represents a XUpdate query.

Version:
$Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
Author:
SMB
See Also:
XPathProcessor

Method Summary
 void execute(org.w3c.dom.Node rootNode)
          Execute the XUpdate.
 void setNamespace(org.w3c.dom.Node namespace)
           
 void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
           
 void setQString(java.lang.String qstring)
           
 

Method Detail

setQString

public void setQString(java.lang.String qstring)
                throws java.lang.Exception
Throws:
java.lang.Exception

setNamespace

public void setNamespace(org.w3c.dom.Node namespace)
                  throws java.lang.Exception
Throws:
java.lang.Exception

setNodeFilter

public void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
                   throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute(org.w3c.dom.Node rootNode)
             throws java.lang.Exception
Execute the XUpdate.

Parameters:
rootNode - The node from which the query should start or null.
Throws:
java.lang.Exception

XML:DB API

Copyright (C) XML:DB Initiative. All rights reserved.%lt;/font>