xdom

package
v0.0.0-...-5a689ec Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2018 License: ISC Imports: 2 Imported by: 0

README

xdom

-- import "github.com/MJKWoolnough/gopherjs/xdom"

Package xdom provides simple functions to create HTML elements with the correct type

Usage

func A
func A() *dom.HTMLAnchorElement

A returns a "a" element with type *dom.HTMLAnchorElement

func Abbr
func Abbr() *dom.BasicHTMLElement

Abbr returns a "abbr" element with type *dom.BasicHTMLElement

func Acronym
func Acronym() *dom.BasicHTMLElement

Acronym returns a "acronym" element with type *dom.BasicHTMLElement

func Address
func Address() *dom.BasicHTMLElement

Address returns a "address" element with type *dom.BasicHTMLElement

func Applet
func Applet() *dom.HTMLAppletElement

Applet returns a "applet" element with type *dom.HTMLAppletElement

func Area
func Area() *dom.HTMLAreaElement

Area returns a "area" element with type *dom.HTMLAreaElement

func Article
func Article() *dom.BasicHTMLElement

Article returns a "article" element with type *dom.BasicHTMLElement

func Aside
func Aside() *dom.BasicHTMLElement

Aside returns a "aside" element with type *dom.BasicHTMLElement

func Audio
func Audio() *dom.HTMLAudioElement

Audio returns a "audio" element with type *dom.HTMLAudioElement

func B
func B() *dom.BasicHTMLElement

B returns a "b" element with type *dom.BasicHTMLElement

func Base
func Base() *dom.HTMLBaseElement

Base returns a "base" element with type *dom.HTMLBaseElement

func Basefont
func Basefont() *dom.BasicHTMLElement

Basefont returns a "basefont" element with type *dom.BasicHTMLElement

func Bdi
func Bdi() *dom.BasicHTMLElement

Bdi returns a "bdi" element with type *dom.BasicHTMLElement

func Bdo
func Bdo() *dom.BasicHTMLElement

Bdo returns a "bdo" element with type *dom.BasicHTMLElement

func Big
func Big() *dom.BasicHTMLElement

Big returns a "big" element with type *dom.BasicHTMLElement

func Blockquote
func Blockquote() *dom.HTMLQuoteElement

Blockquote returns a "blockquote" element with type *dom.HTMLQuoteElement

func Body
func Body() *dom.HTMLBodyElement

Body returns a "body" element with type *dom.HTMLBodyElement

func Br
func Br() *dom.HTMLBRElement

Br returns a "br" element with type *dom.HTMLBRElement

func Button
func Button() *dom.HTMLButtonElement

Button returns a "button" element with type *dom.HTMLButtonElement

func Canvas
func Canvas() *dom.HTMLCanvasElement

Canvas returns a "canvas" element with type *dom.HTMLCanvasElement

func Caption
func Caption() *dom.HTMLTableCaptionElement

Caption returns a "caption" element with type *dom.HTMLTableCaptionElement

func Center
func Center() *dom.BasicHTMLElement

Center returns a "center" element with type *dom.BasicHTMLElement

func Cite
func Cite() *dom.HTMLQuoteElement

Cite returns a "cite" element with type *dom.HTMLQuoteElement

func Code
func Code() *dom.BasicHTMLElement

Code returns a "code" element with type *dom.BasicHTMLElement

func Col
func Col() *dom.HTMLTableColElement

Col returns a "col" element with type *dom.HTMLTableColElement

func Colgroup
func Colgroup() *dom.HTMLTableColElement

Colgroup returns a "colgroup" element with type *dom.HTMLTableColElement

func Content
func Content() *dom.BasicHTMLElement

Content returns a "content" element with type *dom.BasicHTMLElement

func Data
func Data() *dom.HTMLDataElement

Data returns a "data" element with type *dom.HTMLDataElement

func Datalist
func Datalist() *dom.HTMLDataListElement

Datalist returns a "datalist" element with type *dom.HTMLDataListElement

