Class JSTLXPathFactory

java.lang.Object
javax.xml.xpath.XPathFactory
org.apache.xpath.jaxp.XPathFactoryImpl
org.apache.taglibs.standard.tag.common.xml.JSTLXPathFactory

public class JSTLXPathFactory extends org.apache.xpath.jaxp.XPathFactoryImpl
This factory class is added to provide access to our own implementation of XPath, so that we can support a generic Object type in return type arguement for XPath's evaluate instance method.
Author:
dhirup
  • Constructor Details

    • JSTLXPathFactory

      public JSTLXPathFactory()
  • Method Details

    • newXPath

      public XPath newXPath()
      Overrides:
      newXPath in class org.apache.xpath.jaxp.XPathFactoryImpl