//
pkg.gl
Category
github.com/hunsin/go-htmlutil
dom
package
0.0.0-20200905061817-2226738adb87
Repository:
https://github.com/hunsin/go-htmlutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
270 SLOC
#
Functions
Fetch
Fetch sends the HTTP request and returns the DOM tree parsed from the response.
Parse
Parse returns the DOM tree parsed from the given Reader.
#
Interfaces
Document
A Document represents the DOM Document interface, which is the entry point a web page's content.
Element
An Element represents the DOM Element interface.
Node
A Node represents the DOM Node interface.