Model
CharacterData
Magento\PageBuilder\Model\Dom\CharacterData
What it does
This class serves as a wrapper for the PhpGt DOM CharacterData implementation in Magento's PageBuilder module.
Developers would use this when working with text content, comments, or CDATA sections within PageBuilder's DOM manipulation operations.
It provides a consistent interface for handling character-based node data while abstracting the underlying DOM library implementation.