Java源码示例:com.sun.tools.doclets.formats.html.SectionName

示例1
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例2
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例3
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例4
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例5
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例6
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例7
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例8
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例9
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例10
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例11
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例12
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例13
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例14
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例15
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例16
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例17
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例18
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例19
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例20
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例21
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例22
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例23
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例24
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例25
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例26
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}
 
示例27
/**
 * Get the link.
 *
 * @param sectionName      The section name to which the link will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName) {
    return DocLink.fragment(sectionName.getName());
}
 
示例28
/**
 * Get the link.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @return a DocLink object for the hyper link
 */
public DocLink getDocLink(SectionName sectionName, String where) {
    return DocLink.fragment(sectionName.getName() + getName(where));
}
 
示例29
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name to which the link will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName,
                           Content label) {
    return getHyperLink(getDocLink(sectionName), label, "", "");
}
 
示例30
/**
 * Get Html Hyper Link Content.
 *
 * @param sectionName      The section name combined with where to which the link
 *                         will be created.
 * @param where            The fragment combined with sectionName to which the link
 *                         will be created.
 * @param label            Tag for the link.
 * @return a content tree for the hyper link
 */
public Content getHyperLink(SectionName sectionName, String where,
                           Content label) {
    return getHyperLink(getDocLink(sectionName, where), label, "", "");
}