DomParserSettings.isFlexibleTag

Checks whether a specific tag is flexible or not.

class DomParserSettings
final @safe
bool
isFlexibleTag
(
string tagName
)

Parameters

tagName string

The name of the tag to validate.

Return Value

Type: bool

True if the tag is flexible, false otherwise.

Meta