HTMLQuoteElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement
Namespace: DOM
Detailed Description
Methods | |
__init__ (self) | |
__init__ (self, DOM.HTMLQuoteElement other) | |
__init__ (self, DOM.Node other) | |
__init__ (self, HTMLGenericElementImpl impl) | |
DOM.DOMString | cite (self) |
setCite (self, DOM.DOMString a0) |
Method Documentation
__init__ | ( | self ) |
__init__ | ( | self, | ||
DOM.HTMLQuoteElement | other | |||
) |
__init__ | ( | self, | ||
DOM.Node | other | |||
) |
__init__ | ( | self, | ||
HTMLGenericElementImpl | impl | |||
) |
DOM.DOMString cite | ( | self ) |
A URI designating a document that designates a source document or message. See the <a href="http://www.w3.org/TR/REC-html40/struct/text.html#adef-cite-Q"> cite attribute definition in HTML 4.0.
setCite | ( | self, | ||
DOM.DOMString | a0 | |||
) |
see cite