Verwendungen von Klasse
ch.nolix.core.document.node.MutableNode
Packages, die MutableNode verwenden
-
Verwendungen von MutableNode in ch.nolix.core.document.node
Methoden in ch.nolix.core.document.node, die MutableNode zurückgebenModifizierer 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
MutableNode.createEmpty()
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
.Methoden in ch.nolix.core.document.node, die Typen mit Argumenten vom Typ MutableNode zurückgeben