The getLength()
method returns the length of the character data within the current node.
For example, in a text node, this would return the number of characters in the text content.
Description
public AbstractCharacterData::getLength(): int
Parameters
None
Return Value
Returns an int
representing the length of the character data.
Exceptions
None