Uses of Class
miniml.Node
-
Uses of Node in miniml
Methods in miniml that return Node Modifier and Type Method Description NodeDocument. createNode(String name, Node parent)Creates a new node in this document.NodeNode. getParent()Returns this node's parent.NodeDocument. getRoot()Returns this document's root.Methods in miniml that return types with arguments of type Node Modifier and Type Method Description List<Node>Node. getChildren()Returns this node's children.List<Node>Node. getChildrenByName(String name)Returns all children of this node with the same name as the given one.Methods in miniml with parameters of type Node Modifier and Type Method Description NodeDocument. createNode(String name, Node parent)Creates a new node in this document.voidNode. removeChild(Node child)Removes the specified child from this node.