Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
9
type
Token
interface
{
10
WriteTo(w TokenWriter) error
11
}
12
13
// StartElement represents a start element token (e.g., <tag>).
Callers
5
FlushTo
Method · 0.65
writeChildrenTo
Method · 0.65
TestDocumentParsing
Function · 0.65
TestEntityReplacement
Function · 0.65
sanitize
Method · 0.65
Implementers
7
Node
xmlparser/node.go
StartElement
xmlparser/tokens.go
EndElement
xmlparser/tokens.go
Directive
xmlparser/tokens.go
Comment
xmlparser/tokens.go
ProcInst
xmlparser/tokens.go
Text
xmlparser/tokens.go
Calls
no outgoing calls
Tested by
2
TestDocumentParsing
Function · 0.52
TestEntityReplacement
Function · 0.52