Documentation ¶
Index ¶
- type Error
- type ErrorType
- type Root
- func (r Root) Attrs() map[string]string
- func (r Root) Children() []*Root
- func (r Root) Find(args ...string) *Root
- func (r Root) FindAll(args ...string) ([]*Root, error)
- func (r Root) FindAllStrict(args ...string) ([]*Root, error)
- func (r Root) FindNextElementSibling() *Root
- func (r Root) FindNextSibling() *Root
- func (r Root) FindPrevElementSibling() *Root
- func (r Root) FindPrevSibling() *Root
- func (r Root) FindStrict(args ...string) *Root
- func (r Root) FullText() string
- func (r Root) HTML() string
- func (r Root) Text() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Root ¶
func (Root) FindNextElementSibling ¶
func (Root) FindNextSibling ¶
func (Root) FindPrevElementSibling ¶
func (Root) FindPrevSibling ¶
func (Root) FindStrict ¶
Click to show internal directories.
Click to hide internal directories.