htmlquoteelement

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlQuoteElement

type HtmlQuoteElement struct {
	htmlelement.HtmlElement
}

HtmlQuoteElement struct

func NewBlockQuote

func NewBlockQuote(d document.Document) (HtmlQuoteElement, error)

func NewFromElement

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

func NewFromJSObject

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

func (HtmlQuoteElement) Cite

func (h HtmlQuoteElement) Cite() (string, error)

func (HtmlQuoteElement) HtmlQuoteElement_

func (h HtmlQuoteElement) HtmlQuoteElement_() HtmlQuoteElement

func (HtmlQuoteElement) SetCite

func (h HtmlQuoteElement) SetCite(value string) error

type HtmlQuoteElementFrom

type HtmlQuoteElementFrom interface {
	HtmlQuoteElement_() HtmlQuoteElement
}

Jump to

Keyboard shortcuts

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