FileDocCategorySizeDatePackage
JSTLXPathFactory.javaAPI DocGlassfish v2 API2553Sat May 05 19:17:54 BST 2007org.apache.taglibs.standard.tag.common.xml

JSTLXPathFactory

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.XPathnewXPath()

        return new org.apache.taglibs.standard.tag.common.xml.JSTLXPathImpl(null, null);