Uses of Class
org.apache.cocoon.components.modules.input.JXPathHelperConfiguration

Packages that use JXPathHelperConfiguration
org.apache.cocoon.components.modules.input   
 

Uses of JXPathHelperConfiguration in org.apache.cocoon.components.modules.input
 

Fields in org.apache.cocoon.components.modules.input declared as JXPathHelperConfiguration
protected  JXPathHelperConfiguration AbstractJXPathModule.configuration
          Contains all globally registered extension classes and packages.
 

Methods in org.apache.cocoon.components.modules.input that return JXPathHelperConfiguration
static JXPathHelperConfiguration JXPathHelper.setup(Configuration config)
          Configure component.
 

Methods in org.apache.cocoon.components.modules.input with parameters of type JXPathHelperConfiguration
static String JXPathHelper.getAttributeValue(String name, Configuration modeConf, JXPathHelperConfiguration setup, Object contextObj)
          Return the String value of the attribute or element identified in the XPath expression.
static Object JXPathHelper.getAttribute(String name, Configuration modeConf, JXPathHelperConfiguration setup, Object contextObj)
          Return the String value of the attribute or the Node found using the XPath expression.
static Object[] JXPathHelper.getAttributeValues(String name, Configuration modeConf, JXPathHelperConfiguration setup, Object contextObj)
           
static Iterator JXPathHelper.getAttributeNames(JXPathHelperConfiguration setup, Object contextObj)
           
 

Constructors in org.apache.cocoon.components.modules.input with parameters of type JXPathHelperConfiguration
JXPathHelperConfiguration(JXPathHelperConfiguration global, Configuration config)
          Create child jxpath configuration
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.