- name() - Method in interface net.kyori.xml.node.AttributeNode
-
- name() - Method in interface net.kyori.xml.node.ElementNode
-
- name() - Method in interface net.kyori.xml.node.Node
-
Gets the name of this node.
- named(String) - Static method in class net.kyori.xml.node.filter.NodeFilters
-
Gets a node filter that returns
true if
names is equal to the
name of the node.
- named(String...) - Static method in class net.kyori.xml.node.filter.NodeFilters
-
Gets a node filter that returns
true if
names contains the
name of the node.
- named(Set<String>) - Static method in class net.kyori.xml.node.filter.NodeFilters
-
Gets a node filter that returns
true if
names contains the
name of the node.
- named(String) - Method in interface net.kyori.xml.node.stream.NodeStream
-
Returns a stream consisting of the nodes of this stream that are named name.
- named(String...) - Method in interface net.kyori.xml.node.stream.NodeStream
-
Returns a stream consisting of the nodes of this stream whose name is in names.
- named(Collection<String>) - Method in interface net.kyori.xml.node.stream.NodeStream
-
Returns a stream consisting of the nodes of this stream whose name is in names.
- NEGATIVE_INFINITY_SYMBOL_A - Static variable in interface net.kyori.xml.node.parser.number.NumberParser
-
- NEGATIVE_INFINITY_SYMBOL_B - Static variable in interface net.kyori.xml.node.parser.number.NumberParser
-
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.ByteParser
-
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.DoubleParser
-
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.FloatParser
-
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.IntegerParser
-
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.LongParser
-
- negativeInfinity(Node, String) - Method in interface net.kyori.xml.node.parser.number.NumberParser
-
Parses a
Node's
value into
T's negative infinity.
- negativeInfinity(Node, String) - Method in class net.kyori.xml.node.parser.number.ShortParser
-
- net.kyori.xml - package net.kyori.xml
-
- net.kyori.xml.document.factory - package net.kyori.xml.document.factory
-
- net.kyori.xml.element - package net.kyori.xml.element
-
- net.kyori.xml.node - package net.kyori.xml.node
-
- net.kyori.xml.node.filter - package net.kyori.xml.node.filter
-
- net.kyori.xml.node.flattener - package net.kyori.xml.node.flattener
-
- net.kyori.xml.node.parser - package net.kyori.xml.node.parser
-
- net.kyori.xml.node.parser.number - package net.kyori.xml.node.parser.number
-
- net.kyori.xml.node.stream - package net.kyori.xml.node.stream
-
- node(Node, int) - Method in class net.kyori.xml.node.flattener.NodeFlattener.Impl
-
- Node - Interface in net.kyori.xml.node
-
- node(String) - Method in interface net.kyori.xml.node.Node
-
Gets a single node by its name.
- node() - Method in exception net.kyori.xml.XMLException
-
- NodeFilter - Interface in net.kyori.xml.node.filter
-
A filter which accepts a node and depth.
- NodeFilters - Class in net.kyori.xml.node.filter
-
- NodeFlattener - Interface in net.kyori.xml.node.flattener
-
Takes a node and flattens it into a stream of nodes, similar to
a flatMap operation on a Stream.
- NodeFlattener.Impl - Class in net.kyori.xml.node.flattener
-
- nodes() - Method in interface net.kyori.xml.node.Node
-
Creates a stream of nodes from the attributes and children elements of this node.
- nodes(String) - Method in interface net.kyori.xml.node.Node
-
Creates a stream of nodes from the attributes and children elements of this node matching a name.
- nodes(String...) - Method in interface net.kyori.xml.node.Node
-
Creates a stream of nodes from the attributes and children elements of this node matching a set of names.
- nodes(Collection<String>) - Method in interface net.kyori.xml.node.Node
-
Creates a stream of nodes from the attributes and children elements of this node matching a set of names.
- NodeStream - Interface in net.kyori.xml.node.stream
-
- NodeStreamElement<T> - Interface in net.kyori.xml.node.stream
-
- normalizedValue() - Method in interface net.kyori.xml.node.AttributeNode
-
- normalizedValue() - Method in interface net.kyori.xml.node.ElementNode
-
- normalizedValue() - Method in interface net.kyori.xml.node.Node
-
Gets the normalized value of this node.
- NumberParser<T extends java.lang.Number> - Interface in net.kyori.xml.node.parser.number
-
Parses a
Node into a number of type
T.
- NumberParserModule - Class in net.kyori.xml.node.parser.number
-
A module that binds parsers for numbers.
- NumberParserModule() - Constructor for class net.kyori.xml.node.parser.number.NumberParserModule
-