Package org.jdrupes.mdoclet
Klasse TreeConverter
java.lang.Object
org.jdrupes.mdoclet.TreeConverter
- 
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTreeConverter(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.voidconvertTag(List<DocTree> target, AuthorTree tree) Converts aAuthorTree.voidconvertTag(List<DocTree> target, DeprecatedTree tree) Converts aDeprecatedTree.voidconvertTag(List<DocTree> target, DocTree tree) Default conversion is a noop.voidconvertTag(List<DocTree> target, ParamTree tree) Converts aParamTree.voidconvertTag(List<DocTree> target, ReturnTree tree) Converts aReturnTree.voidconvertTag(List<DocTree> target, SeeTree tree) Converts aSeeTree.voidconvertTag(List<DocTree> target, SinceTree tree) Converts aSinceTree.voidconvertTag(List<DocTree> target, ThrowsTree tree) Converts aThrowsTree.voidconvertTag(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
 
 -