facebook

DOM Inspector w/ org.w3c.dom.Node derived objects?

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249295 Reply

    William Noto
    Member

    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.

    #249347

    Riyad Kalla
    Member

    Just to clarify, you want runtime evaluation of your DOM’s that are created from parsing XML? Like in your example, parsing in some SVG then having a look at the tree that is created from it during runtime?

    #249373

    William Noto
    Member

    Exactly – I think it would be a really useful feature.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: DOM Inspector w/ org.w3c.dom.Node derived objects?

You must be logged in to post in the forum log in