TextNode::isContentWhiteSpace

The isContentWhiteSpace() method checks whether the content of the TextNode consists solely of whitespace characters.

Description

public TextNode::isContentWhiteSpace(): bool

Parameters

None

Return Value

Returns true if the text content consists only of whitespace characters (e.g., spaces, tabs, or newlines), otherwise returns false.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!