Uses of Class
org.yaml.snakeyaml.error.Mark
Packages that use Mark
Package
Description
-
Uses of Mark in org.yaml.snakeyaml.comments
Methods in org.yaml.snakeyaml.comments that return MarkModifier and TypeMethodDescriptionCommentLine.getEndMark()
getterCommentLine.getStartMark()
getterConstructors in org.yaml.snakeyaml.comments with parameters of type MarkModifierConstructorDescriptionCommentLine
(Mark startMark, Mark endMark, String value, CommentType commentType) Create -
Uses of Mark in org.yaml.snakeyaml.composer
Constructors in org.yaml.snakeyaml.composer with parameters of type MarkModifierConstructorDescriptionprotected
ComposerException
(String context, Mark contextMark, String problem, Mark problemMark) Create -
Uses of Mark in org.yaml.snakeyaml.constructor
Constructors in org.yaml.snakeyaml.constructor with parameters of type MarkModifierConstructorDescriptionprotected
ConstructorException
(String context, Mark contextMark, String problem, Mark problemMark) Createprotected
ConstructorException
(String context, Mark contextMark, String problem, Mark problemMark, Throwable cause) Createprotected
DuplicateKeyException
(Mark contextMark, Object key, Mark problemMark) Create -
Uses of Mark in org.yaml.snakeyaml.error
Methods in org.yaml.snakeyaml.error that return MarkModifier and TypeMethodDescriptionMarkedYAMLException.getContextMark()
MarkedYAMLException.getProblemMark()
Constructors in org.yaml.snakeyaml.error with parameters of type MarkModifierConstructorDescriptionprotected
MarkedYAMLException
(String context, Mark contextMark, String problem, Mark problemMark) protected
MarkedYAMLException
(String context, Mark contextMark, String problem, Mark problemMark, String note) protected
MarkedYAMLException
(String context, Mark contextMark, String problem, Mark problemMark, String note, Throwable cause) protected
MarkedYAMLException
(String context, Mark contextMark, String problem, Mark problemMark, Throwable cause) -
Uses of Mark in org.yaml.snakeyaml.events
Methods in org.yaml.snakeyaml.events that return MarkConstructors in org.yaml.snakeyaml.events with parameters of type MarkModifierConstructorDescriptionAliasEvent
(String anchor, Mark startMark, Mark endMark) Create AliasCollectionEndEvent
(Mark startMark, Mark endMark) CreateCollectionStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.Since restored in v1.22.CollectionStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) CreateCommentEvent
(CommentType type, String value, Mark startMark, Mark endMark) CreateDocumentEndEvent
(Mark startMark, Mark endMark, boolean explicit) CreateDocumentStartEvent
(Mark startMark, Mark endMark, boolean explicit, DumperOptions.Version version, Map<String, String> tags) CreateCreateMappingEndEvent
(Mark startMark, Mark endMark) CreateMappingStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.MappingStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) ScalarEvent
(String anchor, String tag, ImplicitTuple implicit, String value, Mark startMark, Mark endMark, Character style) Deprecated.ScalarEvent
(String anchor, String tag, ImplicitTuple implicit, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) SequenceEndEvent
(Mark startMark, Mark endMark) SequenceStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.SequenceStartEvent
(String anchor, String tag, boolean implicit, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) StreamEndEvent
(Mark startMark, Mark endMark) StreamStartEvent
(Mark startMark, Mark endMark) -
Uses of Mark in org.yaml.snakeyaml.nodes
Fields in org.yaml.snakeyaml.nodes declared as MarkMethods in org.yaml.snakeyaml.nodes that return MarkMethods in org.yaml.snakeyaml.nodes with parameters of type MarkConstructors in org.yaml.snakeyaml.nodes with parameters of type MarkModifierConstructorDescriptionCollectionNode
(Tag tag, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.Since restored in v1.22.CollectionNode
(Tag tag, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) CreateMappingNode
(Tag tag, boolean resolved, List<NodeTuple> value, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.MappingNode
(Tag tag, boolean resolved, List<NodeTuple> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) Deprecated.ScalarNode
(Tag tag, boolean resolved, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) Deprecated.ScalarNode
(Tag tag, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) SequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, Boolean style) Deprecated.SequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) -
Uses of Mark in org.yaml.snakeyaml.parser
Constructors in org.yaml.snakeyaml.parser with parameters of type MarkModifierConstructorDescriptionParserException
(String context, Mark contextMark, String problem, Mark problemMark) Constructs an instance. -
Uses of Mark in org.yaml.snakeyaml.reader
Methods in org.yaml.snakeyaml.reader that return Mark -
Uses of Mark in org.yaml.snakeyaml.scanner
Constructors in org.yaml.snakeyaml.scanner with parameters of type Mark -
Uses of Mark in org.yaml.snakeyaml.tokens
Methods in org.yaml.snakeyaml.tokens that return MarkConstructors in org.yaml.snakeyaml.tokens with parameters of type MarkModifierConstructorDescriptionAliasToken
(String value, Mark startMark, Mark endMark) AliasAnchorToken
(String value, Mark startMark, Mark endMark) AnchorBlockEndToken
(Mark startMark, Mark endMark) Create tokenBlockEntryToken
(Mark startMark, Mark endMark) CreateBlockMappingStartToken
(Mark startMark, Mark endMark) CreateBlockSequenceStartToken
(Mark startMark, Mark endMark) CreateCommentToken
(CommentType type, String value, Mark startMark, Mark endMark) CreateCreateDocumentEndToken
(Mark startMark, Mark endMark) CreateDocumentStartToken
(Mark startMark, Mark endMark) CreateFlowEntryToken
(Mark startMark, Mark endMark) CreateFlowMappingEndToken
(Mark startMark, Mark endMark) CreateFlowMappingStartToken
(Mark startMark, Mark endMark) CreateFlowSequenceEndToken
(Mark startMark, Mark endMark) CreateFlowSequenceStartToken
(Mark startMark, Mark endMark) CreateCreateScalarToken
(String value, boolean plain, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) ScalarToken
(String value, Mark startMark, Mark endMark, boolean plain) StreamEndToken
(Mark startMark, Mark endMark) StreamStartToken
(Mark startMark, Mark endMark) ValueToken
(Mark startMark, Mark endMark)