MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / Unmarshaler

Interface Unmarshaler

opensca/sca/java/xml/read.go:179–181  ·  view source on GitHub ↗

Unmarshaler is the interface implemented by objects that can unmarshal an XML element description of themselves. UnmarshalXML decodes a single XML element beginning with the given start element. If it returns an error, the outer call to Unmarshal stops and returns that error. UnmarshalXML must cons

Source from the content-addressed store, hash-verified

177// XML object one token at a time.
178// UnmarshalXML may not use d.RawToken.
179type Unmarshaler interface {
180 UnmarshalXML(d *Decoder, start StartElement) error
181}
182
183// UnmarshalerAttr is the interface implemented by objects that can unmarshal
184// an XML attribute description of themselves.

Callers 1

unmarshalInterfaceMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected