|
| bool | isConnected () |
| virtual Node * | firstChild () |
| virtual Node * | lastChild () |
| virtual Node * | previousSibling () |
| virtual Node * | nextSibling () |
| bool | hasChildNodes () const |
| Node * | getRootNode (bool composed=false) |
| void | normalize () |
| Node * | cloneNode (bool subtree) |
| | Node (node_type nodeType, DOMString nodeName, Document *ownerDocument=nullptr, Node *parentNode=nullptr) |
| unsigned long | length () |
| bool | isEqualNode (Node *otherNode) |
| bool | isSameNode (Node *otherNode) |
| unsigned short | compareDocumentPosition (Node *other) |
| bool | contains (Node *other) |
| virtual std::optional< DOMString > | lookupPrefix (std::optional< DOMString > &namesp) |
| std::optional< DOMString > | lookupNamespaceURI (std::optional< DOMString > &prefix) |
| bool | isDefaultNamespace (std::optional< DOMString > &namesp) |
| Node * | insertBefore (Node *node, Node *child) |
| Node * | appendChild (Node *node) |
| Node * | replaceChild (Node *node, Node *child) |
| Node * | removeChild (Node *child) |
| virtual Node * | get_the_parent (Event *event) |
| virtual std::optional< DOMString > | getnodeValue () |
| virtual void | setnodeValue (DOMString &val) |
| virtual std::optional< DOMString > | gettextContent () |
| virtual void | settextContent (DOMString &val) |
| bool | operator== (Node &other) |
| bool | operator^ (Node *other) |
| unsigned long | index () |
| void | addEventListener (DOMString &type, EventListener *callback, std::variant< AddEventListenerOptions, bool > &options) |
| void | removeEventListener (DOMString &type, EventListener *callback, bool capture) |
| void | removeAllEventListeners () |
| bool | dispatchEvent (Event *event) |
| bool | operator== (const EventTarget &a) |
| bool | operator!= (const EventTarget &a) |
| virtual EventTarget * | get_the_parent (const Event *event) |
Definition at line 624 of file Webelo.cpp.
◆ Node()
| Node::Node |
( |
node_type | nodeType, |
|
|
DOMString | nodeName, |
|
|
Document * | ownerDocument = nullptr, |
|
|
Node * | parentNode = nullptr ) |
◆ appendChild()
◆ cloneNode()
| Node * Node::cloneNode |
( |
bool | subtree | ) |
|
◆ compareDocumentPosition()
| unsigned short Node::compareDocumentPosition |
( |
Node * | other | ) |
|
◆ contains()
| bool Node::contains |
( |
Node * | other | ) |
|
◆ firstChild()
| Node * Node::firstChild |
( |
| ) |
|
|
inlinevirtual |
◆ get_the_parent()
◆ getnodeValue()
| virtual std::optional< DOMString > Node::getnodeValue |
( |
| ) |
|
|
inlinevirtual |
◆ getRootNode()
| Node * Node::getRootNode |
( |
bool | composed = false | ) |
|
◆ gettextContent()
| virtual std::optional< DOMString > Node::gettextContent |
( |
| ) |
|
|
inlinevirtual |
◆ hasChildNodes()
| bool Node::hasChildNodes |
( |
| ) |
const |
|
inline |
◆ index()
| unsigned long Node::index |
( |
| ) |
|
|
inline |
◆ insertBefore()
◆ isConnected()
| bool Node::isConnected |
( |
| ) |
|
|
inline |
◆ isDefaultNamespace()
| bool Node::isDefaultNamespace |
( |
std::optional< DOMString > & | namesp | ) |
|
◆ isEqualNode()
| bool Node::isEqualNode |
( |
Node * | otherNode | ) |
|
◆ isSameNode()
| bool Node::isSameNode |
( |
Node * | otherNode | ) |
|
◆ lastChild()
| Node * Node::lastChild |
( |
| ) |
|
|
inlinevirtual |
◆ length()
| unsigned long Node::length |
( |
| ) |
|
|
inline |
◆ lookupNamespaceURI()
| std::optional< DOMString > Node::lookupNamespaceURI |
( |
std::optional< DOMString > & | prefix | ) |
|
◆ lookupPrefix()
| std::optional< DOMString > Node::lookupPrefix |
( |
std::optional< DOMString > & | namesp | ) |
|
|
virtual |
◆ nextSibling()
| Node * Node::nextSibling |
( |
| ) |
|
|
virtual |
◆ normalize()
◆ operator==()
| bool Node::operator== |
( |
Node & | other | ) |
|
|
inline |
◆ operator^()
| bool Node::operator^ |
( |
Node * | other | ) |
|
|
inline |
◆ previousSibling()
| Node * Node::previousSibling |
( |
| ) |
|
|
virtual |
◆ removeChild()
| Node * Node::removeChild |
( |
Node * | child | ) |
|
◆ replaceChild()
◆ setnodeValue()
| virtual void Node::setnodeValue |
( |
DOMString & | val | ) |
|
|
inlinevirtual |
◆ settextContent()
| virtual void Node::settextContent |
( |
DOMString & | val | ) |
|
|
inlinevirtual |
◆ baseURI
◆ childNodes
◆ nodeName
◆ nodeType
◆ nodeValue
| DOMString Node::nodeValue |
◆ ownerDocument
◆ parentElement
| Element* Node::parentElement = nullptr |
◆ parentNode
◆ textContent
| DOMString Node::textContent |
The documentation for this class was generated from the following file: