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.
LuaCS has only one public modules. It's luacs
main module.
luacs
: The main module.LuaCS provides the following classes:
luacs.Parser
: The class for parsing CSS Selectors.
luacs.XPathConverter
: The class to convert CSS Selectors to XPaths.