| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HaskellWorks.Data.Xml.Value
Documentation
Constructors
| XmlDocument | |
Fields
| |
| XmlText | |
Fields
| |
| XmlElement | |
Fields
| |
| XmlCData | |
| XmlComment | |
| XmlMeta | |
Fields
| |
| XmlError | |
Fields | |
class HasValue c where Source #
Minimal complete definition
Methods
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 #