|
WEBELO
HTML Visualizer & DOM Library
|
Public Member Functions | |
| Element * | host () |
| Public Member Functions inherited from DocumentFragment | |
| DocumentFragment (Document *ownerdoc=nullptr, Node *parentnode=nullptr) | |
| Public Member Functions inherited from ParentNode | |
| Element * | firstElementChild () const |
| Element * | lastElementChild () const |
| unsigned long | childElementCount () const |
| void | evaluate_children () |
| void | prepend (std::vector< std::variant< Node *, DOMString > > &nodes) |
| void | append (std::vector< std::variant< Node *, DOMString > > &nodes) |
| void | replaceChildren (std::vector< std::variant< Node *, DOMString > > &nodes) |
| void | moveBefore (Node *node, Node *child) |
| Element * | querySelector (DOMString selectors) |
| NodeList | querySelectorAll (DOMString selectors) |
| virtual void | making_it_abstract () |
| ParentNode (node_type nodeType, DOMString nodeName, Document *ownerDocument, Node *parentNode) | |
| 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) |
Definition at line 1187 of file Webelo.cpp.
|
inline |
Definition at line 1197 of file Webelo.cpp.
| bool ShadowRoot::availableToElementInternals = false |
Definition at line 1192 of file Webelo.cpp.
| bool ShadowRoot::clonable = false |
Definition at line 1195 of file Webelo.cpp.
| CustomElementRegistry* ShadowRoot::custom_element_registry = nullptr |
Definition at line 1189 of file Webelo.cpp.
| bool ShadowRoot::declarative = false |
Definition at line 1193 of file Webelo.cpp.
| bool ShadowRoot::delegatesFocus = false |
Definition at line 1191 of file Webelo.cpp.
| bool ShadowRoot::keepCustomElementRegistryNull = false |
Definition at line 1200 of file Webelo.cpp.
| ShadowRootMode ShadowRoot::mode |
Definition at line 1190 of file Webelo.cpp.
| EventHandler ShadowRoot::onslotchange |
Definition at line 1198 of file Webelo.cpp.
| bool ShadowRoot::serializable = false |
Definition at line 1196 of file Webelo.cpp.
| SlotAssignmentMode ShadowRoot::slotAssignment |
Definition at line 1194 of file Webelo.cpp.