DOM::HTMLBlockquoteElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLBlockquoteElement:

Protected Member Functions | |
HTMLBlockquoteElement (HTMLElementImpl *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
??? See the BLOCKQUOTE element definition in HTML 4.0.
Definition at line 50 of file html_block.h.
Constructor & Destructor Documentation
◆ HTMLBlockquoteElement() [1/4]
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | ) |
Definition at line 35 of file html_block.cpp.
◆ HTMLBlockquoteElement() [2/4]
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 40 of file html_block.cpp.
◆ HTMLBlockquoteElement() [3/4]
|
inline |
Definition at line 55 of file html_block.h.
◆ HTMLBlockquoteElement() [4/4]
|
protected |
Definition at line 45 of file html_block.cpp.
◆ ~HTMLBlockquoteElement()
HTMLBlockquoteElement::~HTMLBlockquoteElement | ( | ) |
Definition at line 62 of file html_block.cpp.
Member Function Documentation
◆ cite()
DOMString HTMLBlockquoteElement::cite | ( | ) | const |
A URI designating a document that describes the reason for the change.
See the cite attribute definition in HTML 4.0.
Definition at line 66 of file html_block.cpp.
◆ operator=() [1/2]
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 56 of file html_block.cpp.
◆ operator=() [2/2]
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const Node & | other | ) |
Definition at line 50 of file html_block.cpp.
◆ setCite()
void HTMLBlockquoteElement::setCite | ( | const DOMString & | value | ) |
see cite
Definition at line 72 of file html_block.cpp.
The documentation for this class was generated from the following files: