All Packages Class Hierarchy This Package Previous Next Index
Interface com.jclark.xml.parse.CommentEvent
- public interface CommentEvent
- extends LocatedEvent
Information about a comment
- See Also:
- comment
-
getComment()
- Returns the body of the comment occurring between
the
<--
and -->
.
getComment
public abstract String getComment()
- Returns the body of the comment occurring between
the
<--
and -->
.
All Packages Class Hierarchy This Package Previous Next Index