Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- loadSlowCursor :: FilePath -> IO SlowCursor
- loadFastCursor :: FilePath -> IO FastCursor
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.