katydid-0.4.0.2: A haskell implementation of Katydid
Data.Katydid.Parser.Xml
Contents
Description
This module contains the XML Parser.
decodeXML :: String -> [XmlTree] Source #
decodeXML returns a XmlTree, given an input string.
Methods
getLabel :: XmlTree -> Label Source #
getChildren :: XmlTree -> [XmlTree] Source #