Searched defs:htmlTree (Results 1 - 2 of 2) 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));
/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]));

Completed in 1273 milliseconds