hxt-9.3.1.9: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.DTDValidation.TypeDefs

Description

This module provides all datatypes for DTD validation

Synopsis

Documentation

hasDTDAttrValue :: ArrowDTD a => String -> (String -> Bool) -> a XmlTree XmlTreeSource

valueOfDTD :: String -> XmlTree -> StringSource

valueOf :: String -> XmlTree -> StringSource

($$) :: XmlArrow -> XmlTrees -> XmlTreesSource

infix operator for applying an arrow to a list of trees

  • 1.parameter f : the arrow
  • 2.parameter ts : the list of trees
  • returns : list of results

msgToErr :: (String -> String) -> LA String XmlTreeSource

create an error message