IDOMSourceElement Interface

com.bea.ide.lang.jsp
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

Field Summary

   
Fields from interface com.bea.ide.sourceeditor.element.ISourceElement
STATUS_IN_TREE, STATUS_NOT_IN_TREE, STATUS_REMOVED_FROM_TREE
 

Method Summary

public IDOMNode
getDOMNode()
 
Methods from interface com.bea.ide.document.IDocumentElement
getDocument
 
Methods from interface com.bea.ide.element.IElement
getProperty, getPropertyDescriptors, setProperty
 
Methods from interface com.bea.ide.sourceeditor.element.ISourceElement
createAuthorNode, getCookie, getDiagnostics, getPropertyCode, getRange, getStatus, mergeFrom, requestAddChild, requestAddChild, requestRemoveChild, requestSetProperty
 
Methods from interface com.bea.ide.element.ITreeElement
children, getChild, getChildCount, getParent
   

Method Detail

getDOMNode() Method

public IDOMNode getDOMNode()