MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / EndElement

Struct EndElement

xmlparser/tokens.go:79–81  ·  view source on GitHub ↗

EndElement represents an end element token (e.g., ).

Source from the content-addressed store, hash-verified

77
78// EndElement represents an end element token (e.g., </tag>).
79type EndElement struct {
80 Name Name
81}
82
83// WriteTo writes the XML representation of the end element to the provided writer.
84func (e *EndElement) WriteTo(w TokenWriter) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected