Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

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

  1. hasName :: ArrowXml a => String -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    test whether a node has a specific name (prefix:localPart or localPart), generally useful, even without namespace handling

  2. hasNamePrefix :: ArrowXml a => String -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    test whether a node has a specific name prefix, useful only after namespace propagation

  3. hasNameWith :: ArrowXml a => (QName -> Bool) -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    test whether a node (element, attribute, pi) has a name with a special property

  4. hasNamespaceUri :: ArrowXml a => String -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    test whether a node has a specific namespace URI useful only after namespace propagation

Page 1 of 1