Verwendungen von Klasse
ch.nolix.core.document.node.Node
Packages, die Node verwenden
Package
Beschreibung
-
Verwendungen von Node in ch.nolix.core.document.chainednode
Methoden in ch.nolix.core.document.chainednode, die Node zurückgeben -
Verwendungen von Node in ch.nolix.core.document.node
Felder in ch.nolix.core.document.node, die deklariert sind als NodeMethoden in ch.nolix.core.document.node, die Node zurückgebenModifizierer und TypMethodeBeschreibungstatic 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, INode<?>... childNodes) static NodeNode.withChildNode(String childNode, String... childNodes) static NodeNode.withChildNodes(Iterable<? extends INode<?>> 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, String... childNodes) static NodeNode.withHeaderAndChildNodes(String header, Iterable<? extends INode<?>> childNodes) Methoden in ch.nolix.core.document.node, die Typen mit Argumenten vom Typ Node zurückgeben -
Verwendungen von Node in ch.nolix.system.element.property
Konstruktorparameter in ch.nolix.system.element.property mit Typargumenten vom Typ NodeModifiziererKonstruktorBeschreibungMutableOptionalSpecificationValueExtractor(String name, Consumer<INode<?>> setter, BooleanSupplier valuePresenceChecker, Supplier<Node> getter) -
Verwendungen von Node in ch.nolix.system.style.model
Methoden in ch.nolix.system.style.model, die Node zurückgeben