[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Label/Content Provider for XML Editor's content outline?

I am looking for the code for the label and content providers for the xml editor's content outline.

I found the JFaceNodeLabelProvider and JFaceNodeContentprovider, found in org.eclipse.wst.xml.ui.internal.contentoutline, but they don't seem to be parsing out Attribute Nodes from the DOM model when I try to use those classes with MY editor.

However, the content outline view in WTP's xml editor does show attribute nodes, and they seem to be displaying correctly.

My treeviewer, uses the JFaceNodeLabelProvider and JFaceNodeContentprovider, however it doesn't recognize attribute nodes from the DOM model.

Any ideas?

Thanks!