IDOMElement
Interface representing a custom tag, or a standard action (jsp:tag) in a JSP document.
IDOMElement
, IDOMNode
Method Summary |
public |
|
Methods from interface com.bea.ide.lang.jsp. |
|
Methods from interface com.bea.ide.lang.jsp. |
|
Method Detail |
public IJspTaglibDirective
getTaglibDirective()
Returns the taglib directive in the document that has the same prefix as this tag's prefix.
This method will return null if this is a standard action (i.e. its prefix is "jsp:")