Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
xpSeq' :: PU () -> PU a -> PU ahxt Text.XML.HXT.Arrow.Pickle First apply a fixed pickler/unpickler, then a 2. one If the first fails during unpickling, the whole pickler fails. This can be used to check some properties of the input, e.g. whether a given fixed attribute or a namespace declaration exists (xpAddFixedAttr, xpAddNSDecl) or to filter the input, e.g. to ignore some elements or attributes (xpFilterCont, xpFilterAttr). When pickling, this can be used to insert some fixed XML pieces, e.g. namespace declarations, class attributes or other stuff.
-
hxt Text.XML.HXT.Arrow.Pickle.Schema No documentation available.
scSeq :: Schema -> Schema -> Schemahxt Text.XML.HXT.Arrow.Pickle.Schema No documentation available.
-
hxt Text.XML.HXT.Arrow.Pickle.Schema No documentation available.
xpSeq :: (b -> a) -> PU a -> (a -> PU b) -> PU bhxt Text.XML.HXT.Arrow.Pickle.Xml Combine two picklers sequentially. If the first fails during unpickling, the whole unpickler fails
xpSeq' :: PU () -> PU a -> PU ahxt Text.XML.HXT.Arrow.Pickle.Xml First apply a fixed pickler/unpickler, then a 2. one If the first fails during unpickling, the whole pickler fails. This can be used to check some properties of the input, e.g. whether a given fixed attribute or a namespace declaration exists (xpAddFixedAttr, xpAddNSDecl) or to filter the input, e.g. to ignore some elements or attributes (xpFilterCont, xpFilterAttr). When pickling, this can be used to insert some fixed XML pieces, e.g. namespace declarations, class attributes or other stuff.
changeQName :: ArrowXml a => (QName -> QName) -> a XmlTree XmlTreehxt Text.XML.HXT.Arrow.XmlArrow edit an element-, attribute- or pi- name
removeQAttr :: ArrowXml a => QName -> a XmlTree XmlTreehxt Text.XML.HXT.Arrow.XmlArrow remove an attribute with a qualified name
mkSeq :: XmlRegex -> XmlRegex -> XmlRegexhxt Text.XML.HXT.Arrow.XmlRegex No documentation available.
mkSeqs :: [XmlRegex] -> XmlRegexhxt Text.XML.HXT.Arrow.XmlRegex No documentation available.