File
Doc
Category
Size
Date
Package
JSTLXPathFactory.java
API Doc
Glassfish v2 API
2553
Sat May 05 19:17:54 BST 2007
org.apache.taglibs.standard.tag.common.xml
JSTLXPathFactory
java.lang.Object
javax.xml.xpath.XPathFactory
com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl
public class JSTLXPathFactory extends 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
Fields Summary
Constructors Summary
Methods Summary
public
javax.xml.xpath.XPath
newXPath
()
return new org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl(null, null);
Java Code Source