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. setBaseURI :: IOStateArrow s String String

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

    set the base URI of a document, used e.g. for reading includes, e.g. external entities, the input must be an absolute URI

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

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

    hxt Text.XML.HXT.DOM.QualifiedName

    set local part

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

    hxt Text.XML.HXT.DOM.QualifiedName

    set name prefix

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

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

    hxt Text.XML.HXT.DOM.QualifiedName

    set name prefix

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

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

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

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

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

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

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

    hxt Text.XML.HXT.DOM.XmlNode

    No documentation available.

Page 269 of many | Previous | Next