Model
Node
Magento\PageBuilder\Model\Dom\Node
What it does
This class serves as a wrapper for PhpGt DOM Node objects in Magento's Page Builder module.
It implements NodeInterface to provide a standardized way to work with DOM nodes when parsing and manipulating Page Builder content.
Developers would use this when extending or customizing Page Builder's HTML/DOM manipulation functionality.