Uses of Class
ch.nolix.base.document.node.MutableNode
Packages that use MutableNode
-
Uses of MutableNode in ch.nolix.base.document.node
Subclasses with type arguments of type MutableNode in ch.nolix.base.document.nodeMethods in ch.nolix.base.document.node that return MutableNodeModifier and TypeMethodDescriptionMutableNode.addChildNode(Node<?> childNode) Adds the given childNode to the currentIMutableNode.MutableNode.addChildNodes(Node<?>... childNodes) Adds the given childNodes to the currentIMutableNode.<N extends Node<?>>
MutableNodeMutableNode.addChildNodes(Iterable<N> pChildNodes) Adds the given childNodes to the currentIMutableNode.MutableNode.addChildNodesFromStrings(Iterable<String> strings) Adds the childNodes from the given strings the currentIMutableNode.MutableNode.addChildNodesFromStrings(String... strings) Adds the childNodes from the given strings to the currentIMutableNode.static MutableNodeMutableNode.createEmpty()static MutableNodestatic MutableNodestatic MutableNodeMutableNode.fromString(String string) MutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<Node<?>> selector) Removes and returns the first childNodethe given selector selects from the currentIMutableNode.Sets the header of the currentFluentMutableOptionalHeaderHolder.Methods in ch.nolix.base.document.node that return types with arguments of type MutableNode