Class HtmlBlockQuote

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlBlockQuote extends HtmlElement
Wrapper for the HTML element "blockquote".
See Also:
  • Field Details

  • Method Details

    • getCiteAttribute

      public final String getCiteAttribute()
      Returns the value of the attribute cite. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute cite or an empty string if that attribute isn't defined