org.apache.cocoon.components.modules.input
Class JXPathHelperConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.