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.


XopusCharacterData.isWhitespaceOnly() : Boolean

Return Value

Boolean
true if content only whitespace; false for non-whitespace.