Copyright | (c) Christian Maeder DFKI GmbH 2009 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | non-portable |
Safe Haskell | Safe |
xml utilities on top of the xml light package and common hets data types
Documentation
prettyElem :: Pretty a => String -> GlobalAnnos -> a -> Element Source #
rangeAttrsF :: ([Pos] -> String) -> Range -> [Attr] Source #
rangeAttrs :: Range -> [Attr] Source #
mkNameAttr :: String -> Attr Source #
mkPriorityAttr :: String -> Attr Source #
annotationF :: (Range -> [Attr]) -> GlobalAnnos -> Annotation -> Element Source #
annotations :: GlobalAnnos -> [Annotation] -> [Element] Source #
eitherToElem :: String -> [Either Attr Element] -> Element Source #
myDataToXml :: MyData -> Element Source #
Instances
Data a => ToXml a Source # | |
Defined in Common.ToXml | |
ToXml Frm_Wrap Source # | |
Defined in TopHybrid.AS_TopHybrid | |
Data a => ToXml (S2 a) Source # | |
Defined in Logic.Morphism | |
ToXml f => ToXml (TH_FORMULA f) Source # | |
Defined in TopHybrid.AS_TopHybrid asXml :: TH_FORMULA f -> Element Source # |