diff options
| author | Ben Linskey | 2013-12-16 20:00:18 -0500 |
|---|---|---|
| committer | Ben Linskey | 2013-12-16 20:00:18 -0500 |
| commit | 8d3f5bd0cfb9124ded8008af47fc5ea531d11b0e (patch) | |
| tree | 046ed7d870088a8741de59e3f05fd5fa12aa5e18 /src/com/benlinskey/grdbc/LexiconParser.java | |
| parent | b98451b590d134039b72ab3f30f944df381754e0 (diff) | |
| download | greek-reference-database-creator-8d3f5bd0cfb9124ded8008af47fc5ea531d11b0e.tar.gz | |
Add grammar database creation code.
Diffstat (limited to 'src/com/benlinskey/grdbc/LexiconParser.java')
| -rw-r--r-- | src/com/benlinskey/grdbc/LexiconParser.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/benlinskey/grdbc/LexiconParser.java b/src/com/benlinskey/grdbc/LexiconParser.java index 46dcad5..69d474b 100644 --- a/src/com/benlinskey/grdbc/LexiconParser.java +++ b/src/com/benlinskey/grdbc/LexiconParser.java @@ -55,7 +55,8 @@ public class LexiconParser { * @throws IOException * @throws SAXException */ - public LexiconParser(String xml) throws ParserConfigurationException, SAXException, IOException { + public LexiconParser(String xml) + throws ParserConfigurationException, SAXException, IOException { // Parse the XML and create a Document. DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocumentBuilder(); |