libxml-0.1.1: Binding to libxml2
Source code
Contents
Index
Text.XML.LibXML.Parser
Synopsis
parseFile
::
MonadIO
m =>
FilePath
-> m
Document
parseFile_
::
MonadIO
m =>
FilePath
-> m (
Maybe
Document
)
parseMemory
::
MonadIO
m =>
ByteString
-> m
Document
parseMemory_
::
MonadIO
m =>
ByteString
-> m (
Maybe
Document
)
cleanupParser
::
IO
()
substituteEntitiesDefault
::
MonadIO
m =>
Bool
-> m
Bool
Documentation
parseFile
::
MonadIO
m =>
FilePath
-> m
Document
Source
Parse XML document from a file. Throws an exception on error.
parseFile_
::
MonadIO
m =>
FilePath
-> m (
Maybe
Document
)
Source
parseMemory
::
MonadIO
m =>
ByteString
-> m
Document
Source
parseMemory_
::
MonadIO
m =>
ByteString
-> m (
Maybe
Document
)
Source
cleanupParser
::
IO
()
Source
substituteEntitiesDefault
::
MonadIO
m =>
Bool
-> m
Bool
Source
Set and return the previous value for default entity support.
Produced by
Haddock
version 2.4.2