java - What eclipse API should I use to access the dom tree of a jsp file? -
i have programmatic access dom tree of jsp files within eclipse workspace. eclipse api should use therefore?
the bundle org.eclipse.jst.jsp.core contains jspsourceparser
. in internal package , therefore not accessible.
it nice if solution works helios release.
no, since put 13 years ago, there's conflict between being binary compatible , having clean , public api (moving interconnected interfaces hard). what's there "provisional", unlikely change.
see http://www.eclipse.org/webtools/wst/components/sse/overview.html (plus http://www.eclipse.org/forums/index.php?t=msg&th=64634/) , start references sse imodelmanager class (plus javadoc class) obtaining idommodel. parser class saw works @ syntax level. it's used code builds dom, not build dom itself.
Comments
Post a Comment