Class ExceptionXmlComment
An XML comment containing an <exception>
tag.
Import path
import Documentation.Documentation
Direct supertypes
Indirect supertypes
Inherited predicates
getAttribute | Gets the XML attribute value for an XML element, for a given XML attribute name | from XmlComment |
getCloseTag | Gets the name of the closing tag at offset | from XmlComment |
getEmptyTag | Gets the name of the empty tag at offset | from XmlComment |
getLocation | Gets the location of this comment line. | from CommentLine |
getOpenTag | Gets the name of the opening tag at offset | from XmlComment |
getParent | Gets the containing comment block. | from CommentLine |
getRawText | Gets the raw text of the comment, including the comment markers. | from CommentLine |
getText | Gets the text in the comment, trimmed to remove comment markers and leading and trailing whitespace. | from CommentLine |
hasBody | Holds if the XML element at the given offset is not empty. | from XmlComment |
toString | Gets a textual representation of this comment line. | from XmlComment |