org.apache.commons.jxpath.ri
Class JXPathContextFactoryReferenceImpl
java.lang.Object
org.apache.commons.jxpath.JXPathContextFactory
org.apache.commons.jxpath.ri.JXPathContextFactoryReferenceImpl
public class JXPathContextFactoryReferenceImpl
- extends JXPathContextFactory
Default implementation of JXPathContextFactory.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXPathContextFactoryReferenceImpl
public JXPathContextFactoryReferenceImpl()
- Create a new JXPathContextFactoryReferenceImpl.
newContext
public JXPathContext newContext(JXPathContext parentContext,
Object contextBean)
- Description copied from class:
JXPathContextFactory
- Creates a new instance of a JXPathContext using the
currently configured parameters.
- Specified by:
newContext
in class JXPathContextFactory
- Parameters:
parentContext
- parent contextcontextBean
- Object bean
- Returns:
- JXPathContext
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.