|
WEBELO
HTML Visualizer & DOM Library
|
Public Member Functions | |
| virtual void | setdata (DOMString data) override |
| Public Member Functions inherited from Text | |
| DOMString | wholeText () |
| Text (DOMString data="") | |
| Text * | splitText (unsigned long offset) |
| Public Member Functions inherited from CharacterData | |
| unsigned long | length () |
| DOMString | substringData (unsigned long offset, unsigned long count) |
| void | appendData (DOMString data) |
| void | insertData (unsigned long offset, DOMString data) |
| void | deleteData (unsigned long offset, unsigned long count) |
| void | replaceData (unsigned long offset, unsigned long count, DOMString data) |
| Element * | previousElementSibling () |
| Element * | nextElementSibling () |
| CharacterData (Document *ownerdoc=nullptr, Node *parentnode=nullptr) | |
| DOMString | getdata () |
| Public Member Functions inherited from Node | |
| 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 () |
| Public Member Functions inherited from EventTarget | |
| 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) |
Additional Inherited Members | |
| Public Attributes inherited from Text | |
| DOMString | slot ="" |
| HTMLSlotElement * | assignedSlot |
| IMPORTANT SOMEWHERE in dispatch_event (slottable check) | |
| Public Attributes inherited from Node | |
| node_type | nodeType |
| DOMString | nodeName |
| USVString | baseURI |
| Document * | ownerDocument |
| Node * | parentNode |
| Element * | parentElement = nullptr |
| NodeList | childNodes |
| DOMString | nodeValue |
| DOMString | textContent |
| Public Attributes inherited from EventTarget | |
| bool | has_activation_behavior = false |
| bool | has_legacy_canceled_activation_behavior = false |
| bool | has_legacy_pre_activation_behavior = false |
| std::function< void(Event *event)> | activation_behavior_algorithm = [](Event* event) {} |
| std::function< void()> | legacy_canceled_activation_behavior_algorithm = []() {} |
| std::function< void()> | legacy_pre_activation_behavior_algorithm = []() {} |
| std::vector< event_listener * > | event_listener_list = {} |
| Protected Attributes inherited from CharacterData | |
| DOMString | data |
Definition at line 1068 of file Webelo.cpp.
|
inlineoverridevirtual |
Reimplemented from Text.
Definition at line 1071 of file Webelo.cpp.