more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
Tag.useStrictAson
more
ason
Tag
This is the default mode.
Causes parseAsonTag to throw AsonParseException if a tag's open brace appears after a newline
Causes parseAsonTag to throw AsonParseException if any tag value appears after any tag attribute
Causes parseAsonTag to accept postfix characters after number literals.
Causes parseAsonTag to set anonymous tag names to "content"
struct
Tag
void
useStrictAson
(
)
Meta
Source
See Implementation
more
ason
Tag
aliases
useDefaultAson
functions
enforceNoAttributes
enforceNoChildren
enforceNoValues
getOneValue
getValues
isAnonymous
opEquals
resetForNextTag
resetForReuse
setIsAnonymous
setName
setNamespace
throwIsDuplicate
throwIsUnknown
toAson
toString
useLooseAson
useProposedAson
useStrictAson
properties
allowBraceAfterNewline
allowMixedValuesAndAttributes
anonymousTagNameIsNull
preserveAsonText
rejectTypedNumbers
variables
attributes
depth
hasOpenBrace
line
name
namespace
values
This is the default mode.