Index
A C D G M N R
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addValue(String) - Method in class miniml.Node
-
Adds a new value to this node and updates the document.
C
- createNode(String, Node) - Method in class miniml.Document
-
Creates a new node in this document.
D
- Document - Class in miniml
- Document(File) - Constructor for class miniml.Document
-
Creates a document from a file.
- Document(String) - Constructor for class miniml.Document
-
Creates a document from the given path.
G
- getChildren() - Method in class miniml.Node
-
Returns this node's children.
- getChildrenByName(String) - Method in class miniml.Node
-
Returns all children of this node with the same name as the given one.
- getName() - Method in class miniml.Node
-
Returns this node's name.
- getParent() - Method in class miniml.Node
-
Returns this node's parent.
- getRoot() - Method in class miniml.Document
-
Returns this document's root.
- getValues() - Method in class miniml.Node
-
Returns this node's values.
M
- miniml - package miniml
N
R
- removeChild(Node) - Method in class miniml.Node
-
Removes the specified child from this node.
- removeChildrenByName(String) - Method in class miniml.Node
-
Removes all children of this node with the specified name.
- removeValue(String) - Method in class miniml.Node
-
Removes the specified value from this node.
All Classes All Packages