Package org.yaml.snakeyaml.nodes
Class SequenceNode
Represents a sequence.
A sequence is a ordered collection of nodes.
-
Field Summary
Fields inherited from class org.yaml.snakeyaml.nodes.Node
endMark, resolved, useClassConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) SequenceNode
(Tag tag, List<Node> value, DumperOptions.FlowStyle flowStyle) -
Method Summary
Methods inherited from class org.yaml.snakeyaml.nodes.CollectionNode
getFlowStyle, setEndMark, setFlowStyle
Methods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getAnchor, getBlockComments, getEndComments, getEndMark, getInLineComments, getStartMark, getTag, getType, hashCode, isTwoStepsConstruction, setAnchor, setBlockComments, setEndComments, setInLineComments, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Constructor Details
-
SequenceNode
-
SequenceNode
-
-
Method Details
-
getNodeId
Description copied from class:Node
For error reporting. -
getValue
Returns the elements in this sequence.- Specified by:
getValue
in classCollectionNode<Node>
- Returns:
- Nodes in the specified order.
-
setListType
-
toString
-