#include <html_list.h>

Protected Member Functions | |
HTMLOListElement (HTMLOListElementImpl *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
Ordered list.
See the OL element definition in HTML 4.0.
Definition at line 226 of file html_list.h.
Constructor & Destructor Documentation
◆ HTMLOListElement() [1/4]
HTMLOListElement::HTMLOListElement | ( | ) |
Definition at line 226 of file html_list.cpp.
◆ HTMLOListElement() [2/4]
HTMLOListElement::HTMLOListElement | ( | const HTMLOListElement & | other | ) |
Definition at line 230 of file html_list.cpp.
◆ HTMLOListElement() [3/4]
|
inline |
Definition at line 231 of file html_list.h.
◆ HTMLOListElement() [4/4]
|
protected |
Definition at line 234 of file html_list.cpp.
◆ ~HTMLOListElement()
HTMLOListElement::~HTMLOListElement | ( | ) |
Definition at line 250 of file html_list.cpp.
Member Function Documentation
◆ compact()
bool HTMLOListElement::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 254 of file html_list.cpp.
◆ operator=() [1/2]
HTMLOListElement & HTMLOListElement::operator= | ( | const HTMLOListElement & | other | ) |
Definition at line 244 of file html_list.cpp.
◆ operator=() [2/2]
HTMLOListElement & HTMLOListElement::operator= | ( | const Node & | other | ) |
Definition at line 238 of file html_list.cpp.
◆ setCompact()
void HTMLOListElement::setCompact | ( | bool | _compact | ) |
see compact
Definition at line 260 of file html_list.cpp.
◆ setStart()
void HTMLOListElement::setStart | ( | long | _start | ) |
see start
Definition at line 277 of file html_list.cpp.
◆ setType()
void HTMLOListElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 292 of file html_list.cpp.
◆ start()
long HTMLOListElement::start | ( | ) | const |
Starting sequence number.
See the start attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 271 of file html_list.cpp.
◆ type()
DOMString HTMLOListElement::type | ( | ) | const |
Numbering style.
See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 286 of file html_list.cpp.
The documentation for this class was generated from the following files: