WEBELO
HTML Visualizer & DOM Library
Loading...
Searching...
No Matches
ParentNode Class Reference
Inheritance diagram for ParentNode:
Node EventTarget Document DocumentFragment Element XMLDocument ShadowRoot HTMLSlotElement

Public Member Functions

ElementfirstElementChild () const
ElementlastElementChild () 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)
ElementquerySelector (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 NodefirstChild ()
virtual NodelastChild ()
virtual NodepreviousSibling ()
virtual NodenextSibling ()
bool hasChildNodes () const
NodegetRootNode (bool composed=false)
void normalize ()
NodecloneNode (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)
NodeinsertBefore (Node *node, Node *child)
NodeappendChild (Node *node)
NodereplaceChild (Node *node, Node *child)
NoderemoveChild (Node *child)
virtual Nodeget_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 EventTargetget_the_parent (const Event *event)

Public Attributes

HTMLCollection children
Public Attributes inherited from Node
node_type nodeType
DOMString nodeName
USVString baseURI
DocumentownerDocument
NodeparentNode
ElementparentElement = 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 = {}

Detailed Description

Definition at line 927 of file Webelo.cpp.

Constructor & Destructor Documentation

◆ ParentNode()

ParentNode::ParentNode ( node_type nodeType,
DOMString nodeName,
Document * ownerDocument,
Node * parentNode )
inline

Definition at line 959 of file Webelo.cpp.

Member Function Documentation

◆ append()

void ParentNode::append ( std::vector< std::variant< Node *, DOMString > > & nodes)

Definition at line 4148 of file Webelo.cpp.

◆ childElementCount()

unsigned long ParentNode::childElementCount ( ) const
inline

Definition at line 937 of file Webelo.cpp.

◆ evaluate_children()

void ParentNode::evaluate_children ( )
inline

Definition at line 941 of file Webelo.cpp.

◆ firstElementChild()

Element * ParentNode::firstElementChild ( ) const
inline

Definition at line 930 of file Webelo.cpp.

◆ lastElementChild()

Element * ParentNode::lastElementChild ( ) const
inline

Definition at line 933 of file Webelo.cpp.

◆ making_it_abstract()

virtual void ParentNode::making_it_abstract ( )
inlinevirtual

Definition at line 957 of file Webelo.cpp.

◆ moveBefore()

void ParentNode::moveBefore ( Node * node,
Node * child )

Definition at line 4163 of file Webelo.cpp.

◆ prepend()

void ParentNode::prepend ( std::vector< std::variant< Node *, DOMString > > & nodes)

Definition at line 4140 of file Webelo.cpp.

◆ replaceChildren()

void ParentNode::replaceChildren ( std::vector< std::variant< Node *, DOMString > > & nodes)

Definition at line 4155 of file Webelo.cpp.

Member Data Documentation

◆ children

HTMLCollection ParentNode::children

Definition at line 929 of file Webelo.cpp.


The documentation for this class was generated from the following file: