| Interface | Description |
|---|---|
| HtmlSerializer |
Interface for HTML serializers, which turn a Document into a String.
|
| Class | Description |
|---|---|
| CompactHtmlSerializer |
Performs simple content compaction while writing HTML documents.
|
| DefaultHtmlSerializer |
This parser does not try to escape entities in text content as it expects the parser
to have retained the original entity references rather than its resolved form in text nodes.
|
| GadgetHtmlParser |
Parser for arbitrary HTML content
|
| HtmlSerialization |
Static class with helpers to manage serialization of a Document.
|
| ParseModule |
Provide parse bindings
|
| ParseModule.DOMImplementationProvider |
Provider of new HTMLDocument implementations.
|
| SocialDataTags |
Helper class containing all defs regarding social data tags,
and one helper method to retrieve all such tags from the document.
|
Copyright © 2007-2012. All Rights Reserved.