B | |
| buffer [Markup] | Evaluates to a stream that retrieves successive bytes from the given buffer. |
C | |
| channel [Markup_lwt_unix] | Evaluates to a stream that retrieves successive bytes from the given channel. |
| channel [Markup] | Evaluates to a stream that retrieves bytes from the given channel. |
| compare_locations [Markup] | Orders locations according to their appearance in an input stream, i.e. |
| content [Markup] | Converts a |
D | |
| decode [Markup.ASYNCHRONOUS.Encoding] | |
| decode [Markup.Encoding] | Applies a decoder to a byte stream. |
| drain [Markup.ASYNCHRONOUS] | |
| drain [Markup] |
|
E | |
| ebcdic [Markup.Encoding] | Code page 37. |
| elements [Markup] |
|
| ensure_tail_calls [Markup_lwt] | |
F | |
| file [Markup_lwt_unix] | Evaluates to a pair |
| file [Markup] |
|
| filter [Markup.ASYNCHRONOUS] | |
| filter [Markup] |
|
| filter_map [Markup.ASYNCHRONOUS] | |
| filter_map [Markup] |
|
| fn [Markup.ASYNCHRONOUS] | |
| fn [Markup] |
|
| fold [Markup.ASYNCHRONOUS] | |
| fold [Markup] |
|
| from_tree [Markup] | Deconstructs tree data structures of type |
H | |
| html [Markup.Ns] |
|
| html5 [Markup] | Converts a signal stream into an HTML5 signal stream by stripping any document type declarations, XML declarations, and processing instructions, and prefixing the HTML5 doctype declaration. |
I | |
| iso_8859_1 [Markup.Encoding] | |
| iter [Markup.ASYNCHRONOUS] | |
| iter [Markup] |
|
L | |
| load [Markup.ASYNCHRONOUS] |
|
| location [Markup] | Evaluates to the location of the last signal emitted on the parser's signal stream. |
| lwt_stream [Markup_lwt] | Adapts an Lwt stream to a Markup.ml stream. |
M | |
| map [Markup.ASYNCHRONOUS] | |
| map [Markup] |
|
| mathml [Markup.Ns] |
|
N | |
| next [Markup.ASYNCHRONOUS] | |
| next [Markup] | Retrieves the next item in the stream, if any, and removes it from the stream. |
| normalize_text [Markup] | Concatenates adjacent |
O | |
| of_list [Markup] | Produces a (lazy) stream from the given list. |
P | |
| parse_html [Markup.ASYNCHRONOUS] | |
| parse_html [Markup] | Similar to |
| parse_xml [Markup.ASYNCHRONOUS] | |
| parse_xml [Markup] | Creates a parser that converts an XML byte stream to a signal stream. |
| peek [Markup.ASYNCHRONOUS] | |
| peek [Markup] | Retrieves the next item in the stream, if any, but does not remove the item from the stream. |
| pretty_print [Markup] | Adjusts the whitespace in the |
S | |
| signal_to_string [Markup] | Provides a human-readable representation of signals for debugging. |
| signals [Markup] | Converts a parser to its underlying signal stream. |
| stream [Markup.ASYNCHRONOUS] | |
| stream [Markup] |
|
| string [Markup] | Evaluates to a stream that retrieves successive bytes from the given string. |
| strings_to_bytes [Markup] |
|
| svg [Markup.Ns] |
|
T | |
| text [Markup] | Extracts all the text in a signal stream by discarding all markup. |
| to_buffer [Markup.ASYNCHRONOUS] | |
| to_buffer [Markup] | Eagerly retrieves bytes from the given stream and places them into a buffer. |
| to_channel [Markup_lwt_unix] | Writes bytes from the given stream to the given channel. |
| to_channel [Markup] | Eagerly retrieves bytes from the given stream and writes them to the given channel. |
| to_file [Markup_lwt_unix] | Writes bytes from the given stream to the given file. |
| to_file [Markup] | Eagerly retrieves bytes from the given stream and writes them to the given file. |
| to_list [Markup.ASYNCHRONOUS] | |
| to_list [Markup] | Eagerly converts the given stream to a list. |
| to_lwt_stream [Markup_lwt] | Adapts a Markup.ml stream to an Lwt stream. |
| to_string [Markup.ASYNCHRONOUS] | |
| to_string [Markup.Error] | Converts an error to human-readable form. |
| to_string [Markup] | Eagerly retrieves bytes from the given stream and assembles a string. |
| transform [Markup.ASYNCHRONOUS] | |
| transform [Markup] |
|
| tree [Markup.ASYNCHRONOUS] | |
| tree [Markup] | This function's type signature may look intimidating, but it is actually easy to use. |
| trees [Markup] | Like |
| trim [Markup] | Trims insignificant whitespace in an HTML signal stream. |
U | |
| ucs_4be [Markup.Encoding] | |
| ucs_4be_transposed [Markup.Encoding] | |
| ucs_4le [Markup.Encoding] | |
| ucs_4le_transposed [Markup.Encoding] | |
| us_ascii [Markup.Encoding] | |
| utf_16 [Markup.Encoding] | |
| utf_16be [Markup.Encoding] | |
| utf_16le [Markup.Encoding] | |
| utf_8 [Markup.Encoding] | |
W | |
| windows_1251 [Markup.Encoding] | |
| windows_1252 [Markup.Encoding] | |
| write_html [Markup.ASYNCHRONOUS] | |
| write_html [Markup] | Similar to |
| write_xml [Markup.ASYNCHRONOUS] | |
| write_xml [Markup] | Converts an XML signal stream to a byte stream. |
X | |
| xhtml [Markup] | Similar to |
| xhtml_entity [Markup] | Translates XHTML entities. |
| xlink [Markup.Ns] |
|
| xml [Markup.Ns] |
|
| xmlns [Markup.Ns] |
|