Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setDefaultBaseURI :: String -> IOStateArrow s b String

    hxt Text.XML.HXT.Arrow.XmlState.URIHandling

    set the default base URI, if parameter is null, the system base ( file:///<cwd>/ ) is used, else the parameter, must be called before any document is read

  2. setLocalPart' :: XName -> QName -> QName

    hxt Text.XML.HXT.DOM.QualifiedName

    set local part

  3. setNamePrefix' :: XName -> QName -> QName

    hxt Text.XML.HXT.DOM.QualifiedName

    set name prefix

  4. setNamespace :: NsEnv -> QName -> QName

    hxt Text.XML.HXT.DOM.QualifiedName

    Compute the name prefix and the namespace uri for a qualified name. This function does not test whether the name is a wellformed qualified name. see Namespaces in XML Rule [6] to [8]. Error checking is done with separate functions, see isWellformedQName and isWellformedQualifiedName for error checking.

  5. setNamespaceUri' :: XName -> QName -> QName

    hxt Text.XML.HXT.DOM.QualifiedName

    set name prefix

  6. setAttrName :: XmlNode a => QName -> a -> a

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

  7. setBlob :: XmlNode a => Blob -> a -> a

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

  8. setCmt :: XmlNode a => String -> a -> a

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

  9. setDTDAttrl :: XmlNode a => Attributes -> a -> a

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

  10. setElemAttrl :: XmlNode a => XmlTrees -> a -> a

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

Page 269 of many | Previous | Next