HaXml-1.25.5: Utilities for manipulating XML documents

Safe HaskellSafe
LanguageHaskell98

Text.XML.HaXml.Schema.Environment

Synopsis

Documentation

data Environment #

Constructors

Environment 

Fields

emptyEnv :: Environment #

An empty environment of XSD type mappings.

combineEnv :: Environment -> Environment -> Environment #

Combine two environments (e.g. read from different interface files)

mkEnvironment :: FilePath -> Schema -> Environment -> Environment #

Build an environment of XSD type mappings from a schema module.

gatherImports :: Schema -> [(FilePath, Maybe String)] #

Find all direct module dependencies.