Package __redirected

Class __XPathFactory


  • public final class __XPathFactory
    extends javax.xml.xpath.XPathFactory
    A redirected XPathFactory
    Author:
    Jason T. Greene
    • Constructor Detail

      • __XPathFactory

        public __XPathFactory()
        Construct a new instance.
    • Method Detail

      • changeDefaultFactory

        public static void changeDefaultFactory​(java.lang.String id,
                                                ModuleLoader loader)
      • restorePlatformFactory

        public static void restorePlatformFactory()
      • init

        @Deprecated
        public static void init()
        Deprecated.
        Init method.
      • isObjectModelSupported

        public boolean isObjectModelSupported​(java.lang.String objectModel)
        Specified by:
        isObjectModelSupported in class javax.xml.xpath.XPathFactory
      • setFeature

        public void setFeature​(java.lang.String name,
                               boolean value)
                        throws javax.xml.xpath.XPathFactoryConfigurationException
        Specified by:
        setFeature in class javax.xml.xpath.XPathFactory
        Throws:
        javax.xml.xpath.XPathFactoryConfigurationException
      • getFeature

        public boolean getFeature​(java.lang.String name)
                           throws javax.xml.xpath.XPathFactoryConfigurationException
        Specified by:
        getFeature in class javax.xml.xpath.XPathFactory
        Throws:
        javax.xml.xpath.XPathFactoryConfigurationException
      • setXPathVariableResolver

        public void setXPathVariableResolver​(javax.xml.xpath.XPathVariableResolver resolver)
        Specified by:
        setXPathVariableResolver in class javax.xml.xpath.XPathFactory
      • setXPathFunctionResolver

        public void setXPathFunctionResolver​(javax.xml.xpath.XPathFunctionResolver resolver)
        Specified by:
        setXPathFunctionResolver in class javax.xml.xpath.XPathFactory
      • newXPath

        public javax.xml.xpath.XPath newXPath()
        Specified by:
        newXPath in class javax.xml.xpath.XPathFactory