NodeInterface
Magento\PageBuilder\Model\Dom\Adapter\NodeInterface
What it does
This is a marker interface for DOM node wrapper classes in Magento's Page Builder module.
Developers would implement this interface when creating adapter classes that wrap DOM node objects, providing a standardized way to work with different types of HTML/XML nodes in Page Builder content manipulation.
It serves as a type hint to ensure consistent handling of node objects throughout the Page Builder DOM processing system.