|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.parser.MathBaseFactory
public final class MathBaseFactory
Factory class to create MathBase from JAXP Sources.
| Method Summary | |
|---|---|
MathBase |
createMathBase(Source source,
Map<ParameterKey,String> params)
Parse an input source and return the MathBase object. |
static MathBaseFactory |
getMathBaseFactory()
Retrieve the (singleton) MathBaseFactory object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MathBaseFactory getMathBaseFactory()
throws ParserConfigurationException
ParserConfigurationException - when the internal (DOM) parser could not be created.
public MathBase createMathBase(Source source,
Map<ParameterKey,String> params)
throws IOException
params - set of parameters to use.source - the Source to use. Currently supported are
DOMSource,
StreamSource
IOException - if an I/O error occurs.
IllegalArgumentException - if the Source is of an unsupported object type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||