An area for testing out strange new MOE possibilities. None of these classes should be considered stable.
A few ideas:
- Support for lazy parsing - a class that extends CoreComponent but stores a big chunk of unparsed content.
- Direct parsing - a parser that generates MOE objects directly.
- Character checking - visitor classes which check names and content for appropriate XML characters, using an approach that could be extended to support XML Blueberry.
- DTD support - classes for representing and working with DTDs, including experimental namespace support.