• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • tyxml
  • Documentation
  • tyxml.functor lib
  • Xml_stream Module
ON THIS PAGE
  • Input
package tyxml
  • tyxml
    • Tyxml
    • Tyxml_html
      • Info
      • Make_printer
        • 1-O
      • Unsafe
      • Xml
    • Tyxml_svg
      • Info
      • Make_printer
        • 1-O
      • Unsafe
      • Xml
    • Tyxml_xml
  • tyxml.functor
    • Html_f
      • Make
        • 1-Xml
          • W
        • 2-Svg
          • Info
          • Unsafe
        • Info
        • Unsafe
        • Xml
          • W
      • Make_with_wrapped_functions
        • 1-Xml
          • W
        • 2-C
        • 3-Svg
          • Info
          • Unsafe
        • Info
        • Unsafe
        • Xml
          • W
      • Wrapped_functions
        • 1-Xml
          • W
    • Html_sigs
      • Make
        • 1-Xml
          • W
        • 2-Svg
          • Info
          • Unsafe
        • T
          • Info
          • Unsafe
          • Xml
            • W
      • NoWrap
        • Info
        • Svg
          • Info
          • Unsafe
        • Unsafe
        • Xml
      • T
        • Info
        • Svg
          • Info
          • Unsafe
        • Unsafe
        • Xml
          • W
      • Wrapped_functions
        • Xml
          • W
    • Html_types
    • Svg_f
      • Make
        • 1-Xml
          • W
        • Info
        • Unsafe
        • Xml
          • W
      • Make_with_wrapped_functions
        • 1-Xml
          • W
        • 2-C
        • Info
        • Unsafe
        • Xml
          • W
      • Wrapped_functions
        • 1-Xml
          • W
    • Svg_sigs
      • Make
        • 1-Xml
          • W
        • T
          • Info
          • Unsafe
          • Xml
            • W
      • NoWrap
        • Info
        • Unsafe
        • Xml
      • T
        • Info
        • Unsafe
        • Xml
          • W
      • Wrapped_functions
        • Xml
          • W
    • Svg_types
      • Unit
    • Xml_iter
      • Make
        • 1-Xml
    • Xml_print
      • Make
        • 1-Xml
        • 2-I
        • 3-O
      • Make_fmt
        • 1-Xml
        • 2-I
      • Make_simple
        • 1-Xml
        • 2-I
      • Make_typed
        • 1-Xml
        • 2-Typed_xml
          • Info
        • 3-O
      • Make_typed_fmt
        • 1-Xml
        • 2-Typed_xml
          • Info
      • Make_typed_simple
        • 1-Xml
        • 2-Typed_xml
          • Info
      • TagList
      • Utf8
    • Xml_sigs
      • Info
      • Iterable
      • NoWrap
      • Output
      • Pp
      • Printer
      • Simple_printer
      • T
        • W
      • Typed_pp
      • Typed_printer
      • Typed_simple_printer
      • Typed_xml
        • Info
        • Xml
    • Xml_stream
      • Import
        • 1-Xml
          • W
    • Xml_wrap
      • NoWrap
      • T
Legend:
Library
Module
Module type
Parameter
Class
Class type
type name = string * string

Input

type signal = [
| `Comment of string
| `End_element
| `Start_element of name * (name * string) list
| `Text of string list
]
exception Malformed_stream
module Import (Xml : Xml_sigs.T) : sig ... end
ON THIS PAGE
  • Input

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct