Package org.jdrupes.mdoclet
Klasse TreeConverter
java.lang.Object
org.jdrupes.mdoclet.TreeConverter
-
Konstruktorübersicht
KonstruktorBeschreibungTreeConverter
(MarkdownProcessor processor, DocTreeFactory docTreeFactory, Elements elements) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungconvertDescription
(List<? extends DocTree> tree) Converts a complete description.convertFragment
(List<? extends DocTree> tree) Converts a fragment such as the description of a tag.convertSeeFragment
(List<? extends DocTree> tree) Converts a “see” tag.void
convertTag
(List<DocTree> target, AuthorTree tree) Converts aAuthorTree
.void
convertTag
(List<DocTree> target, DeprecatedTree tree) Converts aDeprecatedTree
.void
convertTag
(List<DocTree> target, DocTree tree) Default conversion is a noop.void
convertTag
(List<DocTree> target, ParamTree tree) Converts aParamTree
.void
convertTag
(List<DocTree> target, ReturnTree tree) Converts aReturnTree
.void
convertTag
(List<DocTree> target, SeeTree tree) Converts aSeeTree
.void
convertTag
(List<DocTree> target, SinceTree tree) Converts aSinceTree
.void
convertTag
(List<DocTree> target, ThrowsTree tree) Converts aThrowsTree
.void
convertTag
(List<DocTree> target, VersionTree tree) Converts aVersionTree
.
-
Konstruktordetails
-
TreeConverter
-
-
Methodendetails
-
convertDescription
Converts a complete description.- Parameter:
tree
- the tree to convert- Gibt zurück:
- the result
-
convertFragment
Converts a fragment such as the description of a tag.An attempt is made to remove any surrounding HTML tag added by the markdown processor.
- Parameter:
tree
- the tree to convert- Gibt zurück:
- the result
-
convertSeeFragment
Converts a “see” tag.The text is interpreted as markdown. If the result is a quoted link, only the link is returned.
- Parameter:
tree
- the tree to convert- Gibt zurück:
- the result
-
convertTag
Default conversion is a noop.- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aAuthorTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aDeprecatedTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aParamTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aReturnTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aSeeTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aSinceTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aThrowsTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-
convertTag
Converts aVersionTree
.See the overview for a description of the behavior.
- Parameter:
target
- the list to append the result totree
- the tree to convert
-