|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WFSA.Factory
WFSA instantiation Factory. Any class that implements the WFSA interface, in order to be instanciable by Sautrela, MUST have a static field that implements this Factory subinterface. The name of such field could be anyone, as it will be found and checked by instrospection at run time.
| Method Summary | |
|---|---|
WFSA |
getInstance(org.xml.sax.InputSource is)
Creates a WFSA using an XML description found via an InputSource |
WFSA |
getInstance(org.xml.sax.InputSource is,
Alphabet alphabet)
Creates a WFSA using a XML description found via an InputSource
and an existing Alphabet. |
| Method Detail |
|---|
WFSA getInstance(org.xml.sax.InputSource is)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
InputSource
is - the InputSource used to locate the XML description
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
WFSA getInstance(org.xml.sax.InputSource is,
Alphabet alphabet)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
InputSource
and an existing Alphabet.
is - the InputSource used to locate the XML descriptionalphabet - SHOULD BE NULL
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||