citeproc-hs-0.2: A Citation Style Language implementation in HaskellSource codeContentsIndex
Text.CSL.Parser
Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Description
The CS Language parsers
Synopsis
xpStyle :: PU Style
xpInfo :: PU (Maybe CSInfo)
xpTerms :: PU [TermMap]
xpMacros :: PU [MacroMap]
xpCitation :: PU Citation
xpBibliography :: PU Bibliography
xpOptions :: PU [Option]
xpSort :: PU [Sort]
xpChoose :: PU Element
xpMacro :: PU Element
xpConst :: PU Element
xpPointLocator :: PU Element
xpVariable :: PU Element
xpTerm :: PU Element
xpNames :: PU Element
xpShortNames :: PU Element
xpLabel :: PU Element
xpSubStitute :: PU Element
xpGroup :: PU Element
xpNumber :: PU Element
xpDate :: PU Element
xpTextElem :: PU a -> PU a
xpDelimiter :: PU String
xpPlural :: PU Bool
xpIncludePeriod :: PU Bool
xpCommon :: (XmlPickler b, XmlPickler c) => String -> PU (String, b, c)
xpAttrText :: String -> PU String
xpAttrText' :: String -> PU String
xpAttrWithDefault :: Eq a => a -> String -> PU a -> PU a
xpIElemWithDefault :: Eq a => a -> String -> PU a -> PU a
xpIElem :: String -> PU a -> PU a
readable :: (Read a, Show b) => (String -> a, b -> String)
toShow :: String -> String
toRead :: String -> String
readXmlFile :: PU a -> String -> IO a
readCSLFile :: FilePath -> IO Style
Documentation
xpStyle :: PU StyleSource
xpInfo :: PU (Maybe CSInfo)Source
xpTerms :: PU [TermMap]Source
xpMacros :: PU [MacroMap]Source
xpCitation :: PU CitationSource
xpBibliography :: PU BibliographySource
xpOptions :: PU [Option]Source
xpSort :: PU [Sort]Source
xpChoose :: PU ElementSource
xpMacro :: PU ElementSource
xpConst :: PU ElementSource
xpPointLocator :: PU ElementSource
xpVariable :: PU ElementSource
xpTerm :: PU ElementSource
xpNames :: PU ElementSource
xpShortNames :: PU ElementSource
xpLabel :: PU ElementSource
xpSubStitute :: PU ElementSource
xpGroup :: PU ElementSource
xpNumber :: PU ElementSource
xpDate :: PU ElementSource
xpTextElem :: PU a -> PU aSource
xpDelimiter :: PU StringSource
xpPlural :: PU BoolSource
xpIncludePeriod :: PU BoolSource
xpCommon :: (XmlPickler b, XmlPickler c) => String -> PU (String, b, c)Source
xpAttrText :: String -> PU StringSource
For mandatory attributes.
xpAttrText' :: String -> PU StringSource
For optional attributes.
xpAttrWithDefault :: Eq a => a -> String -> PU a -> PU aSource
xpIElemWithDefault :: Eq a => a -> String -> PU a -> PU aSource
xpIElem :: String -> PU a -> PU aSource
A pickler for interleaved elements.
readable :: (Read a, Show b) => (String -> a, b -> String)Source
toShow :: String -> StringSource
toRead :: String -> StringSource
readXmlFile :: PU a -> String -> IO aSource
readCSLFile :: FilePath -> IO StyleSource
Read and parse a CSL style file into the internal style representation, the Style.
Produced by Haddock version 2.4.2