| Copyright | (c) 2013, Joseph Abrahamson |
|---|---|
| License | MIT |
| Maintainer | me@jspha.com |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
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
Iso between a node marked by a "stringy" name to one using a
qualified QName.
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 where Source
Instances