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 Node
static Node
static Node
static Node
Node.fromString
(String string) static Node
Node.withChildNode
(boolean childNode) static Node
Node.withChildNode
(double childNode) static Node
Node.withChildNode
(long childNode) static Node
Node.withChildNode
(INode<?> childNode, INode<?>... childNodes) static Node
Node.withChildNode
(String childNode, String... childNodes) static Node
Node.withChildNodes
(Iterable<? extends INode<?>> childNodes) static Node
Node.withHeader
(boolean header) static Node
Node.withHeader
(double header) static Node
Node.withHeader
(long header) static Node
Node.withHeader
(String header) static Node
Node.withHeaderAndChildNode
(String header, boolean childNode) static Node
Node.withHeaderAndChildNode
(String header, double childNode) static Node
Node.withHeaderAndChildNode
(String header, long childNode) static Node
Node.withHeaderAndChildNode
(String header, INode<?> childNode, INode<?>... childNodes) static Node
Node.withHeaderAndChildNode
(String header, String childNode, String... childNodes) static Node
Node.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.element.style
Methoden in ch.nolix.system.element.style, die Node zurückgeben