#include <html_list.h>
Protected Member Functions | |
| HTMLLIElement (HTMLLIElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
| HTMLElement (HTMLElementImpl *impl) | |
| void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
| Element (ElementImpl *_impl) | |
Additional Inherited Members | |
Public Types inherited from DOM::Node | |
| 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 Public Member Functions inherited from DOM::Element | |
| 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) |
Protected Attributes inherited from DOM::Node | |
| NodeImpl * | impl |
Detailed Description
Constructor & Destructor Documentation
◆ HTMLLIElement() [1/4]
| HTMLLIElement::HTMLLIElement | ( | ) |
Definition at line 124 of file html_list.cpp.
◆ HTMLLIElement() [2/4]
| HTMLLIElement::HTMLLIElement | ( | const HTMLLIElement & | other | ) |
Definition at line 128 of file html_list.cpp.
◆ HTMLLIElement() [3/4]
|
inline |
Definition at line 136 of file html_list.h.
◆ HTMLLIElement() [4/4]
|
protected |
Definition at line 132 of file html_list.cpp.
◆ ~HTMLLIElement()
| HTMLLIElement::~HTMLLIElement | ( | ) |
Definition at line 148 of file html_list.cpp.
Member Function Documentation
◆ operator=() [1/2]
| HTMLLIElement & HTMLLIElement::operator= | ( | const HTMLLIElement & | other | ) |
Definition at line 142 of file html_list.cpp.
◆ operator=() [2/2]
| HTMLLIElement & HTMLLIElement::operator= | ( | const Node & | other | ) |
Definition at line 136 of file html_list.cpp.
◆ setType()
| void HTMLLIElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 158 of file html_list.cpp.
◆ setValue()
| void HTMLLIElement::setValue | ( | long | _value | ) |
see value
Definition at line 169 of file html_list.cpp.
◆ type()
| DOMString HTMLLIElement::type | ( | ) | const |
List item bullet style.
See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 152 of file html_list.cpp.
◆ value()
| long HTMLLIElement::value | ( | ) | const |
Reset sequence number when used in OL See the value attribute definition in HTML 4.0.
This attribute is deprecated in HTML 4.0.
Definition at line 163 of file html_list.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from