Uses of Class
org.snakeyaml.engine.v2.events.NodeEvent
Packages that use NodeEvent
-
Uses of NodeEvent in org.snakeyaml.engine.v2.events
Subclasses of NodeEvent in org.snakeyaml.engine.v2.eventsModifier and TypeClassDescriptionfinal classMarks the inclusion of a previously anchored node.classBase class for the start events of the collection nodes.final classMarks the beginning of a mapping node.final classMarks a scalar value.final classMarks the beginning of a sequence node.