delta/html/ast library
Classes
- Element
- A named tag that can contain other nodes.
- Node
- Base class for any AST item.
- NodeVisitor
- Visitor pattern for the AST.
- Text
- A plain text element.
- UnparsedContent
- Inline content that has not been parsed into inline nodes (strong, links, etc).