func Dd
func Dd() *dom.BasicHTMLElement

Dd returns a "dd" element with type *dom.BasicHTMLElement

func Del
func Del() *dom.HTMLModElement

Del returns a "del" element with type *dom.HTMLModElement

func Details
func Details() *dom.BasicHTMLElement

Details returns a "details" element with type *dom.BasicHTMLElement

func Dfn
func Dfn() *dom.BasicHTMLElement

Dfn returns a "dfn" element with type *dom.BasicHTMLElement

func Dialog
func Dialog() *dom.BasicHTMLElement

Dialog returns a "dialog" element with type *dom.BasicHTMLElement

func Dir
func Dir() *dom.HTMLDirectoryElement

Dir returns a "dir" element with type *dom.HTMLDirectoryElement

func Div
func Div() *dom.HTMLDivElement

Div returns a "div" element with type *dom.HTMLDivElement

func Dl
func Dl() *dom.HTMLDListElement

Dl returns a "dl" element with type *dom.HTMLDListElement

func Dt
func Dt() *dom.BasicHTMLElement

Dt returns a "dt" element with type *dom.BasicHTMLElement

func Em
func Em() *dom.BasicHTMLElement

Em returns a "em" element with type *dom.BasicHTMLElement

func Embed
func Embed() *dom.HTMLEmbedElement

Embed returns a "embed" element with type *dom.HTMLEmbedElement

func Fieldset
func Fieldset() *dom.HTMLFieldSetElement

Fieldset returns a "fieldset" element with type *dom.HTMLFieldSetElement

func Figcaption
func Figcaption() *dom.BasicHTMLElement

Figcaption returns a "figcaption" element with type *dom.BasicHTMLElement

func Figure
func Figure() *dom.BasicHTMLElement

Figure returns a "figure" element with type *dom.BasicHTMLElement

func Font
func Font() *dom.HTMLFontElement

Font returns a "font" element with type *dom.HTMLFontElement

func Footer() *dom.BasicHTMLElement

Footer returns a "footer" element with type *dom.BasicHTMLElement

func Form
func Form() *dom.HTMLFormElement

Form returns a "form" element with type *dom.HTMLFormElement

func Frame
func Frame() *dom.HTMLFrameElement

Frame returns a "frame" element with type *dom.HTMLFrameElement

func Frameset
func Frameset() *dom.HTMLFrameSetElement

Frameset returns a "frameset" element with type *dom.HTMLFrameSetElement

func H1
func H1() *dom.HTMLHeadingElement

H1 returns a "h1" element with type *dom.HTMLHeadingElement

func H2
func H2() *dom.HTMLHeadingElement

H2 returns a "h2" element with type *dom.HTMLHeadingElement

func H3
func H3() *dom.HTMLHeadingElement

H3 returns a "h3" element with type *dom.HTMLHeadingElement

func H4
func H4() *dom.HTMLHeadingElement

H4 returns a "h4" element with type *dom.HTMLHeadingElement

func H5
func H5() *dom.HTMLHeadingElement

H5 returns a "h5" element with type *dom.HTMLHeadingElement

func H6
func H6() *dom.HTMLHeadingElement

H6 returns a "h6" element with type *dom.HTMLHeadingElement

func Head
func Head() *dom.HTMLHeadElement

Head returns a "head" element with type *dom.HTMLHeadElement

func Header
func Header() *dom.BasicHTMLElement

Header returns a "header" element with type *dom.BasicHTMLElement

func Hr
func Hr() *dom.HTMLHRElement

Hr returns a "hr" element with type *dom.HTMLHRElement

func Html
func Html() *dom.HTMLHtmlElement

Html returns a "html" element with type *dom.HTMLHtmlElement

func I
func I() *dom.BasicHTMLElement

I returns a "i" element with type *dom.BasicHTMLElement

func Iframe
func Iframe() *dom.HTMLIFrameElement

Iframe returns a "iframe" element with type *dom.HTMLIFrameElement

func Img
func Img() *dom.HTMLImageElement

