Get the named attribute. If the attribute is not found then
return the given default value.
Parameters: name - The attribute name Parameters: defaultValue - The default value The attribute value
Get the child configuration object with the given name. If the
child with the name does not exist then this method returns
null. If more than one child with the given name exists then
this method returns the first child.
Parameters: name - The child name The first named child or null
Get the value of the first child configuration object with the
given name. If the child cannot be found or the child had no
data then this method returns null.
Parameters: name - The child name The value or null
Get the value of the first child configuration object with the
given name. If the child cannot be found or the child had no
data then this method returns the given default value.
Parameters: name - The child name Parameters: defaultValue - The default value The value
Get the parent configuration object. This method will return null
if this configuration object is the top-most configuration object
in the configuration tree.
The parent configuration object or null