electric.xml.jaxen
Class JaxenXPathFactory

java.lang.Object
  extended byelectric.xml.jaxen.JaxenXPathFactory
All Implemented Interfaces:
IXPathConstants, IXPathFactory

public class JaxenXPathFactory
extends java.lang.Object
implements IXPathFactory, IXPathConstants

JaxenXPathFactory.

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.xml.IXPathConstants
XPATH_FULL, XPATH_PARTIAL
 
Constructor Summary
JaxenXPathFactory()
           
 
Method Summary
 int getImplementationLevel()
           
 IXPath newCachedXPath(java.lang.String xpath, INamespaceContext namespaceContext)
           
 IXPath newXPath(java.lang.String xpath, INamespaceContext namespaceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxenXPathFactory

public JaxenXPathFactory()
Method Detail

newXPath

public IXPath newXPath(java.lang.String xpath,
                       INamespaceContext namespaceContext)
                throws XPathException
Specified by:
newXPath in interface IXPathFactory
Parameters:
xpath -
namespaceContext -
Throws:
XPathException

newCachedXPath

public IXPath newCachedXPath(java.lang.String xpath,
                             INamespaceContext namespaceContext)
                      throws XPathException
Specified by:
newCachedXPath in interface IXPathFactory
Parameters:
xpath -
namespaceContext -
Throws:
XPathException

getImplementationLevel

public int getImplementationLevel()
Specified by:
getImplementationLevel in interface IXPathFactory
Returns:
XPATH_FULL, indicating a full xpath implementation.


copyright© 2001-2004 by webMethods All Rights Reserved.