Uses of Class
ch.nolix.base.document.node.FileNode
Packages that use FileNode
-
Uses of FileNode in ch.nolix.base.document.node
Subclasses with type arguments of type FileNode in ch.nolix.base.document.nodeModifier and TypeClassDescriptionfinal classAFileNodeis a specification that is stored in a file.Methods in ch.nolix.base.document.node that return FileNodeModifier and TypeMethodDescriptionFileNode.addChildNode(INode<?> childNode) Adds the given childNode to the currentIMutableNode.FileNode.addChildNodes(INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.FileNode.addChildNodes(Iterable<N> childNodes) Adds the given childNodes to the currentIMutableNode.FileNode.addChildNodesFromStrings(Iterable<String> strings) Adds the childINodes from the given strings the currentIMutableNode.FileNode.addChildNodesFromStrings(String... strings) Adds the childINodes from the given strings to the currentIMutableNode.FileNode.removeAndGetStoredFirstChildNodeThat(Predicate<INode<?>> selector) Removes and returns the first childINodethe given selector selects from the currentIMutableNode.Sets the header of the currentIFluentMutableOptionalHeaderHolder.static FileNodeFileNode.withFilePath(String filePath) Methods in ch.nolix.base.document.node that return types with arguments of type FileNode