Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
XmlDocument | |
| |
XmlText | |
| |
XmlElement | |
| |
XmlCData | |
XmlComment | |
XmlMeta | |
| |
XmlError | |
class HasValue c where Source #
value :: Lens' c Value Source #
attributes :: Traversal' c [(String, String)] Source #
cdata :: Traversal' c String Source #
childNodes :: Traversal' c [Value] Source #
comment :: Traversal' c String Source #
errorMessage :: Traversal' c String Source #
name :: Traversal' c String Source #
textValue :: Traversal' c String Source #