Definition at line 882 of file Webelo.cpp.
◆ ~HTMLCollection()
| HTMLCollection::~HTMLCollection |
( |
| ) |
|
◆ append()
| void HTMLCollection::append |
( |
Element * | node | ) |
|
|
inline |
◆ insert()
| void HTMLCollection::insert |
( |
Element * | node, |
|
|
const unsigned long & | index ) |
|
inline |
◆ item()
| Element * HTMLCollection::item |
( |
const unsigned long & | index | ) |
const |
◆ length()
| unsigned long HTMLCollection::length |
( |
| ) |
const |
|
nodiscard |
◆ namedItem()
| Element * HTMLCollection::namedItem |
( |
const DOMString & | name | ) |
const |
CHECK IF element IS IN THE HTML NAMESPACE CHECK IF element HAS A NAME ATTRIBUTE WHOSE VALUE IS name
Definition at line 4113 of file Webelo.cpp.
◆ operator[]() [1/2]
| Element * HTMLCollection::operator[] |
( |
const DOMString & | name | ) |
const |
|
inline |
◆ operator[]() [2/2]
| Element * HTMLCollection::operator[] |
( |
const unsigned long & | index | ) |
const |
|
inline |
◆ remove()
| void HTMLCollection::remove |
( |
Element * | node | ) |
|
|
inline |
◆ element_list
| std::vector<Element*> HTMLCollection::element_list = {} |
The documentation for this class was generated from the following file: