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

java.lang.Object
  extended byorg.apache.cocoon.components.modules.input.JXPathHelperConfiguration

public class JXPathHelperConfiguration
extends Object

Version:
$Id: JXPathHelperConfiguration.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
JXPathHelperConfiguration()
          Create empty jxpath configuration
JXPathHelperConfiguration(Configuration config)
          Create root jxpath configuration
JXPathHelperConfiguration(JXPathHelperConfiguration global, Configuration config)
          Create child jxpath configuration
 
Method Summary
 org.apache.commons.jxpath.FunctionLibrary getLibrary()
           
 Map getNamespaces()
           
 boolean isLenient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXPathHelperConfiguration

public JXPathHelperConfiguration()
Create empty jxpath configuration


JXPathHelperConfiguration

public JXPathHelperConfiguration(Configuration config)
                          throws ConfigurationException
Create root jxpath configuration


JXPathHelperConfiguration

public JXPathHelperConfiguration(JXPathHelperConfiguration global,
                                 Configuration config)
                          throws ConfigurationException
Create child jxpath configuration

Method Detail

isLenient

public boolean isLenient()

getLibrary

public org.apache.commons.jxpath.FunctionLibrary getLibrary()

getNamespaces

public Map getNamespaces()


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