wraxml-0.4.3: Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structureSource codeContentsIndex
Text.HTML.WraXML.String
Synopsis
type T = [Atom]
type Atom = T
fromString :: String -> T
fromUnicodeString :: String -> T
fromUnicodeStringInternetExploder :: String -> T
toUnicodeStringOrFormat :: T -> String
toUnicodeString :: T -> String
toUnicodeStringDecodingEmbedError :: DecodingFctEmbedErrors -> T -> EmbeddedExceptions
toLower :: T -> T
toUpper :: T -> T
toCanonicalUnicodeString :: T -> String
equalIgnoreCase :: T -> T -> Bool
elemIgnoreCase :: T -> [T] -> Bool
Documentation
type T = [Atom]Source
type Atom = TSource
fromString :: String -> TSource
Literal translation from pure strings. This can only work, if the string does not contain special characters.
fromUnicodeString :: String -> TSource
default routine
fromUnicodeStringInternetExploder :: String -> TSource
toUnicodeStringOrFormat :: T -> StringSource
toUnicodeString :: T -> StringSource
toUnicodeStringDecodingEmbedError :: DecodingFctEmbedErrors -> T -> EmbeddedExceptionsSource
Decode plain characters using the given decoder, and decode entities by HXT's XML entity table. Decoding errors for both conversions are embedded where they occur.
toLower :: T -> TSource
Convert characters to lower case. This uses ISO latin encoding and may fail for exotic characters.
toUpper :: T -> TSource
toCanonicalUnicodeString :: T -> StringSource
equalIgnoreCase :: T -> T -> BoolSource
elemIgnoreCase :: T -> [T] -> BoolSource
Produced by Haddock version 2.6.0