ua.gradsoft.termware.parsers.xml.terms
Class XMLTermParser
java.lang.Object
ua.gradsoft.termware.parsers.xml.terms.XMLTermParser
- All Implemented Interfaces:
- IParser
public class XMLTermParser
- extends Object
- implements IParser
Parser interface for XML representation of TermWare rules.
for DTD and grammar see docs/jsr94api
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLTermParser
public XMLTermParser(Reader inputReader,
String inFname,
TermWareInstance instance)
throws TermWareException
- Throws:
TermWareException
readTerm
public Term readTerm()
throws TermWareException
- Specified by:
readTerm in interface IParser
- Throws:
TermWareException
eof
public boolean eof()
- Specified by:
eof in interface IParser