electric.xml
Interface IXPathFactory

All Known Implementing Classes:
JaxenXPathFactory, TMEXPathFactory

public interface IXPathFactory

IXPathFactory.

Author:
webMethods

Method Summary
 int getImplementationLevel()
           
 IXPath newCachedXPath(java.lang.String xpath, INamespaceContext namespaceContext)
           
 IXPath newXPath(java.lang.String xpath, INamespaceContext namespaceContext)
           
 

Method Detail

newXPath

public IXPath newXPath(java.lang.String xpath,
                       INamespaceContext namespaceContext)
                throws XPathException
Parameters:
xpath -
namespaceContext -
Throws:
XPathException

newCachedXPath

public IXPath newCachedXPath(java.lang.String xpath,
                             INamespaceContext namespaceContext)
                      throws XPathException
Parameters:
xpath -
namespaceContext -
Throws:
XPathException

getImplementationLevel

public int getImplementationLevel()
Returns:
flag indicating implementation level, either XPATH_FULL or XPATH_PARTIAL.


copyright© 2001-2004 by webMethods All Rights Reserved.