hw-xml-0.4.0.6: XML parser based on succinct data structures.

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Xml.Succinct.Cursor.Load

Synopsis

Documentation

loadSlowCursor :: String -> IO SlowCursor Source #

Load an XML file into memory and return a raw cursor initialised to the start of the XML document.

loadFastCursor :: String -> IO FastCursor Source #

Load an XML file into memory and return a query-optimised cursor initialised to the start of the XML document.