DOM::HTMLDirectoryElement Class Reference
#include <html_list.h>
Inheritance diagram for DOM::HTMLDirectoryElement:

Protected Member Functions | |
HTMLDirectoryElement (HTMLDirectoryElementImpl *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
Directory list.
See the DIR element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Definition at line 92 of file html_list.h.
Constructor & Destructor Documentation
◆ HTMLDirectoryElement() [1/4]
HTMLDirectoryElement::HTMLDirectoryElement | ( | ) |
Definition at line 77 of file html_list.cpp.
◆ HTMLDirectoryElement() [2/4]
HTMLDirectoryElement::HTMLDirectoryElement | ( | const HTMLDirectoryElement & | other | ) |
Definition at line 81 of file html_list.cpp.
◆ HTMLDirectoryElement() [3/4]
|
inline |
Definition at line 97 of file html_list.h.
◆ HTMLDirectoryElement() [4/4]
|
protected |
Definition at line 85 of file html_list.cpp.
◆ ~HTMLDirectoryElement()
HTMLDirectoryElement::~HTMLDirectoryElement | ( | ) |
Definition at line 101 of file html_list.cpp.
Member Function Documentation
◆ compact()
bool HTMLDirectoryElement::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 105 of file html_list.cpp.
◆ operator=() [1/2]
HTMLDirectoryElement & HTMLDirectoryElement::operator= | ( | const HTMLDirectoryElement & | other | ) |
Definition at line 95 of file html_list.cpp.
◆ operator=() [2/2]
HTMLDirectoryElement & HTMLDirectoryElement::operator= | ( | const Node & | other | ) |
Definition at line 89 of file html_list.cpp.
◆ setCompact()
void HTMLDirectoryElement::setCompact | ( | bool | _compact | ) |
see compact
Definition at line 111 of file html_list.cpp.
The documentation for this class was generated from the following files: