Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buoyad/dom-tree

Creates a Document Object Model based on input HTML file and performs manipulations on the file by manipulating the tree.
https://github.com/buoyad/dom-tree

Last synced: 18 days ago
JSON representation

Creates a Document Object Model based on input HTML file and performs manipulations on the file by manipulating the tree.

Awesome Lists containing this project

README

        

# DOM-Tree
Creates a Document Object Model based on input HTML file and performs manipulations on the file by manipulating the tree.
This was yet another student assignment in Rutgers' CS112 (Data Structures) course. The driver was written by course instructors,
while the bulk of methods in src/structures/Tree.java were written by Daniel Ayoub. These methods include build, replaceTag, boldRow,
removeTag, and addTag, including all helper/recursive methods that these methods call.