com.opensymphony.provider
Interface XPathProvider

All Superinterfaces:
Provider
All Known Implementing Classes:
XalanXPathProvider

public interface XPathProvider
extends Provider

Provider used for obtaining a single Node, or multiple Nodes from a DOM tree using an XPath expression.

Version:
$Revision: 5 $
Author:
Joe Walnes
See Also:
XMLUtils

Method Summary
 Node getNode(Node base, String xpath)
           
 NodeList getNodes(Node base, String xpath)
           
 
Methods inherited from interface com.opensymphony.provider.Provider
destroy, init
 

Method Detail

getNode

Node getNode(Node base,
             String xpath)
             throws ProviderInvocationException
Throws:
ProviderInvocationException

getNodes

NodeList getNodes(Node base,
                  String xpath)
                  throws ProviderInvocationException
Throws:
ProviderInvocationException

OSCore Project Page

Copyright 2000-2005 - OpenSymphony