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.XPathFactoryImplThis 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 Constructor Description JSTLXPathFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathnewXPath()-
Methods inherited from class org.apache.xpath.jaxp.XPathFactoryImpl
getFeature, isObjectModelSupported, setFeature, setXPathFunctionResolver, setXPathVariableResolver
-
Methods inherited from class javax.xml.xpath.XPathFactory
newDefaultInstance, newInstance, newInstance, newInstance
-
-
-
-
Method Detail
-
newXPath
public XPath newXPath()
- Overrides:
newXPathin classorg.apache.xpath.jaxp.XPathFactoryImpl
-
-