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(INode<?> childNode) Adds the given childNode to the currentIMutableNode.MutableNode.addChildNodes(INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.<N extends INode<?>>
MutableNodeMutableNode.addChildNodes(Iterable<N> pChildNodes) Adds the given childNodes to the currentIMutableNode.MutableNode.addChildNodesFromStrings(Iterable<String> strings) Adds the childINodes from the given strings the currentIMutableNode.MutableNode.addChildNodesFromStrings(String... strings) Adds the childINodes from the given strings to the currentIMutableNode.static MutableNodeMutableNode.createEmpty()static MutableNodestatic MutableNodestatic MutableNodeMutableNode.fromString(String string) MutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<INode<?>> selector) Removes and returns the first childINodethe given selector selects from the currentIMutableNode.Sets the header of the currentIFluentMutableOptionalHeaderHolder.Methods in ch.nolix.base.document.node that return types with arguments of type MutableNode