oga/ext/java
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
..
org/liboga/xml Use a method for getting input in the XML lexer. 2014-05-21 00:27:23 +02:00
Liboga.java Manually bootstrap JRuby after all. 2014-05-07 22:32:34 +02:00