Img returns a "img" element with type *dom.HTMLImageElement

func Input
func Input() *dom.HTMLInputElement

Input returns a "input" element with type *dom.HTMLInputElement

func Ins
func Ins() *dom.HTMLModElement

Ins returns a "ins" element with type *dom.HTMLModElement

func Kbd
func Kbd() *dom.BasicHTMLElement

Kbd returns a "kbd" element with type *dom.BasicHTMLElement

func Keygen
func Keygen() *dom.HTMLKeygenElement

Keygen returns a "keygen" element with type *dom.HTMLKeygenElement

func Label
func Label() *dom.HTMLLabelElement

Label returns a "label" element with type *dom.HTMLLabelElement

func Legend
func Legend() *dom.HTMLLegendElement

Legend returns a "legend" element with type *dom.HTMLLegendElement

func Li
func Li() *dom.HTMLLIElement

Li returns a "li" element with type *dom.HTMLLIElement

func Link() *dom.HTMLLinkElement

Link returns a "link" element with type *dom.HTMLLinkElement

func Main
func Main() *dom.BasicHTMLElement

Main returns a "main" element with type *dom.BasicHTMLElement

func Map
func Map() *dom.HTMLMapElement

Map returns a "map" element with type *dom.HTMLMapElement

func Mark
func Mark() *dom.BasicHTMLElement

Mark returns a "mark" element with type *dom.BasicHTMLElement

func Menu
func Menu() *dom.HTMLMenuElement

Menu returns a "menu" element with type *dom.HTMLMenuElement

func Menuitem
func Menuitem() *dom.BasicHTMLElement

Menuitem returns a "menuitem" element with type *dom.BasicHTMLElement

func Meta
func Meta() *dom.HTMLMetaElement

Meta returns a "meta" element with type *dom.HTMLMetaElement

func Meter
func Meter() *dom.HTMLMeterElement

Meter returns a "meter" element with type *dom.HTMLMeterElement

func Nav
func Nav() *dom.BasicHTMLElement

Nav returns a "nav" element with type *dom.BasicHTMLElement

func Noframes
func Noframes() *dom.BasicHTMLElement

Noframes returns a "noframes" element with type *dom.BasicHTMLElement

func Noscript
func Noscript() *dom.BasicHTMLElement

Noscript returns a "noscript" element with type *dom.BasicHTMLElement

func Object
func Object() *dom.HTMLObjectElement

Object returns a "object" element with type *dom.HTMLObjectElement

func Ol
func Ol() *dom.HTMLOListElement

Ol returns a "ol" element with type *dom.HTMLOListElement

func Optgroup
func Optgroup() *dom.HTMLOptGroupElement

Optgroup returns a "optgroup" element with type *dom.HTMLOptGroupElement

func Option
func Option() *dom.HTMLOptionElement

Option returns a "option" element with type *dom.HTMLOptionElement

func Output
func Output() *dom.HTMLOutputElement

Output returns a "output" element with type *dom.HTMLOutputElement

func P
func P() *dom.HTMLParagraphElement

P returns a "p" element with type *dom.HTMLParagraphElement

func Param
func Param() *dom.HTMLParamElement

Param returns a "param" element with type *dom.HTMLParamElement

func Pre
func Pre() *dom.HTMLPreElement

Pre returns a "pre" element with type *dom.HTMLPreElement

func Progress
func Progress() *dom.HTMLProgressElement

Progress returns a "progress" element with type *dom.HTMLProgressElement

func Q
func Q() *dom.HTMLQuoteElement

Q returns a "q" element with type *dom.HTMLQuoteElement

func Rp
func Rp() *dom.BasicHTMLElement

Rp returns a "rp" element with type *dom.BasicHTMLElement

func Rt
func Rt() *dom.BasicHTMLElement

Rt returns a "rt" element with type *dom.BasicHTMLElement

func Ruby
func Ruby() *dom.BasicHTMLElement

Ruby returns a "ruby" element with type *dom.BasicHTMLElement

func S
func S() *dom.BasicHTMLElement

S returns a "s" element with type *dom.BasicHTMLElement

func Samp
func Samp() *dom.BasicHTMLElement

Samp returns a "samp" element with type *dom.BasicHTMLElement

func Script
func Script() *dom.HTMLScriptElement

Script returns a "script" element with type *dom.HTMLScriptElement

func Section
func Section() *dom.BasicHTMLElement

Section returns a "section" element with type *dom.BasicHTMLElement

func Select
func Select() *dom.HTMLSelectElement

Select returns a "select" element with type *dom.HTMLSelectElement

func Shadow
func Shadow() *dom.BasicHTMLElement

Shadow returns a "shadow" element with type *dom.BasicHTMLElement

func Small
func Small() *dom.BasicHTMLElement

Small returns a "small" element with type *dom.BasicHTMLElement

func Source
func Source() *dom.HTMLSourceElement

Source returns a "source" element with type *dom.HTMLSourceElement

func Span
func Span() *dom.HTMLSpanElement

Span returns a "span" element with type *dom.HTMLSpanElement

func Strike
func Strike() *dom.BasicHTMLElement

Strike returns a "strike" element with type *dom.BasicHTMLElement

func Strong
func Strong() *dom.BasicHTMLElement

Strong returns a "strong" element with type *dom.BasicHTMLElement

func Style
func Style() *dom.HTMLStyleElement

Style returns a "style" element with type *dom.HTMLStyleElement

func Sub
func Sub() *dom.BasicHTMLElement

Sub returns a "sub" element with type *dom.BasicHTMLElement

func Summary
func Summary() *dom.BasicHTMLElement

Summary returns a "summary" element with type *dom.BasicHTMLElement

func Sup
func Sup() *dom.BasicHTMLElement

Sup returns a "sup" element with type *dom.BasicHTMLElement

func Table
func Table() *dom.HTMLTableElement

Table returns a "table" element with type *dom.HTMLTableElement

func Tbody
func Tbody() *dom.HTMLTableSectionElement

Tbody returns a "tbody" element with type *dom.HTMLTableSectionElement

func Td
func Td() *dom.HTMLTableCellElement

Td returns a "td" element with type *dom.HTMLTableCellElement

func Template
func Template() *dom.BasicHTMLElement

Template returns a "template" element with type *dom.BasicHTMLElement

func Textarea
func Textarea() *dom.HTMLTextAreaElement

Textarea returns a "textarea" element with type *dom.HTMLTextAreaElement

func Tfoot
func Tfoot() *dom.HTMLTableSectionElement

Tfoot returns a "tfoot" element with type *dom.HTMLTableSectionElement

func Th
func Th() *dom.HTMLTableCellElement

Th returns a "th" element with type *dom.HTMLTableCellElement

func Thead
func Thead() *dom.HTMLTableSectionElement

Thead returns a "thead" element with type *dom.HTMLTableSectionElement

func Time
func Time() *dom.HTMLTimeElement

Time returns a "time" element with type *dom.HTMLTimeElement

func Title
func Title() *dom.HTMLTitleElement

Title returns a "title" element with type *dom.HTMLTitleElement

func Tr
func Tr() *dom.HTMLTableRowElement

Tr returns a "tr" element with type *dom.HTMLTableRowElement

func Track
func Track() *dom.HTMLTrackElement

Track returns a "track" element with type *dom.HTMLTrackElement

func Tt
func Tt() *dom.BasicHTMLElement

Tt returns a "tt" element with type *dom.BasicHTMLElement

func U
func U() *dom.BasicHTMLElement

U returns a "u" element with type *dom.BasicHTMLElement

func Ul
func Ul() *dom.HTMLUListElement

Ul returns a "ul" element with type *dom.HTMLUListElement

func Var
func Var() *dom.BasicHTMLElement

Var returns a "var" element with type *dom.BasicHTMLElement

func Video
func Video() *dom.HTMLVideoElement

