Verwendungen von Klasse
ch.nolix.core.document.node.MutableNode
-
Verwendungen von MutableNode in ch.nolix.core.document.node
Modifizierer und TypMethodeBeschreibungMutableNode.addChildNode
(INode<?> childNode, INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode
.MutableNode.addChildNodeFromString
(String string, String... strings) Adds the childINode
s from the given strings the currentIMutableNode
.<N extends INode<?>>
MutableNodeMutableNode.addChildNodes
(Iterable<N> pChildNodes) Adds the given childNodes to the currentIMutableNode
.MutableNode.addChildNodesFromStrings
(Iterable<String> strings) Adds the childINode
s from the given strings the currentIMutableNode
.protected MutableNode
MutableNode.asConcrete()
static MutableNode
static MutableNode
static MutableNode
MutableNode.fromString
(String string) MutableNode.removeAndGetStoredFirstChildNodeThat
(Predicate<INode<?>> selector) Removes and returns the first childINode
the given selector selects from the currentIMutableNode
.MutableNode.removeHeader()
Removes the header of currentIFluentMutableOptionalHeaderHolder
.Sets the header of the currentIFluentMutableOptionalHeaderHolder
.