Copyright | (c) 2013 Joseph Abrahamson |
---|---|
License | MIT |
Maintainer | me@jspha.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
- _XML :: (GenericXMLString tag, GenericXMLString text) => Prism' ByteString (NodeG [] tag text)
- _XMLWithOptions :: (GenericXMLString tag, GenericXMLString text) => ParseOptions tag text -> Prism' ByteString (NodeG [] tag text)
- _HTML :: GenericXMLString text => Iso' ByteString (UNode text)
- _HTML' :: GenericXMLString text => Iso' ByteString (UNode text)
- _HTMLWithOptions :: GenericXMLString text => ParseOptions ByteString -> Iso' ByteString (UNode text)
Documentation
_XML :: (GenericXMLString tag, GenericXMLString text) => Prism' ByteString (NodeG [] tag text) Source #
_XMLWithOptions :: (GenericXMLString tag, GenericXMLString text) => ParseOptions tag text -> Prism' ByteString (NodeG [] tag text) Source #
Provides an '_XMLWithOptions parsing Prism
with access to the
ParsingOptions
.
_HTML :: GenericXMLString text => Iso' ByteString (UNode text) Source #
_HTML' :: GenericXMLString text => Iso' ByteString (UNode text) Source #
_HTMLWithOptions :: GenericXMLString text => ParseOptions ByteString -> Iso' ByteString (UNode text) Source #
Like '_HTML but allows choice of ParseOptions
.