Returns true if this node only have white space content.
true
@override bool get isWhiteSpaceContent => DOMNode.regexpWhiteSpace.hasMatch(text);