Tag.anonymousTagNameIsNull

Causes parseSdlTag to set the tag name to null instead of "content" for anonymous tags. This allows the application to differentiate betweeen "content" tags and anonymous tags.

  1. bool anonymousTagNameIsNull [@property getter]
    struct Tag
    @property @safe pure nothrow const
    bool
    anonymousTagNameIsNull
    ()
  2. bool anonymousTagNameIsNull [@property setter]

Meta