isWhitespaceOnly
Test if this text node contains only whitespace. This method does not check the schema if this text node can be considered ignorable whitespace. Use the isElementContentWhitespace method instead.
- Documentation
- › API
- › DOM API
- › isWhitespaceOnly
XopusCharacterData.isWhitespaceOnly() : Boolean
: BooleanReturn Value
true if content only whitespace; false for non-whitespace.