This class is capable of parsing XML documents using only PHP code, thus without the need for a special extension library like Expat or any other XML parsing library.
It is useful for reading configuration data or content data, that would otherwise have been placed in a database.