| Modifier and Type | Method and Description |
|---|---|
@NonNull org.jdom2.Attribute |
attribute()
Gets the attribute.
|
default @NonNull NodeStreamElement<Node> |
attribute(@NonNull java.lang.String name)
Gets an attribute by its name.
|
default @NonNull NodeStream |
attributes()
Creates a stream of nodes from the attributes of this node.
|
default @NonNull NodeStream |
attributes(@NonNull java.util.Collection<java.lang.String> names)
Creates a stream of nodes from the attributes of this node matching a set of names.
|
default @NonNull NodeStream |
elements()
Creates a stream of nodes from the children elements of this node.
|
default @NonNull NodeStream |
elements(@NonNull java.util.Collection<java.lang.String> names)
Creates a stream of nodes from the children elements of this node matching a set of names.
|
default @NonNull java.lang.String |
name()
Gets the name of this node.
|
default @NonNull java.lang.String |
normalizedValue()
Gets the normalized value of this node.
|
default @NonNull java.lang.String |
value()
Gets the value of this node.
|
@NonNull org.jdom2.Attribute attribute()
default @NonNull java.lang.String name()
Nodedefault @NonNull java.lang.String value()
Nodedefault @NonNull java.lang.String normalizedValue()
NodenormalizedValue in interface Nodedefault @NonNull NodeStreamElement<Node> attribute(@NonNull java.lang.String name)
Nodedefault @NonNull NodeStream attributes()
Nodeattributes in interface Nodedefault @NonNull NodeStream attributes(@NonNull java.util.Collection<java.lang.String> names)
Nodeattributes in interface Nodenames - the namesdefault @NonNull NodeStream elements()
Nodedefault @NonNull NodeStream elements(@NonNull java.util.Collection<java.lang.String> names)
Node