Java org.apache.commons.configuration2.tree ImmutableNode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration2.tree ImmutableNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration2.tree ImmutableNode.

The text is from its open source code.

Method

MapgetAttributes()
Returns a map with the attributes of this node.
ListgetChildren()
Returns a list with the children of this node.
StringgetNodeName()
Returns the name of this node.
ObjectgetValue()
Returns the value of this node.