Uses of Class
org.yaml.snakeyaml.error.Mark
Packages that use Mark
Package
Description
-
Uses of Mark in org.yaml.snakeyaml.comments
Fields in org.yaml.snakeyaml.comments declared as MarkModifier and TypeFieldDescriptionprivate final Mark
CommentLine.endMark
private final Mark
CommentLine.startMark
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
Fields in org.yaml.snakeyaml.error declared as MarkModifier and TypeFieldDescriptionprivate final Mark
MarkedYAMLException.contextMark
private final Mark
MarkedYAMLException.problemMark
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
Fields in org.yaml.snakeyaml.events declared as MarkModifier and TypeFieldDescriptionprivate final Mark
Event.endMark
private final Mark
Event.startMark
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, 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, DumperOptions.FlowStyle flowStyle) 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, 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, DumperOptions.FlowStyle flowStyle) CreateMappingNode
(Tag tag, boolean resolved, List<NodeTuple> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) ScalarNode
(Tag tag, boolean resolved, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) ScalarNode
(Tag tag, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) SequenceNode
(Tag tag, boolean resolved, List<Node> value, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) -
Uses of Mark in org.yaml.snakeyaml.parser
Fields in org.yaml.snakeyaml.parser with type parameters of type MarkMethods in org.yaml.snakeyaml.parser with parameters of type MarkModifier and TypeMethodDescriptionprivate Event
ParserImpl.processEmptyScalar
(Mark mark) block_mapping ::= BLOCK-MAPPING_START ((KEY block_node_or_indentless_sequence?)? (VALUE block_node_or_indentless_sequence?)?)* BLOCK-ENDConstructors 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
Fields in org.yaml.snakeyaml.scanner declared as MarkMethods in org.yaml.snakeyaml.scanner that return MarkMethods in org.yaml.snakeyaml.scanner with parameters of type MarkModifier and TypeMethodDescriptionprivate CommentToken
ScannerImpl.scanBlockScalarIgnoredLine
(Mark startMark) Scan to the end of the line after a block scalar has been scanned; the only things that are permitted at this time are comments and spaces.private ScannerImpl.Chomping
ScannerImpl.scanBlockScalarIndicators
(Mark startMark) Scan a block scalar indicator.private CommentToken
ScannerImpl.scanDirectiveIgnoredLine
(Mark startMark) private String
ScannerImpl.scanDirectiveName
(Mark startMark) Scan a directive name.private String
ScannerImpl.scanFlowScalarBreaks
(Mark startMark) private String
ScannerImpl.scanFlowScalarNonSpaces
(boolean doubleQuoted, Mark startMark) Scan some number of flow-scalar non-space characters.private String
ScannerImpl.scanFlowScalarSpaces
(Mark startMark) private String
ScannerImpl.scanTagDirectiveHandle
(Mark startMark) Scan a %TAG directive's handle.private String
ScannerImpl.scanTagDirectivePrefix
(Mark startMark) Scan a %TAG directive's prefix.ScannerImpl.scanTagDirectiveValue
(Mark startMark) Read a %TAG directive value:private String
ScannerImpl.scanTagHandle
(String name, Mark startMark) Scan a Tag handle.private String
ScannerImpl.scanTagUri
(String name, Mark startMark) Scan a Tag URI.private String
ScannerImpl.scanUriEscapes
(String name, Mark startMark) Scan a sequence of %-escaped URI escape codes and convert them into a String representing the unescaped values.private Integer
ScannerImpl.scanYamlDirectiveNumber
(Mark startMark) Read a %YAML directive number: this is either the major or the minor part.ScannerImpl.scanYamlDirectiveValue
(Mark startMark) Constructors in org.yaml.snakeyaml.scanner with parameters of type MarkModifierConstructorDescriptionScannerException
(String context, Mark contextMark, String problem, Mark problemMark) Constructs an instance.Constructs an instance. -
Uses of Mark in org.yaml.snakeyaml.tokens
Fields in org.yaml.snakeyaml.tokens declared as MarkModifier and TypeFieldDescriptionprivate final Mark
Token.endMark
private final Mark
Token.startMark
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)