Class DocumentImpl
java.lang.Object
com.nomagic.reportwizard.tools.doc.javadoc.DocumentImpl
- All Implemented Interfaces:
Document
The default JavaDoc document implementation.
- Since:
- Sep 3, 2008
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn tag of specified kind of this document item.Return formatted text for this document.Return the first sentence of the comment as a collection of tags.Return comment as a collection of tags.Return the full unprocessed text of the comment.getTags()Return all tags in this document item.Return tags of specified kind of this document item.protected IToolgetTool()Access to Tool.
-
Constructor Details
-
DocumentImpl
Create a document. Thetooluses to retrieve the system configuration from report engine. You can leave this parameter to null.- Parameters:
rawComment- raw comment.tool- Document Tool
-
-
Method Details
-
get
Return tag of specified kind of this document item. If tags with same kind found, return the first tag of this kind. -
getRawComment
Return the full unprocessed text of the comment.- Specified by:
getRawCommentin interfaceDocument- Returns:
- the full unprocessed text of the comment.
-
getTags
Return all tags in this document item. -
getTags
Return tags of specified kind of this document item. Collection with zero length will be return if no matches found. -
getComment
Return formatted text for this document.- Returns:
- formatted text for this document
-
getInlineTags
Return comment as a collection of tags.- Returns:
- collection of tags.
-
getFirstSentenceTags
Return the first sentence of the comment as a collection of tags.- Returns:
- collection of tags.
-
getTool
Access to Tool.- Returns:
ITool
-