Web::DOM::HTMLQuoteElement
The DOM HTMLQuoteElement
object
DESCRIPTION
The Web::DOM::HTMLQuoteElement
class implements the DOM HTMLQuoteElement
interface.
The class is used by the HTML blockquote
and q
elements.
METHODS
In addition to the methods available for classes Web::DOM::Element and Web::DOM::HTMLElement, the following method is available:
$string = $el->cite
$el->cite ($string)
-
Return or set the
cite
attribute. [HTML]
SPECIFICATION
SEE ALSO
AUTHOR
Wakaba <wakaba@suikawiki.org>.
LICENSE
Copyright 2013 Wakaba <wakaba@suikawiki.org>.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.