Java org.apache.commons.configuration.beanutils XMLBeanDeclaration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration.beanutils XMLBeanDeclaration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration.beanutils XMLBeanDeclaration.

The text is from its open source code.

Constructor

XMLBeanDeclaration(HierarchicalConfiguration config, String key, boolean optional)
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(HierarchicalConfiguration config, String key)
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.
XMLBeanDeclaration(SubnodeConfiguration config, ConfigurationNode node)
Creates a new instance of XMLBeanDeclaration and initializes it with the configuration node that contains the bean declaration.
XMLBeanDeclaration(HierarchicalConfiguration config)
Creates a new instance of XMLBeanDeclaration and initializes it from the given configuration.

Method

ConfigurationNodegetNode()
Returns the node that contains the bean declaration.