|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainParser | |
ix.iface.domain | Domain parsers. |
Uses of DomainParser in ix.iface.domain |
Subclasses of DomainParser in ix.iface.domain | |
class |
LTF_Parser
A parser for domains described in a Lisp-like syntax. |
class |
XMLTF_Parser
A parser for domains described in a simple XML syntax. |
Methods in ix.iface.domain that return DomainParser | |
static DomainParser |
DomainParser.makeParser(java.lang.String filename)
Factory method that returns an appropriate parser for the indicated file. |
static DomainParser |
DomainParser.makeParser(java.io.File file)
Factory method that returns an appropriate parser for the indicated file, based on the file's type or extension. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |