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.
setDefaultBaseURI :: String -> IOStateArrow s b Stringhxt 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
setLocalPart' :: XName -> QName -> QNamehxt Text.XML.HXT.DOM.QualifiedName set local part
setNamePrefix' :: XName -> QName -> QNamehxt Text.XML.HXT.DOM.QualifiedName set name prefix
setNamespace :: NsEnv -> QName -> QNamehxt 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.
setNamespaceUri' :: XName -> QName -> QNamehxt Text.XML.HXT.DOM.QualifiedName set name prefix
setAttrName :: XmlNode a => QName -> a -> ahxt Text.XML.HXT.DOM.XmlNode No documentation available.
setBlob :: XmlNode a => Blob -> a -> ahxt Text.XML.HXT.DOM.XmlNode No documentation available.
setCmt :: XmlNode a => String -> a -> ahxt Text.XML.HXT.DOM.XmlNode No documentation available.
setDTDAttrl :: XmlNode a => Attributes -> a -> ahxt Text.XML.HXT.DOM.XmlNode No documentation available.
setElemAttrl :: XmlNode a => XmlTrees -> a -> ahxt Text.XML.HXT.DOM.XmlNode No documentation available.