Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | me@jspha.com |
Safe Haskell | None |
- _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
.