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.

  1. a_no_empty_elem_for :: String

    hxt Text.XML.HXT.Arrow.XmlOptions

    No documentation available.

  2. withNoEmptyElemFor :: [String] -> SysConfig

    hxt Text.XML.HXT.Arrow.XmlState

    No documentation available.

  3. withNoEmptyElemFor :: [String] -> SysConfig

    hxt Text.XML.HXT.Arrow.XmlState.SystemConfig

    No documentation available.

  4. theNoEmptyElemFor :: Selector XIOSysState [String]

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  5. xioNoEmptyElemFor :: XIOOutputConfig -> ![String]

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    No documentation available.

  6. isWellformedNSDecl :: QName -> Bool

    hxt 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.

  7. isWellformedNameSpaceName :: QName -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test for a namespace name to be well formed

  8. isWellformedQName :: QName -> Bool

    hxt 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.

  9. isWellformedQualifiedName :: String -> Bool

    hxt Text.XML.HXT.DOM.QualifiedName

    test for wellformed QName, rule [6] XML Namespaces predicate is used in filter valdateNamespaces.

  10. 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
    Note: Transformation should be started after validation. Before the document is validated, a lookup-table is build on the basis of the DTD which maps element names to their transformation functions. After this initialization phase the whole document is traversed in preorder and every element is transformed by the XmlFilter from the lookup-table.

Page 560 of many | Previous | Next