Documentation
¶
Index ¶
- Variables
- type GetOpts
- type HTML
- func (h *HTML) EachIframe(callback func(string))
- func (h *HTML) EachImage(callback func(string))
- func (h *HTML) EachLink(callback func(string))
- func (h *HTML) Get(pageUrl string, opts *GetOpts) error
- func (h *HTML) Parse(r io.Reader)
- func (h *HTML) ParseString(str string)
- func (h *HTML) ResetUrl()
- func (h *HTML) SetUrl(pageUrl string) error
- func (h *HTML) Text() []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrGetFailed error
)
Functions ¶
This section is empty.
Types ¶
type HTML ¶
type HTML struct {
// contains filtered or unexported fields
}
func (*HTML) EachIframe ¶
func (*HTML) ParseString ¶
Click to show internal directories.
Click to hide internal directories.