AbstractCharacterData::getLength

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

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