| Package | Description |
|---|---|
| org.opt4j.config |
Provides the classes for modules structure and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
JNode |
JNode.appendChild(JNode jNode)
Append a
JNode. |
JNode |
JNode.appendChild(Node node)
Append an XML
Node. |
JNode |
JNode.appendChild(String name)
Append a new
JNode with a given name. |
JNode |
JNode.getChild()
Returns the first child.
|
JNode |
JNode.getChild(String name)
Returns the first child with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<JNode> |
JNode.getChildren()
Returns all children.
|
List<JNode> |
JNode.getChildren(String name)
Returns all children with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
JNode |
JNode.appendChild(JNode jNode)
Append a
JNode. |