Video returns a "video" element with type *dom.HTMLVideoElement

func Wbr
func Wbr() *dom.BasicHTMLElement

Wbr returns a "wbr" element with type *dom.BasicHTMLElement

Documentation

Overview

Package xdom provides simple functions to create HTML elements with the correct type

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func A

A returns a "a" element with type *dom.HTMLAnchorElement

func Abbr

func Abbr() *dom.BasicHTMLElement

Abbr returns a "abbr" element with type *dom.BasicHTMLElement

func Acronym

func Acronym() *dom.BasicHTMLElement

Acronym returns a "acronym" element with type *dom.BasicHTMLElement

func Address

func Address() *dom.BasicHTMLElement

Address returns a "address" element with type *dom.BasicHTMLElement

func Applet

func Applet() *dom.HTMLAppletElement

Applet returns a "applet" element with type *dom.HTMLAppletElement

func Area

func Area() *dom.HTMLAreaElement

Area returns a "area" element with type *dom.HTMLAreaElement

func Article

func Article() *dom.BasicHTMLElement

Article returns a "article" element with type *dom.BasicHTMLElement

func Aside

func Aside() *dom.BasicHTMLElement

Aside returns a "aside" element with type *dom.BasicHTMLElement

func Audio

func Audio() *dom.HTMLAudioElement

Audio returns a "audio" element with type *dom.HTMLAudioElement

func B

func B() *dom.BasicHTMLElement

B returns a "b" element with type *dom.BasicHTMLElement

func Base

func Base() *dom.HTMLBaseElement

Base returns a "base" element with type *dom.HTMLBaseElement

func Basefont

func Basefont() *dom.BasicHTMLElement

Basefont returns a "basefont" element with type *dom.BasicHTMLElement

func Bdi

func Bdi() *dom.BasicHTMLElement

Bdi returns a "bdi" element with type *dom.BasicHTMLElement

func Bdo

func Bdo() *dom.BasicHTMLElement

Bdo returns a "bdo" element with type *dom.BasicHTMLElement

func Big

func Big() *dom.BasicHTMLElement

Big returns a "big" element with type *dom.BasicHTMLElement

func Blockquote

func Blockquote() *dom.HTMLQuoteElement

Blockquote returns a "blockquote" element with type *dom.HTMLQuoteElement

func Body

func Body() *dom.HTMLBodyElement

Body returns a "body" element with type *dom.HTMLBodyElement

func Br

func Br() *dom.HTMLBRElement

Br returns a "br" element with type *dom.HTMLBRElement

func Button

func Button() *dom.HTMLButtonElement

Button returns a "button" element with type *dom.HTMLButtonElement

func Canvas

func Canvas() *dom.HTMLCanvasElement

Canvas returns a "canvas" element with type *dom.HTMLCanvasElement

func Caption

func Caption() *dom.HTMLTableCaptionElement

Caption returns a "caption" element with type *dom.HTMLTableCaptionElement

func Center

func Center() *dom.BasicHTMLElement

Center returns a "center" element with type *dom.BasicHTMLElement

func Cite

func Cite() *dom.HTMLQuoteElement

Cite returns a "cite" element with type *dom.HTMLQuoteElement

func Code

func Code() *dom.BasicHTMLElement

Code returns a "code" element with type *dom.BasicHTMLElement

func Col

func Col() *dom.HTMLTableColElement

Col returns a "col" element with type *dom.HTMLTableColElement

func Colgroup

func Colgroup() *dom.HTMLTableColElement

Colgroup returns a "colgroup" element with type *dom.HTMLTableColElement

func Content

func Content() *dom.BasicHTMLElement

Content returns a "content" element with type *dom.BasicHTMLElement

func Data

func Data() *dom.HTMLDataElement

Data returns a "data" element with type *dom.HTMLDataElement

func Datalist

func Datalist() *dom.HTMLDataListElement

Datalist returns a "datalist" element with type *dom.HTMLDataListElement

func Dd

