Class Kint\Parser\DOMDocumentPlugin

extends Plugin

The DOMDocument parser plugin is particularly useful as it is both the only way to see inside the DOMNode without print_r, and the only way to see mixed text and node inside XML (SimpleXMLElement will strip out the text).

Methods
Methods inherited from Kint\Parser\Plugin
setParser(),
Properties
Properties inherited from Kint\Parser\Plugin
$parser