API Reference ElixirXML v0.0.1

View Source

Modules

Main module for parsing, formatting, and querying XML data in Elixir.

A simple XML formatter module that converts Elixir data structures into XML strings.

A module for handling XML namespaces, including extracting and reversing XML namespace mappings.

XML Parser for converting raw XML text into structured Elixir maps.

A module for querying XML-like structures in Elixir. Provides functions to find nodes using XPath-like syntax, extract text content, and retrieve attributes.

A simple XML scanner that tokenizes an XML buffer into structured elements.