func Dd() *dom.BasicHTMLElement

Dd returns a "dd" element with type *dom.BasicHTMLElement

func Del

func Del() *dom.HTMLModElement

Del returns a "del" element with type *dom.HTMLModElement

func Details

func Details() *dom.BasicHTMLElement

Details returns a "details" element with type *dom.BasicHTMLElement

func Dfn

func Dfn() *dom.BasicHTMLElement

Dfn returns a "dfn" element with type *dom.BasicHTMLElement

func Dialog

func Dialog() *dom.BasicHTMLElement

Dialog returns a "dialog" element with type *dom.BasicHTMLElement

func Dir

Dir returns a "dir" element with type *dom.HTMLDirectoryElement

func Div

func Div() *dom.HTMLDivElement

Div returns a "div" element with type *dom.HTMLDivElement

func Dl

func Dl() *dom.HTMLDListElement

Dl returns a "dl" element with type *dom.HTMLDListElement

func DocumentFragment

func DocumentFragment() *dom.BasicHTMLElement

DocumentFragment returns a new DocumentFragment

func Dt

func Dt() *dom.BasicHTMLElement

Dt returns a "dt" element with type *dom.BasicHTMLElement

func Em

func Em() *dom.BasicHTMLElement

Em returns a "em" element with type *dom.BasicHTMLElement

func Embed

func Embed() *dom.HTMLEmbedElement

Embed returns a "embed" element with type *dom.HTMLEmbedElement

func Fieldset

func Fieldset() *dom.HTMLFieldSetElement

Fieldset returns a "fieldset" element with type *dom.HTMLFieldSetElement

func Figcaption

func Figcaption() *dom.BasicHTMLElement

Figcaption returns a "figcaption" element with type *dom.BasicHTMLElement

func Figure

func Figure() *dom.BasicHTMLElement

Figure returns a "figure" element with type *dom.BasicHTMLElement

func Font

func Font() *dom.HTMLFontElement

Font returns a "font" element with type *dom.HTMLFontElement

func Footer() *dom.BasicHTMLElement

Footer returns a "footer" element with type *dom.BasicHTMLElement

func Form

func Form() *dom.HTMLFormElement

Form returns a "form" element with type *dom.HTMLFormElement

func Frame

func Frame() *dom.HTMLFrameElement

Frame returns a "frame" element with type *dom.HTMLFrameElement

func Frameset

func Frameset() *dom.HTMLFrameSetElement

Frameset returns a "frameset" element with type *dom.HTMLFrameSetElement

func H1

func H1() *dom.HTMLHeadingElement

H1 returns a "h1" element with type *dom.HTMLHeadingElement

func H2

func H2() *dom.HTMLHeadingElement

H2 returns a "h2" element with type *dom.HTMLHeadingElement

func H3

func H3() *dom.HTMLHeadingElement

H3 returns a "h3" element with type *dom.HTMLHeadingElement

func H4

func H4() *dom.HTMLHeadingElement

H4 returns a "h4" element with type *dom.HTMLHeadingElement

func H5

func H5() *dom.HTMLHeadingElement

H5 returns a "h5" element with type *dom.HTMLHeadingElement

func H6

func H6() *dom.HTMLHeadingElement

H6 returns a "h6" element with type *dom.HTMLHeadingElement

func Head() *dom.HTMLHeadElement

Head returns a "head" element with type *dom.HTMLHeadElement

func Header() *dom.BasicHTMLElement

Header returns a "header" element with type *dom.BasicHTMLElement

func Hr

func Hr() *dom.HTMLHRElement

Hr returns a "hr" element with type *dom.HTMLHRElement

func Html

func Html() *dom.HTMLHtmlElement

Html returns a "html" element with type *dom.HTMLHtmlElement

func I

func I() *dom.BasicHTMLElement

I returns a "i" element with type *dom.BasicHTMLElement

func Iframe

func Iframe() *dom.HTMLIFrameElement

Iframe returns a "iframe" element with type *dom.HTMLIFrameElement

func Img

func Img() *dom.HTMLImageElement

Img returns a "img" element with type *dom.HTMLImageElement

func Input

func Input() *dom.HTMLInputElement

Input returns a "input" element with type *dom.HTMLInputElement

func Ins

func Ins() *dom.HTMLModElement

Ins returns a "ins" element with type *dom.HTMLModElement

func Kbd

func Kbd() *dom.BasicHTMLElement

Kbd returns a "kbd" element with type *dom.BasicHTMLElement

func Keygen

func Keygen() *dom.HTMLKeygenElement

Keygen returns a "keygen" element with type *dom.HTMLKeygenElement

func Label

func Label() *dom.HTMLLabelElement

Label returns a "label" element with type *dom.HTMLLabelElement

func Legend

func Legend() *dom.HTMLLegendElement

Legend returns a "legend" element with type *dom.HTMLLegendElement

func Li

func Li() *dom.HTMLLIElement

Li returns a "li" element with type *dom.HTMLLIElement

func Link() *dom.HTMLLinkElement

Link returns a "link" element with type *dom.HTMLLinkElement

func Main

func Main() *dom.BasicHTMLElement

Main returns a "main" element with type *dom.BasicHTMLElement

func Map

func Map() *dom.HTMLMapElement

Map returns a "map" element with type *dom.HTMLMapElement

func Mark

func Mark() *dom.BasicHTMLElement

Mark returns a "mark" element with type *dom.BasicHTMLElement

func Menu() *dom.HTMLMenuElement

Menu returns a "menu" element with type *dom.HTMLMenuElement

func Menuitem() *dom.BasicHTMLElement

Menuitem returns a "menuitem" element with type *dom.BasicHTMLElement

func Meta

func Meta() *dom.HTMLMetaElement

Meta returns a "meta" element with type *dom.HTMLMetaElement

func Meter

func Meter() *dom.HTMLMeterElement

Meter returns a "meter" element with type *dom.HTMLMeterElement

func Nav() *dom.BasicHTMLElement

Nav returns a "nav" element with type *dom.BasicHTMLElement

func Noframes

func Noframes() *dom.BasicHTMLElement

Noframes returns a "noframes" element with type *dom.BasicHTMLElement

func Noscript

func Noscript() *dom.BasicHTMLElement

Noscript returns a "noscript" element with type *dom.BasicHTMLElement

func Object

func Object() *dom.HTMLObjectElement

Object returns a "object" element with type *dom.HTMLObjectElement

func Ol

func Ol() *dom.HTMLOListElement

Ol returns a "ol" element with type *dom.HTMLOListElement

func Optgroup

func Optgroup() *dom.HTMLOptGroupElement

Optgroup returns a "optgroup" element with type *dom.HTMLOptGroupElement

func Option

func Option() *dom.HTMLOptionElement

Option returns a "option" element with type *dom.HTMLOptionElement

func Output

func Output() *dom.HTMLOutputElement

Output returns a "output" element with type *dom.HTMLOutputElement

func P

P returns a "p" element with type *dom.HTMLParagraphElement

func Param

func Param() *dom.HTMLParamElement

Param returns a "param" element with type *dom.HTMLParamElement

func Pre

func Pre() *dom.HTMLPreElement

Pre returns a "pre" element with type *dom.HTMLPreElement

func Progress

func Progress() *dom.HTMLProgressElement

Progress returns a "progress" element with type *dom.HTMLProgressElement

func Q

func Q() *dom.HTMLQuoteElement

Q returns a "q" element with type *dom.HTMLQuoteElement

func Rp

func Rp() *dom.BasicHTMLElement

Rp returns a "rp" element with type *dom.BasicHTMLElement

func Rt

func Rt() *dom.BasicHTMLElement

Rt returns a "rt" element with type *dom.BasicHTMLElement

func Ruby

func Ruby() *dom.BasicHTMLElement

Ruby returns a "ruby" element with type *dom.BasicHTMLElement

func S

