type github.com/google/safehtml/template.element

9 uses

	github.com/google/safehtml/template (current package)
		context.go#L21: 	element element
		context.go#L128: type element struct {
		context.go#L142: func (e element) eq(d element) bool {
		context.go#L147: func (e element) String() string {
		transition.go#L112: 			ret.element = element{}
		transition.go#L280: func eatTagName(s []byte, i int) (int, element) {
		transition.go#L282: 		return i, element{}
		transition.go#L298: 	return j, element{name: strings.ToLower(string(s[i:j]))}