Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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)
Click to show internal directories.
Click to hide internal directories.