xml_parsec v0.1.0 XML.Parser.Internal View Source
Module containing helper functions used internally by the XML.Parser module. These are heavily related to the internal parsing logic and can change a lot in structure.
Link to this section Summary
Functions
Parses an attribute (key + value) inside an XML tag
Parses an XML comment
Parses attribute (key / value) pair used in the XML prolog
Parses a string in an XML document
Parses an XML tag with no inner contents (e.g.
Parses an XML tag with inner contents (e.g.
Creates a parser that can parse a top level XML tag
Creates a parser that can parse an entire XML document, including XML prolog
Creates a parser that can parse the XML prolog
Link to this section Types
Link to this section Functions
Parses an attribute (key + value) inside an XML tag.
Parses an XML comment.
Parses attribute (key / value) pair used in the XML prolog.
Parses a string in an XML document.
Parses an XML tag with no inner contents (e.g.
Parses an XML tag with inner contents (e.g.
Creates a parser that can parse a top level XML tag.
Creates a parser that can parse an entire XML document, including XML prolog.
Creates a parser that can parse the XML prolog.