It would be great if I could browse my DOM trees that I create and juggle in my java code. Any way to use a DOM Inspector like interface in this manner?
A la –
1) Set a breakpoint near code such as:
NodeList nodeList = svgGenerator.getTopLevelGroup().getChildNodes();
then point DOM Inspector at my nodeList, or right-click from the variables pane…
If this already exists, please forgive my ignorance. I’ve looked around but have been unable to find it.