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

Packages that use JXPathHelperConfiguration
org.apache.cocoon.components.modules.input InputModules Introduction Input modules are generic components that let one map a key to one or more values. 
 

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

Fields in org.apache.cocoon.components.modules.input declared as JXPathHelperConfiguration
protected  JXPathHelperConfiguration JXPathMetaModule.configuration
          Contains all globally registered extension classes and packages.
protected  JXPathHelperConfiguration XPathXMLFileModule.configuration
          Contains all globally registered extension classes and packages.
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 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 Iterator JXPathHelper.getAttributeNames(JXPathHelperConfiguration setup, Object contextObj)
           
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.getAttributeValues(String name, Configuration modeConf, 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-2010 The Apache Software Foundation. All Rights Reserved.