Searched refs:htmlTree (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlDocument.java46 * @param htmlTree HTML tree of the document
48 public HtmlDocument(Content docType, Content docComment, Content htmlTree) { argument
52 addContent(nullCheck(htmlTree));
59 * @param htmlTree HTML tree of the document
61 public HtmlDocument(Content docType, Content htmlTree) { argument
64 addContent(nullCheck(htmlTree));
H A DHtmlDocWriter.java338 Content htmlTree = HtmlTree.HTML(configuration.getLocale().getLanguage(),
341 htmlComment, htmlTree);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java213 private void addAnchor(DeprecatedAPIListBuilder builder, int type, Content htmlTree) { argument
215 htmlTree.addContent(getMarkerAnchor(ANCHORS[type]));
H A DSourceToHTMLConverter.java207 Content htmlTree = HtmlTree.HTML(configuration.getLocale().getLanguage(),
209 Content htmlDocument = new HtmlDocument(htmlDocType, htmlTree);
H A DHtmlDocletWriter.java446 Content htmlTree = HtmlTree.HTML(configuration.getLocale().getLanguage(),
449 htmlComment, htmlTree);

Completed in 63 milliseconds