Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlTree
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
This package contains classes that create and write HTML markup tags.
-
Verwendungen von HtmlTree in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungReturns an HtmlTree for the BODY element.protected HtmlTree
ClassUseWriter.getClassUseHeader()
Get the header for the class use listing.HtmlDocletWriter.getFooter()
Returns aprotected HtmlTree
HtmlDocletWriter.getHeader
(Navigation.PageMode pageMode) Returns aelement, containing the user “top” text, if any, and the main navigation bar. protected HtmlTree
HtmlDocletWriter.getHeader
(Navigation.PageMode pageMode, Element element) Returns aelement, containing the user “top” text, if any, and the main navigation bar. SummaryListWriter.getHeader
(Navigation.PageMode pageMode, String titleKey) protected HtmlTree
PackageTreeWriter.getPackageTreeHeader()
Get the package tree header.Modifizierer und TypMethodeBeschreibungvoid
ModuleWriterImpl.addPackageSummary
(HtmlTree li) Add the package summary for the module. -
Verwendungen von HtmlTree in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Modifizierer und TypMethodeBeschreibungstatic HtmlTree
Creates an HTML A element.static HtmlTree
Creates an HTML A element.HtmlTree.add
(CharSequence stringContent) Adds text content for the HTML element.Adds each of a list of content items.Adds additional content for the HTML element.<T> HtmlTree
HtmlTree.addAll
(Collection<T> items, Function<T, Content> mapper) Adds each of a collection of items, using a map function to create the content for each item.HtmlTree.addUnchecked
(Content content) Adds content to this HTML tree without checking whether it is discardable.static HtmlTree
Creates an HTML CAPTION element with the given content.static HtmlTree
Creates an HTML CODE element with the given content.static HtmlTree
Creates an HTML DD element with the given content.static HtmlTree
HtmlTree.DETAILS()
Creates an HTML DETAILS element.static HtmlTree
Creates an HTML DETAILS element.static HtmlTree
Creates an HTML DIV element with the given style.static HtmlTree
Creates an HTML DIV element with the given style and content.static HtmlTree
Creates an HTML DIV element with the given content.static HtmlTree
Creates an HTML DL element with the given style.static HtmlTree
Creates an HTML DL element with the given style and content.static HtmlTree
Creates an HTML DT element with the given content.static HtmlTree
HtmlTree.FOOTER()
Creates an HTML FOOTER element.static HtmlTree
HtmlTree.HEADER()
Creates an HTML HEADER element.static HtmlTree
Creates an HTML heading element with the given style and content.static HtmlTree
Creates an HTML heading element with the given content.static HtmlTree
HtmlTree.HEADING_TITLE
(TagName headingTag, HtmlStyle style, Content body) Creates an HTML heading element with the given style and content.static HtmlTree
HtmlTree.HEADING_TITLE
(TagName headingTag, Content body) Creates an HTML heading element with the given style and content.static HtmlTree
Creates an HTML HTML element with the given lang attribute, and HEAD and BODY contents.static HtmlTree
Creates an HTML INPUT element with the given id.static HtmlTree
Creates an HTML LABEL element with the given content.static HtmlTree
Creates an HTML LI element with the given style and the given content.static HtmlTree
Creates an HTML LI element with the given content.static HtmlTree
Creates an HTML LINK tag with the given attributes.static HtmlTree
HtmlTree.MAIN()
Creates an HTML MAIN element.static HtmlTree
Creates an HTML MAIN element with the given content.static HtmlTree
Creates an HTML META element with name and content attributes.static HtmlTree
Creates an HTML META element with http-equiv and content attributes.static HtmlTree
HtmlTree.NAV()
Creates an HTML NAV element.static HtmlTree
Creates an HTML NOSCRIPT element with some content.static HtmlTree
Creates an HTML P element with the given style and some content.static HtmlTree
Creates an HTML P element with some content.static HtmlTree
Creates an HTML PRE element with some content.Adds an attribute.static HtmlTree
Creates an HTML SCRIPT element with some script content.static HtmlTree
Creates an HTML SECTION element with the given style.static HtmlTree
Creates an HTML SECTION element with the given style and some content.Sets the id attribute.HtmlTree.setRole
(HtmlAttr.Role role) Sets the role attribute.Sets the class attribute.Sets the title attribute.static HtmlTree
Creates an HTML SMALL element with some content.static HtmlTree
Creates an HTML SPAN element with the given id and style, and some content.static HtmlTree
Creates an HTML SPAN element with the given style.static HtmlTree
Creates an HTML SPAN element with the given style and some content.static HtmlTree
Creates an HTML SPAN element with some content.static HtmlTree
Creates an HTML SPAN element with the given id and some content.static HtmlTree
Creates an HTML SUMMARY element with the given content.static HtmlTree
Creates an HTML SUP element with the given content.static HtmlTree
Creates an HTML TD element with the given style and some content.static HtmlTree
Creates an HTML TH element with the given scope, and some content.static HtmlTree
Creates an HTML TH element with the given style and scope, and some content.static HtmlTree
Creates an HTML TITLE element with some content.static HtmlTree
Creates an HTML UL element with the given style.static <T> HtmlTree
HtmlTree.UL
(HtmlStyle style, Collection<T> items, Function<T, Content> mapper) Creates an HTML UL element with the given style and content generated from a collection of items.static HtmlTree
Creates an HTML UL element with the given style and some content.Modifizierer und TypMethodeBeschreibung