Uses of Class
org.snakeyaml.engine.v2.common.CharConstants
Packages that use CharConstants
-
Uses of CharConstants in org.snakeyaml.engine.v2.common
Fields in org.snakeyaml.engine.v2.common declared as CharConstantsModifier and TypeFieldDescriptionstatic final CharConstants
CharConstants.ALPHA
static final CharConstants
CharConstants.LINEBR
static final CharConstants
CharConstants.NULL_BL_LINEBR
static final CharConstants
CharConstants.NULL_BL_T
static final CharConstants
CharConstants.NULL_BL_T_LINEBR
static final CharConstants
CharConstants.NULL_OR_LINEBR
static final CharConstants
CharConstants.URI_CHARS_FOR_TAG_PREFIX
static final CharConstants
CharConstants.URI_CHARS_FOR_TAG_SUFFIX
-
Uses of CharConstants in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type CharConstantsModifier and TypeMethodDescriptionprivate String
ScannerImpl.scanTagUri
(String name, CharConstants range, Optional<Mark> startMark) Scan a Tag URI.