CharacterDataInterface
Magento\PageBuilder\Model\Dom\Adapter\CharacterDataInterface
What it does
This is a marker interface for wrapping DOM CharacterData objects in Magento's Page Builder module.
Developers would implement this interface when creating adapter classes that need to work with text nodes, comments, or CDATA sections in HTML/XML content processed by Page Builder.
It serves as a common type for character data adapters throughout the Page Builder DOM manipulation system.