html

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetParams

func GetParams(r io.Reader) ([]string, error)

Types

type LocationType added in v0.1.2

type LocationType uint8
const (
	InTag LocationType = iota + 1
	InComment
	InHtml
	Inscript
	InStyle
	InAttr
)

type ReflexLocation added in v0.1.2

type ReflexLocation struct {
	Type    LocationType
	TagName string // in-html
	Content string
}

func MarkReflexLocation added in v0.1.2

func MarkReflexLocation(param string, r io.Reader) ([]ReflexLocation, error)

Jump to

Keyboard shortcuts

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