| Modifier and Type | Class and Description |
|---|---|
class |
SBMLErrorLog
Log of diagnostics reported during processing.
|
| Modifier and Type | Method and Description |
|---|---|
XMLErrorLog |
XMLInputStream.getErrorLog()
Returns the
XMLErrorLog used to log parsing problems. |
| Modifier and Type | Method and Description |
|---|---|
int |
XMLInputStream.setErrorLog(XMLErrorLog log)
Sets the
XMLErrorLog this stream will use to log errors. |
| Constructor and Description |
|---|
XMLInputStream(java.lang.String content,
boolean isFile,
java.lang.String library,
XMLErrorLog errorLog)
Creates a new
XMLInputStream. |