Document Explorer?

I’ve seen some references to something called “Document Explorer.” This is (I think) a standalone tool that shows the DOM tree of a Word document. Such a tool would be very useful in tracking down some strangeness that I am seeing in a Word doc. Does this exist as a compiled binary that can be downloaded? I run on Windows, programming for a Java environment. We use an Eclipse-based IDE. I have no access to Visual Studio or IntelliJ. Thanks.

@riwright No, unfortunately, there is no pre-compiled binary of DocumentExplorer available. DocumentExplorer is provided as Aspose.Words demo application. You can find it’s sources in our Github:
https://github.com/aspose-words/Aspose.Words-for-Java/tree/master/Examples/DocsExamples/Java/src/main/java/DocsExamples/Document_explorer