hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.RelaxNG.CreatePattern
Description
Creates the Pattern datastructure from a simplified Relax NG schema. The created datastructure is used in the validation algorithm (see also: Text.XML.HXT.RelaxNG.Validation)
Synopsis
createPatternFromXmlTree :: LA XmlTree Pattern
createNameClass :: LA XmlTree NameClass
firstChild :: (ArrowTree a, Tree t) => a (t b) (t b)
lastChild :: (ArrowTree a, Tree t) => a (t b) (t b)
module Text.XML.HXT.RelaxNG.PatternFunctions
Documentation
createPatternFromXmlTree :: LA XmlTree Pattern
Creates the Pattern datastructure from a simplified Relax NG schema.
createNameClass :: LA XmlTree NameClass
Creates a NameClass from an "anyName"-, "nsName"- or "name"-Pattern,
firstChild :: (ArrowTree a, Tree t) => a (t b) (t b)
Simple access arrows
lastChild :: (ArrowTree a, Tree t) => a (t b) (t b)
module Text.XML.HXT.RelaxNG.PatternFunctions
Produced by Haddock version 2.1.0