rdf4h-5.0.1: A library for RDF processing in Haskell
Safe HaskellNone
LanguageHaskell2010

Text.RDF.RDF4H.XmlParser

Description

An parser for the RDF/XML format http://www.w3.org/TR/REC-rdf-syntax/.

Synopsis

Documentation

data XmlParser Source #

Configuration for the XML parser

Constructors

XmlParser 

Fields

  • (Maybe BaseUrl)

    The default base URI to parse the document.

  • (Maybe Text)

    The retrieval URI of the XML document.

Instances

Instances details
RdfParser XmlParser Source # 
Instance details

Defined in Text.RDF.RDF4H.XmlParser

parseXmlDebug Source #

Arguments

:: FilePath

Path of the file to parse.

-> IO (RDF TList) 

A parser for debugging purposes.