Hets - the Heterogeneous Tool Set
Copyright(c) Ewaryst Schulz DFKI 2009
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerewaryst.schulz@dfki.de
Stabilityprovisional
Portabilityportable
Safe HaskellNone

Common.XmlParser

Description

Provides an xml parse function which depends on external libraries.

Documentation

class XmlParseable a where Source #

Methods

parseXml :: a -> IO (Either String Element) Source #

Instances

Instances details
XmlParseable ByteString Source # 
Instance details

Defined in Common.XmlParser

Methods

parseXml :: ByteString -> IO (Either String Element) Source #

readXmlFile :: FilePath -> IO ByteString Source #