__redirected
Class __XPathFactory

java.lang.Object
  extended by javax.xml.xpath.XPathFactory
      extended by __redirected.__XPathFactory

public final class __XPathFactory
extends XPathFactory

A redirected XPathFactory

Author:
Jason T. Greene

Field Summary
 
Fields inherited from class javax.xml.xpath.XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME
 
Constructor Summary
__XPathFactory()
          Construct a new instance.
 
Method Summary
static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
 boolean getFeature(String name)
           
static void init()
          Init method.
 boolean isObjectModelSupported(String objectModel)
           
 XPath newXPath()
           
static void restorePlatformFactory()
           
 void setFeature(String name, boolean value)
           
 void setXPathFunctionResolver(XPathFunctionResolver resolver)
           
 void setXPathVariableResolver(XPathVariableResolver resolver)
           
 
Methods inherited from class javax.xml.xpath.XPathFactory
newInstance, newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

__XPathFactory

public __XPathFactory()
Construct a new instance.

Method Detail

changeDefaultFactory

public static void changeDefaultFactory(ModuleIdentifier id,
                                        ModuleLoader loader)

restorePlatformFactory

public static void restorePlatformFactory()

init

public static void init()
Init method.


isObjectModelSupported

public boolean isObjectModelSupported(String objectModel)
Specified by:
isObjectModelSupported in class XPathFactory

setFeature

public void setFeature(String name,
                       boolean value)
                throws XPathFactoryConfigurationException
Specified by:
setFeature in class XPathFactory
Throws:
XPathFactoryConfigurationException

getFeature

public boolean getFeature(String name)
                   throws XPathFactoryConfigurationException
Specified by:
getFeature in class XPathFactory
Throws:
XPathFactoryConfigurationException

setXPathVariableResolver

public void setXPathVariableResolver(XPathVariableResolver resolver)
Specified by:
setXPathVariableResolver in class XPathFactory

setXPathFunctionResolver

public void setXPathFunctionResolver(XPathFunctionResolver resolver)
Specified by:
setXPathFunctionResolver in class XPathFactory

newXPath

public XPath newXPath()
Specified by:
newXPath in class XPathFactory


Copyright © 2011. All Rights Reserved.