html

package
v0.0.0-...-c5bcced Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(orb *orbit.Orbit) interface{}

Types

type Module

type Module struct {
	// contains filtered or unexported fields
}

func (*Module) Load

func (this *Module) Load(i interface{}) *Selection

func (*Module) Open

func (this *Module) Open(u string) *Selection

type Selection

type Selection struct {
	// contains filtered or unexported fields
}

func NewSelection

func NewSelection(orb *orbit.Orbit, val *goquery.Selection) *Selection

func (*Selection) AddAttr

func (this *Selection) AddAttr(name, value string) *Selection

func (*Selection) AddClass

func (this *Selection) AddClass(class ...string) *Selection

func (*Selection) Append

func (this *Selection) Append(content interface{}) *Selection

func (*Selection) Attr

func (this *Selection) Attr(name string, value ...string) interface{}

func (*Selection) Children

func (this *Selection) Children(selector ...string) *Selection

func (*Selection) Clone

func (this *Selection) Clone() *Selection

func (*Selection) Closest

func (this *Selection) Closest(selector interface{}) *Selection

func (*Selection) Contents

func (this *Selection) Contents(selector ...string) *Selection

func (*Selection) Each

func (this *Selection) Each(callback otto.Value) *Selection

func (*Selection) Empty

func (this *Selection) Empty() *Selection

func (*Selection) End

func (this *Selection) End() *Selection

func (*Selection) Eq

func (this *Selection) Eq(index int) *Selection

func (*Selection) Filter

func (this *Selection) Filter(selector interface{}) *Selection

func (*Selection) Find

func (this *Selection) Find(selector interface{}) *Selection

func (*Selection) First

func (this *Selection) First() *Selection

func (*Selection) Has

func (this *Selection) Has(selector interface{}) *Selection

func (*Selection) HasClass

func (this *Selection) HasClass(class string) bool

func (*Selection) Html

func (this *Selection) Html(value ...string) interface{}

func (*Selection) Index

func (this *Selection) Index(selector ...interface{}) int

func (*Selection) Is

func (this *Selection) Is(selector interface{}) bool

func (*Selection) Last

func (this *Selection) Last() *Selection

func (*Selection) Length

func (this *Selection) Length() int

func (*Selection) Map

func (this *Selection) Map(callback otto.Value) []string

func (*Selection) Next

func (this *Selection) Next(selector ...string) *Selection

func (*Selection) NextAll

func (this *Selection) NextAll(selector ...string) *Selection

func (*Selection) NextUntil

func (this *Selection) NextUntil(selectors ...interface{}) *Selection

func (*Selection) Not

func (this *Selection) Not(selector interface{}) *Selection

func (*Selection) Parent

func (this *Selection) Parent(selector ...string) *Selection

func (*Selection) Parents

func (this *Selection) Parents(selector ...string) *Selection

func (*Selection) ParentsUntil

func (this *Selection) ParentsUntil(selectors ...interface{}) *Selection

func (*Selection) Pipe

func (this *Selection) Pipe(w io.Writer)

func (*Selection) Prepend

func (this *Selection) Prepend(content interface{}) *Selection

func (*Selection) Prev

func (this *Selection) Prev(selector ...string) *Selection

func (*Selection) PrevAll

func (this *Selection) PrevAll(selector ...string) *Selection

func (*Selection) PrevUntil

func (this *Selection) PrevUntil(selectors ...interface{}) *Selection

func (*Selection) Remove

func (this *Selection) Remove(selector ...string) *Selection

func (*Selection) RemoveAttr

func (this *Selection) RemoveAttr(name string) *Selection

func (*Selection) RemoveClass

func (this *Selection) RemoveClass(class ...string) *Selection

func (*Selection) ReplaceWith

func (this *Selection) ReplaceWith(selector interface{}) *Selection

func (*Selection) Siblings

func (this *Selection) Siblings(selector ...string) *Selection

func (*Selection) Slice

func (this *Selection) Slice(start, end int) *Selection

func (*Selection) Text

func (this *Selection) Text(value ...string) interface{}

func (*Selection) ToggleClass

func (this *Selection) ToggleClass(class ...string) *Selection

func (*Selection) Type

func (this *Selection) Type() (data string)

func (*Selection) Union

func (this *Selection) Union(selection *Selection) *Selection

func (*Selection) Unwrap

func (this *Selection) Unwrap() *Selection

func (*Selection) Wrap

func (this *Selection) Wrap(selector interface{}) *Selection

func (*Selection) WrapAll

func (this *Selection) WrapAll(selector interface{}) *Selection

func (*Selection) WrapInner

func (this *Selection) WrapInner(selector interface{}) *Selection

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL