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

java.lang.Object
  extended by org.apache.cocoon.components.modules.input.JXPathHelperConfiguration

public class JXPathHelperConfiguration
extends Object

Version:
$Id: JXPathHelperConfiguration.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Christian Haul, Vadim Gritsenko

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

Throws:
ConfigurationException

JXPathHelperConfiguration

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

Throws:
ConfigurationException
Method Detail

isLenient

public boolean isLenient()

getLibrary

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

getNamespaces

public Map getNamespaces()


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