Attempts to decode an XML Elem
as Data
using the provided recover
function to handle untyped child Node
s.
Attempts to decode an XML Elem
as Data
using the provided recover
function to handle untyped child Node
s.
The computation fails when Elem
purports to be encoded Data
but is
malformed. None
is returned when Elem
does not purport to be Data
.
Decodes the given Elem
as Data
strictly: any untyped Node
s
encountered results in an error.