aboutsummaryrefslogtreecommitdiff
path: root/src/com/benlinskey/grdbc/GreekTextParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in GreekTextParser class.Ben Linskey2013-12-161-1/+1
| | | | | The program now properly sets transcoded Greek text as an element's content rather than a lang attribute value.
* Adds abstract class GreekTextParser.Ben Linskey2013-12-161-0/+131
This change eliminates the duplication of code in the LexiconParser and SyntaxParser classes.