#include <html_list.h>

Protected Member Functions | |
HTMLUListElement (HTMLUListElementImpl *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
Unordered list.
See the UL element definition in HTML 4.0.
Definition at line 294 of file html_list.h.
Constructor & Destructor Documentation
◆ HTMLUListElement() [1/4]
HTMLUListElement::HTMLUListElement | ( | ) |
Definition at line 299 of file html_list.cpp.
◆ HTMLUListElement() [2/4]
HTMLUListElement::HTMLUListElement | ( | const HTMLUListElement & | other | ) |
Definition at line 303 of file html_list.cpp.
◆ HTMLUListElement() [3/4]
|
inline |
Definition at line 299 of file html_list.h.
◆ HTMLUListElement() [4/4]
|
protected |
Definition at line 307 of file html_list.cpp.
◆ ~HTMLUListElement()
HTMLUListElement::~HTMLUListElement | ( | ) |
Definition at line 323 of file html_list.cpp.
Member Function Documentation
◆ compact()
bool HTMLUListElement::compact | ( | ) | const |
Reduce spacing between list items.
See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 327 of file html_list.cpp.
◆ operator=() [1/2]
HTMLUListElement & HTMLUListElement::operator= | ( | const HTMLUListElement & | other | ) |
Definition at line 317 of file html_list.cpp.
◆ operator=() [2/2]
HTMLUListElement & HTMLUListElement::operator= | ( | const Node & | other | ) |
Definition at line 311 of file html_list.cpp.
◆ setCompact()
void HTMLUListElement::setCompact | ( | bool | _compact | ) |
see compact
Definition at line 333 of file html_list.cpp.
◆ setType()
void HTMLUListElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 350 of file html_list.cpp.
◆ type()
DOMString HTMLUListElement::type | ( | ) | const |
Bullet style.
See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 344 of file html_list.cpp.
The documentation for this class was generated from the following files: