Node Abstract Base Class implementation #11

Closed
opened 2025-10-14 14:59:15 -07:00 by azpect · 0 comments
Owner

A node class should exist that is used as the base for the DOM tree. This node class will be inherited from in various other classes such as RootNode, ParagraphNode and HeaderNode.

This will enable us to create a polymorphic tree, allowing for easy string generation once the tree is in place.

For now, this class will be a simple ABC and not contain any content; the child nodes will be added next.

A node class should exist that is used as the base for the DOM tree. This node class will be inherited from in various other classes such as `RootNode`, `ParagraphNode` and `HeaderNode`. This will enable us to create a polymorphic tree, allowing for easy string generation once the tree is in place. For now, this class will be a simple ABC and not contain any content; the child nodes will be added next.
azpect added the
Kind/Feature
Priority
High
labels 2025-10-14 14:59:15 -07:00
azpect self-assigned this 2025-10-14 14:59:15 -07:00
azpect added this to the (SPRINT) Internal HTML Tree Generation (DOM) project 2025-10-14 14:59:15 -07:00
azpect moved this to Done in (SPRINT) Internal HTML Tree Generation (DOM) on 2025-10-17 13:19:47 -07:00
Sign in to join this conversation.
No description provided.