HtmlWalker is a set of C# or Java classes you can use to parse or "walk" an HTML file. Rather than use the SAX or DOM methods, HtmlWalker lets you use the Visitor Pattern.
The classes are meant to be subclassed and used together as per your needs, is is the underlying technology for the StoryParser project.
Features
- Available for use with C# and Java
- Support for HTML, HTML5, and XHTML files
- Able to chain or pipe walkers for flexibility and re-usability
- Able to attach custom visitors for flexibility and re-usablity
Follow HtmlWalker
Other Useful Business Software
Train ML Models With SQL You Already Know
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of HtmlWalker!