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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of HtmlWalker!