func S() *dom.BasicHTMLElement

S returns a "s" element with type *dom.BasicHTMLElement

func Samp

func Samp() *dom.BasicHTMLElement

Samp returns a "samp" element with type *dom.BasicHTMLElement

func Script

func Script() *dom.HTMLScriptElement

Script returns a "script" element with type *dom.HTMLScriptElement

func Section

func Section() *dom.BasicHTMLElement

Section returns a "section" element with type *dom.BasicHTMLElement

func Select

func Select() *dom.HTMLSelectElement

Select returns a "select" element with type *dom.HTMLSelectElement

func Shadow

func Shadow() *dom.BasicHTMLElement

Shadow returns a "shadow" element with type *dom.BasicHTMLElement

func Small

func Small() *dom.BasicHTMLElement

Small returns a "small" element with type *dom.BasicHTMLElement

func Source

func Source() *dom.HTMLSourceElement

Source returns a "source" element with type *dom.HTMLSourceElement

func Span

func Span() *dom.HTMLSpanElement

Span returns a "span" element with type *dom.HTMLSpanElement

func Strike

func Strike() *dom.BasicHTMLElement

Strike returns a "strike" element with type *dom.BasicHTMLElement

func Strong

func Strong() *dom.BasicHTMLElement

Strong returns a "strong" element with type *dom.BasicHTMLElement

func Style

func Style() *dom.HTMLStyleElement

Style returns a "style" element with type *dom.HTMLStyleElement

func Sub

func Sub() *dom.BasicHTMLElement

Sub returns a "sub" element with type *dom.BasicHTMLElement

func Summary

func Summary() *dom.BasicHTMLElement

Summary returns a "summary" element with type *dom.BasicHTMLElement

func Sup

func Sup() *dom.BasicHTMLElement

Sup returns a "sup" element with type *dom.BasicHTMLElement

func Table

func Table() *dom.HTMLTableElement

Table returns a "table" element with type *dom.HTMLTableElement

func Tbody

Tbody returns a "tbody" element with type *dom.HTMLTableSectionElement

func Td

Td returns a "td" element with type *dom.HTMLTableCellElement

func Template

func Template() *dom.BasicHTMLElement

Template returns a "template" element with type *dom.BasicHTMLElement

func Text

func Text(s string) *dom.Text

Text returns a text node with the text set to the given string

func Textarea

func Textarea() *dom.HTMLTextAreaElement

Textarea returns a "textarea" element with type *dom.HTMLTextAreaElement

func Tfoot

Tfoot returns a "tfoot" element with type *dom.HTMLTableSectionElement

func Th

Th returns a "th" element with type *dom.HTMLTableCellElement

func Thead

Thead returns a "thead" element with type *dom.HTMLTableSectionElement

func Time

func Time() *dom.HTMLTimeElement

Time returns a "time" element with type *dom.HTMLTimeElement

func Title

func Title() *dom.HTMLTitleElement

Title returns a "title" element with type *dom.HTMLTitleElement

func Tr

Tr returns a "tr" element with type *dom.HTMLTableRowElement

func Track

func Track() *dom.HTMLTrackElement

Track returns a "track" element with type *dom.HTMLTrackElement

func Tt

func Tt() *dom.BasicHTMLElement

Tt returns a "tt" element with type *dom.BasicHTMLElement

func U

func U() *dom.BasicHTMLElement

U returns a "u" element with type *dom.BasicHTMLElement

func Ul

func Ul() *dom.HTMLUListElement

Ul returns a "ul" element with type *dom.HTMLUListElement

func Var

func Var() *dom.BasicHTMLElement

Var returns a "var" element with type *dom.BasicHTMLElement

func Video

func Video() *dom.HTMLVideoElement

Video returns a "video" element with type *dom.HTMLVideoElement

func Wbr

func Wbr() *dom.BasicHTMLElement

Wbr returns a "wbr" element with type *dom.BasicHTMLElement

Types

This section is empty.

Jump to

Keyboard shortcuts

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