htmlanchorelement

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented         = errors.New("Browser not implemented HtmlAnchorElement")
	ErrNotAnHtmlAnchorElement = errors.New("Object is not an HtmlAnchorElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlAnchorElement

type HtmlAnchorElement struct {
	htmlelement.HtmlElement
}

HtmlAnchorElement struct

func NewFromElement

func NewFromElement(elem element.Element) (HtmlAnchorElement, error)

func NewFromJSObject

func NewFromJSObject(obj js.Value) (HtmlAnchorElement, error)

func (HtmlAnchorElement) Download

func (h HtmlAnchorElement) Download() (string, error)

func (HtmlAnchorElement) Hash

func (h HtmlAnchorElement) Hash() (string, error)

func (HtmlAnchorElement) Host

func (h HtmlAnchorElement) Host() (string, error)

func (HtmlAnchorElement) Hostname

func (h HtmlAnchorElement) Hostname() (string, error)

func (HtmlAnchorElement) Href

func (h HtmlAnchorElement) Href() (string, error)

func (HtmlAnchorElement) Hreflang

func (h HtmlAnchorElement) Hreflang() (string, error)

func (HtmlAnchorElement) HtmlAnchorElement_

func (h HtmlAnchorElement) HtmlAnchorElement_() HtmlAnchorElement

func (HtmlAnchorElement) Origin

func (h HtmlAnchorElement) Origin() (string, error)

func (HtmlAnchorElement) Password

func (h HtmlAnchorElement) Password() (string, error)

func (HtmlAnchorElement) Pathname

func (h HtmlAnchorElement) Pathname() (string, error)

func (HtmlAnchorElement) Port

func (h HtmlAnchorElement) Port() (string, error)

func (HtmlAnchorElement) Protocol

func (h HtmlAnchorElement) Protocol() (string, error)

func (HtmlAnchorElement) ReferrerPolicy

func (h HtmlAnchorElement) ReferrerPolicy() (string, error)

func (HtmlAnchorElement) Rel

func (h HtmlAnchorElement) Rel() (string, error)

func (HtmlAnchorElement) RelList

func (HtmlAnchorElement) Search

func (h HtmlAnchorElement) Search() (string, error)

func (HtmlAnchorElement) SetDownload

func (h HtmlAnchorElement) SetDownload(value string) error

func (HtmlAnchorElement) SetHost

func (h HtmlAnchorElement) SetHost(value string) error

func (HtmlAnchorElement) SetHostname

func (h HtmlAnchorElement) SetHostname(value string) error

func (HtmlAnchorElement) SetHref

func (h HtmlAnchorElement) SetHref(value string) error

func (HtmlAnchorElement) SetHreflang

func (h HtmlAnchorElement) SetHreflang(value string) error

func (HtmlAnchorElement) SetPassword

func (h HtmlAnchorElement) SetPassword(value string) error

func (HtmlAnchorElement) SetPathname

func (h HtmlAnchorElement) SetPathname(value string) error

func (HtmlAnchorElement) SetPort

func (h HtmlAnchorElement) SetPort(value string) error

func (HtmlAnchorElement) SetProtocol

func (h HtmlAnchorElement) SetProtocol(value string) error

func (HtmlAnchorElement) SetReferrerPolicy

func (h HtmlAnchorElement) SetReferrerPolicy(value string) error

func (HtmlAnchorElement) SetRel

func (h HtmlAnchorElement) SetRel(value string) error

func (HtmlAnchorElement) SetSearch

func (h HtmlAnchorElement) SetSearch(value string) error

func (HtmlAnchorElement) SetTabIndex

func (h HtmlAnchorElement) SetTabIndex(value int) error

func (HtmlAnchorElement) SetTarget

func (h HtmlAnchorElement) SetTarget(value string) error

func (HtmlAnchorElement) SetText

func (h HtmlAnchorElement) SetText(value string) error

func (HtmlAnchorElement) SetType

func (h HtmlAnchorElement) SetType(value string) error

func (HtmlAnchorElement) SetUsername

func (h HtmlAnchorElement) SetUsername(value string) error

func (HtmlAnchorElement) TabIndex

func (h HtmlAnchorElement) TabIndex() (int, error)

func (HtmlAnchorElement) Target

func (h HtmlAnchorElement) Target() (string, error)

func (HtmlAnchorElement) Text

func (h HtmlAnchorElement) Text() (string, error)

func (HtmlAnchorElement) Type

func (h HtmlAnchorElement) Type() (string, error)

func (HtmlAnchorElement) Username

func (h HtmlAnchorElement) Username() (string, error)

type HtmlAnchorElementFrom

type HtmlAnchorElementFrom interface {
	HtmlAnchorElement_() HtmlAnchorElement
}

Jump to

Keyboard shortcuts

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