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

Method WriteTo

xmlparser/tokens.go:10–10  ·  view source on GitHub ↗
(w TokenWriter)

Source from the content-addressed store, hash-verified

8// Token represents a token that can be written to a TokenWriter.
9type Token interface {
10 WriteTo(w TokenWriter) error
11}
12
13// StartElement represents a start element token (e.g., <tag>).

Callers 5

FlushToMethod · 0.65
writeChildrenToMethod · 0.65
TestDocumentParsingFunction · 0.65
TestEntityReplacementFunction · 0.65
sanitizeMethod · 0.65

Implementers 7

Nodexmlparser/node.go
StartElementxmlparser/tokens.go
EndElementxmlparser/tokens.go
Directivexmlparser/tokens.go
Commentxmlparser/tokens.go
ProcInstxmlparser/tokens.go
Textxmlparser/tokens.go

Calls

no outgoing calls

Tested by 2

TestDocumentParsingFunction · 0.52
TestEntityReplacementFunction · 0.52