DOM class implementation. #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should exist a DOM (document object model) class that is the result of the parser's execution.
This class should be a part of the
parserclass. i.e. a parser has a DOM.Once the parser is completed, the DOM should reside (completed) inside, where the DOM parser can execute and generate an output string.