Documentation ¶
Overview ¶
package parser provides a parser that has two stages:
Stage 1: Parse a [string] into an *html.Node tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser transforms the nodes from html.Parser into validated runtime-specific AST nodes.
Click to show internal directories.
Click to hide internal directories.