Interface XUpdateQuery

All Superinterfaces:
Serializable

public interface XUpdateQuery extends Serializable
This class represents a XUpdate query.
Version:
$Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
Author:
SMB
See Also:
  • invalid reference
    org.apache.xalan.xpath.XPathProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Node rootNode)
    Execute the XUpdate.
    void
    setNamespace(Node namespace)
     
    void
    setNodeFilter(org.w3c.dom.traversal.NodeFilter filter)
     
    void
    setQString(String qstring)
     
  • Method Details

    • setQString

      void setQString(String qstring) throws Exception
      Throws:
      Exception
    • setNamespace

      void setNamespace(Node namespace) throws Exception
      Throws:
      Exception
    • setNodeFilter

      void setNodeFilter(org.w3c.dom.traversal.NodeFilter filter) throws Exception
      Throws:
      Exception
    • execute

      void execute(Node rootNode) throws Exception
      Execute the XUpdate.
      Parameters:
      rootNode - The node from which the query should start or null.
      Throws:
      Exception