Reference manual

This document describes about all features. Tutorial focuses on easy to understand only about important features. This document focuses on completeness. If you don't read tutorial yet, read tutorial before read this document.

Modules

XMLua has only one public modules. It's xmlua main module.

Internal modules

XMLua has internal modules to provide common methods. They aren't exported into public API but you can use them via public classes such as xmlua.HTML and xmlua.Element.

Classes

XMLua provides the following classes:

You can access only xmlua.HTML and xmlua.XML, xmlua.HTMLSAXParser directly. Other classes are accessible via methods of xmlua.HTML and xmlua.XML, xmlua.HTMLSAXParser.