Uses of Class
ch.nolix.base.document.node.Node
Packages that use Node
-
Uses of Node in ch.nolix.base.document.chainednode
Methods in ch.nolix.base.document.chainednode that return Node -
Uses of Node in ch.nolix.base.document.node
Subclasses with type arguments of type Node in ch.nolix.base.document.nodeFields in ch.nolix.base.document.node declared as NodeMethods in ch.nolix.base.document.node that return NodeModifier and TypeMethodDescriptionstatic Nodestatic Nodestatic Nodestatic NodeNode.fromString(String string) static NodeNode.withChildNode(boolean childNode) static NodeNode.withChildNode(double childNode) static NodeNode.withChildNode(long childNode) static NodeNode.withChildNode(INode<?> childNode) static NodeNode.withChildNodes(INode<?>... childNodes) static NodeNode.withChildNodes(Iterable<? extends INode<?>> childNodes) static NodeNode.withChildNodes(String... childNodes) static NodeNode.withHeader(boolean header) static NodeNode.withHeader(double header) static NodeNode.withHeader(long header) static NodeNode.withHeader(String header) static NodeNode.withHeaderAndChildNode(String header, boolean childNode) static NodeNode.withHeaderAndChildNode(String header, double childNode) static NodeNode.withHeaderAndChildNode(String header, long childNode) static NodeNode.withHeaderAndChildNode(String header, INode<?> childNode, INode<?>... childNodes) static NodeNode.withHeaderAndChildNode(String header, String childNode) static NodeNode.withHeaderAndChildNodes(String header, Iterable<? extends INode<?>> childNodes) static NodeNode.withHeaderAndChildNodes(String header, String... childNodes) Methods in ch.nolix.base.document.node that return types with arguments of type Node