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 AbstractJXPathModule.configuration
           
 

Methods in org.apache.cocoon.components.modules.input that return JXPathHelperConfiguration
static JXPathHelperConfiguration JXPathHelper.setup(Configuration config, boolean lenient)
          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)
           
static Object[] JXPathHelper.getAttributeValues(String name, Configuration modeConf, JXPathHelperConfiguration setup, Object contextObj)
           
static Iterator JXPathHelper.getAttributeNames(JXPathHelperConfiguration setup, Object contextObj)
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.