Class 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 Detail

      • JSTLXPathFactory

        public JSTLXPathFactory()
    • Method Detail

      • newXPath

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