Microdata v0.1.3 API Reference
Modules
Microdata.Document
is the base struct returned after parsing a microdata document
Microdata.Helpers
is a module for generic parsing helpers (ie those not coupled to the parsing mechanism)
Microdata.Item
structs are read from a Microdata.Document
ās source
Microdata.Property
structs are key/value mappings for data parsed from Microdata.Item
sā source
Exceptions
Microdata.Error
provides a generic error struct implementing the Exception
behaviour and containing three keys: type
, reason
, and metadata