| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | me@jspha.com |
| Safe Haskell | None |
Text.XML.Expat.Lens.Names
Description
- prefix :: Lens' (QName text) (Maybe text)
- namespace :: Lens' (NName text) (Maybe text)
- qualified :: (GenericXMLString text, NodeClass n c) => Iso' (n c text text) (n c (QName text) text)
- namespaced :: (GenericXMLString text, NodeClass n c, Show text, Ord text, NFData (n c (NName text) text)) => Prism' (n c (QName text) text) (n c (NName text) text)
- class HasLocalPart a where
Documentation
qualified :: (GenericXMLString text, NodeClass n c) => Iso' (n c text text) (n c (QName text) text)Source
namespaced :: (GenericXMLString text, NodeClass n c, Show text, Ord text, NFData (n c (NName text) text)) => Prism' (n c (QName text) text) (n c (NName text) text)Source
class HasLocalPart a whereSource
Instances