HaXml-1.25.4: Utilities for manipulating XML documents

Safe HaskellSafe
LanguageHaskell98

Text.XML.HaXml.TypeMapping

Contents

Synopsis

A class to get an explicit type representation for any value

class HTypeable a where #

HTypeable promises that we can create an explicit representation of of the type of any value.

Minimal complete definition

toHType

Methods

toHType :: a -> HType #

Instances

HTypeable Bool # 

Methods

toHType :: Bool -> HType #

HTypeable Char # 

Methods

toHType :: Char -> HType #

HTypeable Double # 

Methods

toHType :: Double -> HType #

HTypeable Float # 

Methods

toHType :: Float -> HType #

HTypeable Int # 

Methods

toHType :: Int -> HType #

HTypeable Integer # 

Methods

toHType :: Integer -> HType #

HTypeable () # 

Methods

toHType :: () -> HType #

HTypeable ANYContent # 

Methods

toHType :: ANYContent -> HType #

HTypeable a => HTypeable [a] # 

Methods

toHType :: [a] -> HType #

HTypeable a => HTypeable (Maybe a) # 

Methods

toHType :: Maybe a -> HType #

HTypeable a => HTypeable (List1 a) # 

Methods

toHType :: List1 a -> HType #

HTypeable a => HTypeable (OneOf1 a) # 

Methods

toHType :: OneOf1 a -> HType #

(HTypeable a, HTypeable b) => HTypeable (Either a b) # 

Methods

toHType :: Either a b -> HType #

(HTypeable a, HTypeable b) => HTypeable (a, b) # 

Methods

toHType :: (a, b) -> HType #

(HTypeable a, HTypeable b) => HTypeable (OneOf2 a b) # 

Methods

toHType :: OneOf2 a b -> HType #

(HTypeable a, HTypeable b, HTypeable c) => HTypeable (a, b, c) # 

Methods

toHType :: (a, b, c) -> HType #

(HTypeable a, HTypeable b, HTypeable c) => HTypeable (OneOf3 a b c) # 

Methods

toHType :: OneOf3 a b c -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d) => HTypeable (a, b, c, d) # 

Methods

toHType :: (a, b, c, d) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d) => HTypeable (OneOf4 a b c d) # 

Methods

toHType :: OneOf4 a b c d -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e) => HTypeable (a, b, c, d, e) # 

Methods

toHType :: (a, b, c, d, e) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e) => HTypeable (OneOf5 a b c d e) # 

Methods

toHType :: OneOf5 a b c d e -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f) => HTypeable (a, b, c, d, e, f) # 

Methods

toHType :: (a, b, c, d, e, f) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f) => HTypeable (OneOf6 a b c d e f) # 

Methods

toHType :: OneOf6 a b c d e f -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g) => HTypeable (a, b, c, d, e, f, g) # 

Methods

toHType :: (a, b, c, d, e, f, g) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g) => HTypeable (OneOf7 a b c d e f g) # 

Methods

toHType :: OneOf7 a b c d e f g -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h) => HTypeable (a, b, c, d, e, f, g, h) # 

Methods

toHType :: (a, b, c, d, e, f, g, h) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h) => HTypeable (OneOf8 a b c d e f g h) # 

Methods

toHType :: OneOf8 a b c d e f g h -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i) => HTypeable (a, b, c, d, e, f, g, h, i) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i) => HTypeable (OneOf9 a b c d e f g h i) # 

Methods

toHType :: OneOf9 a b c d e f g h i -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j) => HTypeable (a, b, c, d, e, f, g, h, i, j) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j) => HTypeable (OneOf10 a b c d e f g h i j) # 

Methods

toHType :: OneOf10 a b c d e f g h i j -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k) => HTypeable (a, b, c, d, e, f, g, h, i, j, k) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j, k) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k) => HTypeable (OneOf11 a b c d e f g h i j k) # 

Methods

toHType :: OneOf11 a b c d e f g h i j k -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l) => HTypeable (a, b, c, d, e, f, g, h, i, j, k, l) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j, k, l) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l) => HTypeable (OneOf12 a b c d e f g h i j k l) # 

Methods

toHType :: OneOf12 a b c d e f g h i j k l -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m) => HTypeable (a, b, c, d, e, f, g, h, i, j, k, l, m) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j, k, l, m) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m) => HTypeable (OneOf13 a b c d e f g h i j k l m) # 

Methods

toHType :: OneOf13 a b c d e f g h i j k l m -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n) => HTypeable (a, b, c, d, e, f, g, h, i, j, k, l, m, n) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n) => HTypeable (OneOf14 a b c d e f g h i j k l m n) # 

Methods

toHType :: OneOf14 a b c d e f g h i j k l m n -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o) => HTypeable (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) # 

Methods

toHType :: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o) => HTypeable (OneOf15 a b c d e f g h i j k l m n o) # 

Methods

toHType :: OneOf15 a b c d e f g h i j k l m n o -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o, HTypeable p) => HTypeable (OneOf16 a b c d e f g h i j k l m n o p) # 

Methods

toHType :: OneOf16 a b c d e f g h i j k l m n o p -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o, HTypeable p, HTypeable q) => HTypeable (OneOf17 a b c d e f g h i j k l m n o p q) # 

Methods

toHType :: OneOf17 a b c d e f g h i j k l m n o p q -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o, HTypeable p, HTypeable q, HTypeable r) => HTypeable (OneOf18 a b c d e f g h i j k l m n o p q r) # 

Methods

toHType :: OneOf18 a b c d e f g h i j k l m n o p q r -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o, HTypeable p, HTypeable q, HTypeable r, HTypeable s) => HTypeable (OneOf19 a b c d e f g h i j k l m n o p q r s) # 

Methods

toHType :: OneOf19 a b c d e f g h i j k l m n o p q r s -> HType #

(HTypeable a, HTypeable b, HTypeable c, HTypeable d, HTypeable e, HTypeable f, HTypeable g, HTypeable h, HTypeable i, HTypeable j, HTypeable k, HTypeable l, HTypeable m, HTypeable n, HTypeable o, HTypeable p, HTypeable q, HTypeable r, HTypeable s, HTypeable t) => HTypeable (OneOf20 a b c d e f g h i j k l m n o p q r s t) # 

Methods

toHType :: OneOf20 a b c d e f g h i j k l m n o p q r s t -> HType #

Explicit representation of Haskell datatype information

data HType #

A concrete representation of any Haskell type.

Constructors

Maybe HType 
List HType 
Tuple [HType] 
Prim String String

separate Haskell name and XML name

String 
Defined String [HType] [Constr]

A user-defined type has a name, a sequence of type variables, and a set of constructors. (The variables might already be instantiated to actual types.)

Instances

Eq HType # 

Methods

(==) :: HType -> HType -> Bool #

(/=) :: HType -> HType -> Bool #

Show HType # 

Methods

showsPrec :: Int -> HType -> ShowS #

show :: HType -> String #

showList :: [HType] -> ShowS #

data Constr #

A concrete representation of any user-defined Haskell constructor. The constructor has a name, and a sequence of component types. The first sequence of types represents the minimum set of free type variables occurring in the (second) list of real component types. If there are fieldnames, they are contained in the final list, and correspond one-to-one with the component types.

Constructors

Constr String [HType] [HType] 

Instances

Eq Constr # 

Methods

(==) :: Constr -> Constr -> Bool #

(/=) :: Constr -> Constr -> Bool #

Show Constr # 

Helper functions to extract type info as strings

showConstr :: Int -> HType -> String #

Project the n'th constructor from an HType and convert it to a string suitable for an XML tagname.

Conversion from Haskell datatype to DTD

toDTD :: HType -> DocTypeDecl #

toDTD converts a concrete representation of the Haskell type of a value (obtained by the method toHType) into a real DocTypeDecl. It ensures that PERefs are defined before they are used, and that no element or attribute-list is declared more than once.