hw-xml-0.5.1.2: XML parser based on succinct data structures.
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.Data.Xml.Succinct.Cursor.Load

Synopsis

Documentation

loadSlowCursor :: FilePath -> IO SlowCursor Source #

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

loadFastCursor :: FilePath -> IO FastCursor Source #

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