Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlTree
Packages, die HtmlTree verwenden
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
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html, die HtmlTree zurückgebenModifizierer und TypMethodeBeschreibungReturns an HtmlTree for the BODY element.protected HtmlTreeClassUseWriter.getClassUseHeader()Get the header for the class use listing.HtmlDocletWriter.getFooter()Returns aprotected HtmlTreeHtmlDocletWriter.getHeader(Navigation.PageMode pageMode) Returns aelement, containing the user “top” text, if any, and the main navigation bar. protected HtmlTreeHtmlDocletWriter.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 HtmlTreePackageTreeWriter.getPackageTreeHeader()Get the package tree header.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ HtmlTreeModifizierer und TypMethodeBeschreibungvoidModuleWriterImpl.addPackageSummary(HtmlTree li) Add the package summary for the module. -
Verwendungen von HtmlTree in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html.markup, die HtmlTree zurückgebenModifizierer und TypMethodeBeschreibungstatic HtmlTreeCreates an HTML A element.static HtmlTreeCreates 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> HtmlTreeHtmlTree.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 HtmlTreeCreates an HTML CAPTION element with the given content.static HtmlTreeCreates an HTML CODE element with the given content.static HtmlTreeCreates an HTML DD element with the given content.static HtmlTreeHtmlTree.DETAILS()Creates an HTML DETAILS element.static HtmlTreeCreates an HTML DETAILS element.static HtmlTreeCreates an HTML DIV element with the given style.static HtmlTreeCreates an HTML DIV element with the given style and content.static HtmlTreeCreates an HTML DIV element with the given content.static HtmlTreeCreates an HTML DL element with the given style.static HtmlTreeCreates an HTML DL element with the given style and content.static HtmlTreeCreates an HTML DT element with the given content.static HtmlTreeHtmlTree.FOOTER()Creates an HTML FOOTER element.static HtmlTreeHtmlTree.HEADER()Creates an HTML HEADER element.static HtmlTreeCreates an HTML heading element with the given style and content.static HtmlTreeCreates an HTML heading element with the given content.static HtmlTreeHtmlTree.HEADING_TITLE(TagName headingTag, HtmlStyle style, Content body) Creates an HTML heading element with the given style and content.static HtmlTreeHtmlTree.HEADING_TITLE(TagName headingTag, Content body) Creates an HTML heading element with the given style and content.static HtmlTreeCreates an HTML HTML element with the given lang attribute, and HEAD and BODY contents.static HtmlTreeCreates an HTML INPUT element with the given id.static HtmlTreeCreates an HTML LABEL element with the given content.static HtmlTreeCreates an HTML LI element with the given style and the given content.static HtmlTreeCreates an HTML LI element with the given content.static HtmlTreeCreates an HTML LINK tag with the given attributes.static HtmlTreeHtmlTree.MAIN()Creates an HTML MAIN element.static HtmlTreeCreates an HTML MAIN element with the given content.static HtmlTreeCreates an HTML META element with name and content attributes.static HtmlTreeCreates an HTML META element with http-equiv and content attributes.static HtmlTreeHtmlTree.NAV()Creates an HTML NAV element.static HtmlTreeCreates an HTML NOSCRIPT element with some content.static HtmlTreeCreates an HTML P element with the given style and some content.static HtmlTreeCreates an HTML P element with some content.static HtmlTreeCreates an HTML PRE element with some content.Adds an attribute.static HtmlTreeCreates an HTML SCRIPT element with some script content.static HtmlTreeCreates an HTML SECTION element with the given style.static HtmlTreeCreates 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 HtmlTreeCreates an HTML SMALL element with some content.static HtmlTreeCreates an HTML SPAN element with the given id and style, and some content.static HtmlTreeCreates an HTML SPAN element with the given style.static HtmlTreeCreates an HTML SPAN element with the given style and some content.static HtmlTreeCreates an HTML SPAN element with some content.static HtmlTreeCreates an HTML SPAN element with the given id and some content.static HtmlTreeCreates an HTML SUMMARY element with the given content.static HtmlTreeCreates an HTML SUP element with the given content.static HtmlTreeCreates an HTML TD element with the given style and some content.static HtmlTreeCreates an HTML TH element with the given scope, and some content.static HtmlTreeCreates an HTML TH element with the given style and scope, and some content.static HtmlTreeCreates an HTML TITLE element with some content.static HtmlTreeCreates an HTML UL element with the given style.static <T> HtmlTreeHtmlTree.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 HtmlTreeCreates an HTML UL element with the given style and some content.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html.markup mit Parametern vom Typ HtmlTreeModifizierer und TypMethodeBeschreibung