Top 20 NuGet dom Packages

Parses files generated by the Clausewitz engine
TextDiscovery HtmlAgilityPack implementations of IDomInterpreter, IDomNodeFactory, and IHtmlConverter. Enables the following capabilities: mark search hits in the DOM, create HTML excerpts at a given word count with configurable element-breaking rules, and more.
Chai DOM (chai-dom) binding library for Bridge.NET projects.
React Faux DOM (react-faux-dom) binding library for Bridge.NET projects.
Incremental DOM (incremental-dom) binding library for Bridge.NET projects.
Virtual DOM (virtual-dom) binding library for Bridge.NET projects.
XML - SAX2 - DOM - XML writer
Prismic DOM (prismic-dom) binding library for Bridge.NET projects.
DOM Inputevent (dom-inputevent) binding library for Bridge.NET projects.
TypeScript CodeDOM
Search web elements by anchors, i.e. "anchor `First Name` search <input>", "Sign In", "parent `Is this true?` anchor <label> `Yes` search <button/span>", etc., more intuitive and easier than traditonal methods (xpath, css selector, id, name, class name, link, etc.), making Web UI automation testing ...
GET and parse HTML streams over HTTP or HTTPS, resilient to non-well-formed document structures. Query and enumerate DOM structures with IE's object model. example: var d = new DialectSoftware.Web.HTMLDOMDocument(new Uri("http://www.yahoo.com")) as IHTMLDocument2; Console.WriteLine(d.body.innerTex...
jQueryDOM simplifies responding to DOM changes by firing extra events when such changes occur. By default there is no way to know if, for example, an element has been appended without polling for HTML code changes; with jQueryDOM it becomes as simple as .on("DOMAppend",function() {}). It has only a ...
A pre-built Windows version of Zombie.js. This package adds a node_modules folder at the top-level of the solution containing the all of the modules required to run Zombie.js.
A library which supports DOM and JsonSchema.
Redistributable components for package 'poco.xml'. This package should only be installed as a dependency. (This is not the package you are looking for).
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.