isXHTML property

bool isXHTML

Returns true if is XHTML.

Implementation

bool get isXHTML => subType == 'xhtml+xml';