Package org.xmldb.common.xml.queries
Interface XPathQuery
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XPathQueryImpl
This class represents a XPath query, which an
org.apache.xalan.xpath.XPathProcessor
is
able to handle.- Version:
- $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
- Author:
- SMB
- See Also:
-
org.apache.xalan.xpath.XPathProcessor
-
Method Summary
Modifier and TypeMethodDescriptionExecute the xpath.void
setNamespace
(Node namespace) void
setNodeFilter
(org.w3c.dom.traversal.NodeFilter filter) void
setQString
(String qstring)