Class RawHtml


  • @Deprecated
    public class RawHtml
    extends Content
    Deprecated.
    Class for generating raw HTML content to be added to HTML pages of javadoc output.

    This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

    Author:
    Bhavesh Patel
    • Field Detail

      • nbsp

        public static final Content nbsp
        Deprecated.
    • Constructor Detail

      • RawHtml

        public RawHtml​(String rawHtml)
        Deprecated.
        Constructor to construct a RawHtml object.
        Parameters:
        rawHtml - raw HTML text to be added
    • Method Detail

      • addContent

        public void addContent​(Content content)
        Deprecated.
        This method is not supported by the class.
        Specified by:
        addContent in class Content
        Parameters:
        content - content that needs to be added
        Throws:
        DocletAbortException - this method will always throw a DocletAbortException because it is not supported.
      • addContent

        public void addContent​(String stringContent)
        Deprecated.
        This method is not supported by the class.
        Specified by:
        addContent in class Content
        Parameters:
        stringContent - string content that needs to be added
        Throws:
        DocletAbortException - this method will always throw a DocletAbortException because it is not supported.
      • isEmpty

        public boolean isEmpty()
        Deprecated.
        Returns true if the content is empty.
        Specified by:
        isEmpty in class Content
        Returns:
        true if no content to be displayed else return false
      • toString

        public String toString()
        Deprecated.
        Returns a string representation of the content.
        Overrides:
        toString in class Content
        Returns:
        string representation of the content
      • charCount

        public int charCount()
        Deprecated.
        Description copied from class: Content
        Return the number of characters of plain text content in this object (optional operation.)
        Overrides:
        charCount in class Content
        Returns:
        the number of characters of plain text content in this