oga/ext
Yorick Peterse 6b9d65923a Use a method for getting input in the XML lexer.
Instead of directly accessing the `data` instance variable the C/Java code now
uses the method `read_data`. This is part of one of the various steps required
to allow Oga to read data from IO like instances. It also means I can freely
change the name of the instance variable without also having to change the
C/Java code.
2014-05-21 00:27:23 +02:00
..
c Use a method for getting input in the XML lexer. 2014-05-21 00:27:23 +02:00
java Use a method for getting input in the XML lexer. 2014-05-21 00:27:23 +02:00
ragel Cleaned up documentation of the XML lexer. 2014-05-21 00:21:21 +02:00