Namespace DocWright.Formats.Html
Classes
- HtmlFormats
The format descriptor the HTML reader and writer share.
- HtmlReadOptions
Format-specific settings for HtmlReader.
- HtmlReader
Reads HTML into the mutable DocWright document model.
- HtmlWriteOptions
Format-specific settings for HtmlWriter.
- HtmlWriter
Writes the mutable DocWright document model to HTML.
Structs
- HtmlResource
The bytes and content type of a resource a host resolved on the reader's behalf.
Interfaces
- IHtmlResourceResolver
Resolves a resource an HTML document references — an
<img src>that is not a data URI, or a linked stylesheet.
- IHtmlResourceWriter
Receives the resources a linked-mode export produces and returns the href to reference them by. The writer never touches the file system.
Enums
- HtmlOutputMode
How the writer emits resources the document carries.