katydid-0.3.1.0: A haskell implementation of Katydid
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 #