|
Text.CSL.Input.MODS | Portability | unportable | Stability | unstable | Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
|
|
|
Description |
An ugly MODS parser
|
|
Synopsis |
|
readModsFile :: FilePath -> IO Reference | | readModsCollectionFile :: FilePath -> IO [Reference] | | xpModsCollection :: PU [Reference] | | xpMods :: PU Reference | | xpReference :: PU Reference | | xpCiteKey :: PU String | | xpOrigin :: PU ([RefDate], [Agent], String) | | xpRefType :: PU RefType | | xpRefType' :: PU RefType | | xpGenre :: PU [String] | | xpRelatedItem :: PU Reference | | xpTitle :: PU String | | xpAgents :: PU (([Agent], [Agent], [Agent]), ([Agent], [Agent], [Agent]), ([Agent], [Agent])) | | xpAgent :: String -> String -> PU [Agent] | | parseName :: [String] -> String -> Agent | | xpNameData :: PU ([String], String) | | xpPart :: PU (([RefDate], String, String, String), (String, String, String)) | | | | xpDetail :: PU Detail | | xpPage :: PU String | | xpUrl :: PU ([RefDate], String) | | readDate :: String -> [RefDate] | | emptyAgents :: [Agent] |
|
|
Documentation |
|
|
Read a file with a single MODS record.
|
|
|
Read a file with a collection of MODS records.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
von Hicks,! Jr., Michael or la Martine,! III, Martin B. de or
Rossato, Jr., Andrea G. B. or Paul, III, Juan.
|
|
|
|
|
|
|
Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |