| |
|
| java.lang.Object org.apache.cocoon.util.ConfigurationUtil
ConfigurationUtil | public class ConfigurationUtil (Code) | | This class is an improved version of the Excalibur ConfigurationUtil class
to support namespaces in DOMs.
since: 2.1.10 version: $Id: ConfigurationUtil.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public static Configuration | toConfiguration(Element element) Convert a DOM Element tree into a configuration tree. | public static Element | toElement(Configuration configuration) Convert a configuration tree into a DOM Element tree. |
toConfiguration | public static Configuration toConfiguration(Element element)(Code) | | Convert a DOM Element tree into a configuration tree.
Parameters: element - the DOM Element the configuration object |
toElement | public static Element toElement(Configuration configuration) throws ConfigurationException(Code) | | Convert a configuration tree into a DOM Element tree.
Parameters: configuration - the configuration object the DOM Element |
|
|
|