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
-
Field Summary
Fields inherited from class javax.xml.xpath.XPathFactory
DEFAULT_OBJECT_MODEL_URI, DEFAULT_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xpath.jaxp.XPathFactoryImpl
getFeature, isObjectModelSupported, setFeature, setXPathFunctionResolver, setXPathVariableResolverMethods inherited from class javax.xml.xpath.XPathFactory
newDefaultInstance, newInstance, newInstance, newInstance
-
Constructor Details
-
JSTLXPathFactory
public JSTLXPathFactory()
-
-
Method Details
-
newXPath
- Overrides:
newXPathin classorg.apache.xpath.jaxp.XPathFactoryImpl
-