Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConverterFlag ¶
type ConverterFlag uint
const ( Default ConverterFlag = 0 SkipUnlikelies ConverterFlag = 1 << iota )
type DomConverter ¶
type DomConverter struct {
// contains filtered or unexported fields
}
DomConverter converts a node and its children into a Document.
func NewDomConverter ¶
func NewDomConverter(flags ConverterFlag, builder webdoc.DocumentBuilder, pageURL *nurl.URL, logger logutil.Logger) *DomConverter
func (*DomConverter) Convert ¶
func (dc *DomConverter) Convert(root *html.Node)
Click to show internal directories.
Click to hide internal directories.