Package | Description |
---|---|
org.apache.commons.configuration.tree |
A package with helper and utility classes used by hierarchical configurations.
|
Modifier and Type | Field and Description |
---|---|
private DefaultConfigurationNode.SubNodes |
DefaultConfigurationNode.attributes
Stores the attributes of this node.
|
private DefaultConfigurationNode.SubNodes |
DefaultConfigurationNode.children
Stores the children of this node.
|
Modifier and Type | Method and Description |
---|---|
protected DefaultConfigurationNode.SubNodes |
DefaultConfigurationNode.createSubNodes(boolean attributes)
Creates a
SubNodes instance that is used for storing
either this node's children or attributes. |