electric.xml.xpath
Class TMEXPathFactory

java.lang.Object
  extended byelectric.xml.xpath.TMEXPathFactory
All Implemented Interfaces:
IXPathConstants, IXPathFactory

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

TMEXPathFactory.

Author:
webMethods

Field Summary
 
Fields inherited from interface electric.xml.IXPathConstants
XPATH_FULL, XPATH_PARTIAL
 
Constructor Summary
TMEXPathFactory()
           
 
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

TMEXPathFactory

public TMEXPathFactory()
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_PARTIAL, indicating a partial XPath implementation.


copyright© 2001-2004 by webMethods All Rights Reserved.