IDOMSourceElement Interface
- public interface IDOMSourceElement
extends ISourceElement
Interface for mapping from a IDOMNode from a ISourceElement
In a JSP document, the structure tree elements will implement this interface, so that one can easily
go from working with ISourceElement's to working with IDOMNode's.
-
All Superinterfaces
-
IDocumentElement, IElement, ISourceElement, ITreeElement
Methods from interface com.bea.ide.sourceeditor.element.ISourceElement |
createAuthorNode, getCookie, getDiagnostics, getPropertyCode, getRange, getStatus, mergeFrom, requestAddChild, requestAddChild, requestRemoveChild, requestSetProperty |
getDOMNode() Method
public IDOMNode getDOMNode()