hxt-8.0.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.XPath.XPathToNodeSet
Description
Convert an XPath result set into a node set
Synopsis
xPValue2NodeSet :: XPathValue -> XmlNodeSet
emptyNodeSet :: XmlNodeSet
Documentation
xPValue2NodeSet :: XPathValue -> XmlNodeSetSource

Convert a a XPath-value into a XmlNodeSet represented by a tree structure

The XmlNodeSet can be used to traverse a tree an process all marked nodes.

emptyNodeSet :: XmlNodeSetSource
Produced by Haddock version 2.3.0