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