more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
Tag.useStrictSdl
more
sdl
Tag
This is the default mode.
Causes parseSdlTag to throw SdlParseException if a tag's open brace appears after a newline
Causes parseSdlTag to throw SdlParseException if any tag value appears after any tag attribute
Causes parseSdlTag to set anonymous tag names to "content"
struct
Tag
void
useStrictSdl
(
)
Meta
Source
See Implementation
more
sdl
Tag
aliases
useDefaultSdl
constructors
this
functions
enforceNoAttributes
enforceNoChildren
enforceNoValues
getOneValue
getValues
isAnonymous
opEquals
resetForNewSdl
resetForNextTag
setIsAnonymous
throwIsDuplicate
throwIsUnknown
toSdl
toString
useLooseSdl
useProposedSdl
useStrictSdl
properties
acceptUnquotedStrings
allowBraceAfterNewline
allowChildTagsOnSameLineAsBrace
allowMixedValuesAndAttributes
anonymousTagNameIsNull
preserveSdlText
variables
attributes
column
depth
hasOpenBrace
line
name
namespace
values
This is the default mode.