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
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of HtmlWalker!