Searched refs:TagletOutput (Results 1 - 23 of 23) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DTagletOutput.java36 public interface TagletOutput { interface
46 * @param o a TagletOutput representing the output.
48 public abstract void appendOutput(TagletOutput o);
H A DTagletWriter.java49 public abstract TagletOutput getOutputInstance();
55 protected abstract TagletOutput getDocRootOutput();
63 protected abstract TagletOutput deprecatedTagOutput(Doc doc);
78 protected abstract TagletOutput getParamHeader(String header);
87 protected abstract TagletOutput paramTagOutput(ParamTag paramTag,
96 protected abstract TagletOutput returnTagOutput(Tag returnTag);
104 protected abstract TagletOutput seeTagOutput(Doc holder, SeeTag[] seeTags);
112 protected abstract TagletOutput simpleTagOutput(Tag[] simpleTags,
121 protected abstract TagletOutput simpleTagOutput(Tag simpleTag, String header);
128 protected abstract TagletOutput getThrowsHeade
[all...]
H A DTaglet.java135 * tag, return its TagletOutput representation, which is output
140 * @return the TagletOutput representation of this <code>Tag</code>.
142 public abstract TagletOutput getTagletOutput(Tag tag, TagletWriter writer) throws IllegalArgumentException;
151 * @return the TagletOutput representation of this <code>Tag</code>.
153 public abstract TagletOutput getTagletOutput(Doc holder, TagletWriter writer) throws IllegalArgumentException;
H A DBasePropertyTaglet.java59 * @return the TagletOutput representation of this <code>Tag</code>.
61 public TagletOutput getTagletOutput(Tag tag, TagletWriter tagletWriter) {
62 TagletOutput tagletOutput = tagletWriter.getOutputInstance();
H A DBaseTaglet.java133 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
141 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
H A DDeprecatedTaglet.java50 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
H A DDocRootTaglet.java62 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
H A DLegacyTaglet.java117 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer)
119 TagletOutput output = writer.getOutputInstance();
127 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer)
129 TagletOutput output = writer.getOutputInstance();
H A DParamTaglet.java164 * @return the TagletOutput representation of these <code>ParamTag</code>s.
166 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
169 TagletOutput output = getTagletOutput(false, member, writer,
190 * @return the TagletOutput representation of these <code>ParamTag</code>s.
192 private TagletOutput getTagletOutput(boolean isNonTypeParams, Doc holder,
194 TagletOutput result = writer.getOutputInstance();
215 private TagletOutput getInheritedTagletOutput(boolean isNonTypeParams, Doc holder,
218 TagletOutput result = writer.getOutputInstance();
262 * @return the TagletOutput representation of this <code>Tag</code>.
264 private TagletOutput processParamTag
[all...]
H A DInheritDocTaglet.java114 private TagletOutput retrieveInheritedDocumentation(TagletWriter writer,
116 TagletOutput replacement = writer.getTagletOutputInstance();
146 * @return the TagletOutput representation of this <code>Tag</code>.
148 public TagletOutput getTagletOutput(Tag tag, TagletWriter tagletWriter) {
H A DThrowsTaglet.java84 private TagletOutput linkToUndocumentedDeclaredExceptions(
87 TagletOutput result = writer.getOutputInstance();
109 private TagletOutput inheritThrowsDocumentation(Doc holder,
112 TagletOutput result = writer.getOutputInstance();
136 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
139 TagletOutput result = writer.getOutputInstance();
161 * @return the TagletOutput representation of this <code>Tag</code>.
163 protected TagletOutput throwsTagsOutput(ThrowsTag[] throwTags,
165 TagletOutput result = writer.getOutputInstance();
H A DSimpleTaglet.java204 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
211 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
H A DReturnTaglet.java75 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
H A DSeeTaglet.java63 public TagletOutput getTagletOutput(Doc holder, TagletWriter writer) {
H A DValueTaglet.java161 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DTagletWriterImpl.java54 public TagletOutput getOutputInstance() {
61 public TagletOutput getDocRootOutput() {
71 public TagletOutput deprecatedTagOutput(Doc doc) {
122 public TagletOutput getParamHeader(String header) {
132 public TagletOutput paramTagOutput(ParamTag paramTag, String paramName) {
133 TagletOutput result = new TagletOutputImpl("<dd><code>" + paramName + "</code>"
141 public TagletOutput returnTagOutput(Tag returnTag) {
142 TagletOutput result = new TagletOutputImpl(DocletConstants.NL + "<dt>" +
153 public TagletOutput seeTagOutput(Doc holder, SeeTag[] seeTags) {
198 public TagletOutput simpleTagOutpu
[all...]
H A DTagletOutputImpl.java37 public class TagletOutputImpl implements TagletOutput {
55 public void appendOutput(TagletOutput o) {
H A DClassWriterImpl.java379 TagletOutput output = (new ParamTaglet()).getTagletOutput(classDoc,
H A DHtmlDocletWriter.java2401 TagletOutput output = TagletWriter.getInlineTagOuput(
/openjdk7/langtools/test/com/sun/javadoc/testNestedInlineTag/testtaglets/
H A DBoldTaglet.java58 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
H A DGreenTaglet.java60 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
H A DUnderlineTaglet.java60 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {
/openjdk7/langtools/test/com/sun/javadoc/testTaglets/taglets/
H A DFoo.java51 public TagletOutput getTagletOutput(Tag tag, TagletWriter writer) {

Completed in 86 milliseconds