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