Documentation
¶
Index ¶
- Constants
- func Module() *object.Module
- func Parse(ctx context.Context, args ...object.Object) object.Object
- type Document
- func (d *Document) Cost() int
- func (d *Document) Equals(other object.Object) object.Object
- func (d *Document) GetAttr(name string) (object.Object, bool)
- func (d *Document) Inspect() string
- func (d *Document) Interface() interface{}
- func (d *Document) IsTruthy() bool
- func (d *Document) RunOperation(opType op.BinaryOpType, right object.Object) object.Object
- func (d *Document) SetAttr(name string, value object.Object) error
- func (d *Document) String() string
- func (d *Document) Type() object.Type
- func (d *Document) Value() *goquery.Document
- type Selection
- func (s *Selection) Cost() int
- func (s *Selection) Equals(other object.Object) object.Object
- func (s *Selection) GetAttr(name string) (object.Object, bool)
- func (s *Selection) Inspect() string
- func (s *Selection) Interface() interface{}
- func (s *Selection) IsTruthy() bool
- func (s *Selection) RunOperation(opType op.BinaryOpType, right object.Object) object.Object
- func (s *Selection) SetAttr(name string, value object.Object) error
- func (s *Selection) String() string
- func (s *Selection) Type() object.Type
- func (s *Selection) Value() *goquery.Selection
Constants ¶
View Source
const DOCUMENT object.Type = "goquery.document"
View Source
const SELECTION object.Type = "goquery.selection"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func NewDocument ¶
func (*Document) RunOperation ¶
type Selection ¶
type Selection struct {
// contains filtered or unexported fields
}
func NewSelection ¶
func (*Selection) RunOperation ¶
Click to show internal directories.
Click to hide internal directories.