#include <html_inline.h>

Protected Member Functions | |
HTMLQuoteElement (HTMLGenericElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | impl |
Detailed Description
For the Q
and BLOCKQUOTE
elements.
See the Q element definition in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the HTMLBlockQuoteElement interface, to represent the BLOCKQUOTE
element. To resolve ambiquities, we use this one for the Q
element only.
Definition at line 430 of file html_inline.h.
Constructor & Destructor Documentation
◆ HTMLQuoteElement() [1/4]
HTMLQuoteElement::HTMLQuoteElement | ( | ) |
Definition at line 390 of file html_inline.cpp.
◆ HTMLQuoteElement() [2/4]
HTMLQuoteElement::HTMLQuoteElement | ( | const HTMLQuoteElement & | other | ) |
Definition at line 394 of file html_inline.cpp.
◆ HTMLQuoteElement() [3/4]
|
inline |
Definition at line 435 of file html_inline.h.
◆ HTMLQuoteElement() [4/4]
|
protected |
Definition at line 398 of file html_inline.cpp.
◆ ~HTMLQuoteElement()
HTMLQuoteElement::~HTMLQuoteElement | ( | ) |
Definition at line 420 of file html_inline.cpp.
Member Function Documentation
◆ cite()
DOMString HTMLQuoteElement::cite | ( | ) | const |
A URI designating a document that designates a source document or message.
See the cite attribute definition in HTML 4.0.
Definition at line 424 of file html_inline.cpp.
◆ operator=() [1/2]
HTMLQuoteElement & HTMLQuoteElement::operator= | ( | const HTMLQuoteElement & | other | ) |
Definition at line 414 of file html_inline.cpp.
◆ operator=() [2/2]
HTMLQuoteElement & HTMLQuoteElement::operator= | ( | const Node & | other | ) |
Definition at line 408 of file html_inline.cpp.
◆ setCite()
void HTMLQuoteElement::setCite | ( | const DOMString & | value | ) |
see cite
Definition at line 430 of file html_inline.cpp.
The documentation for this class was generated from the following files: