Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
hxt Text.XML.HXT.Arrow.XmlOptions No documentation available.
withNoEmptyElemFor :: [String] -> SysConfighxt Text.XML.HXT.Arrow.XmlState No documentation available.
withNoEmptyElemFor :: [String] -> SysConfighxt Text.XML.HXT.Arrow.XmlState.SystemConfig No documentation available.
theNoEmptyElemFor :: Selector XIOSysState [String]hxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
xioNoEmptyElemFor :: XIOOutputConfig -> ![String]hxt Text.XML.HXT.Arrow.XmlState.TypeDefs No documentation available.
isWellformedNSDecl :: QName -> Boolhxt Text.XML.HXT.DOM.QualifiedName test whether an attribute name is a namesapce declaration name. If this is not the case True is the result, else the name must be a well formed namespace name: All namespace prefixes starting with "xml" are reserved for XML related definitions. predicate is used in filter valdateNamespaces.
isWellformedNameSpaceName :: QName -> Boolhxt Text.XML.HXT.DOM.QualifiedName test for a namespace name to be well formed
isWellformedQName :: QName -> Boolhxt Text.XML.HXT.DOM.QualifiedName test for wellformed QName values. A QName is wellformed, if the local part is a NCName, the namePrefix, if not empty, is also a NCName. predicate is used in filter valdateNamespaces.
isWellformedQualifiedName :: String -> Boolhxt Text.XML.HXT.DOM.QualifiedName test for wellformed QName, rule [6] XML Namespaces predicate is used in filter valdateNamespaces.
module Text.XML.HXT.DTDValidation.
DocTransformation This module provides functions for transforming XML documents represented as XmlTree with respect to its DTD. Transforming an XML document with respect to its DTD means:
- add all attributes with default values
- normalize all attribute values
- sort all attributes in lexical order