IHTMLComment Interface
- public interface IHTMLComment
extends IDOMNode
Interface representing a comment element in an HTML or JSP document.
HTML comments are delimited by <-- and -->
A simple comment will have one child which is a IDOMTextNode
.
In a JSP document, an HTML comment may also contain scriptlets, or IJspAction
objects.
-
All Superinterfaces
-
IDOMNode
Methods from interface com.bea.ide.lang.jsp.IDOMNode |
appendChild , decodeNodeValue , encodeNodeValue , getChildCount , getChildNode , getFirstChild , getLastChild , getNodeName , getNodeValue , getOwnerDocument , getParentNode , insertAfter , insertBefore , isReadOnly , matches , nextSibling , normalize , previousSibling , reformat , removeChild , setNodeValue
|