Modifier and Type | Method and Description |
---|---|
ParseErrorCallback |
LoadOptions.getErrorHandler()
Specified callback method to handle xml parse errors.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setErrorHandler(ParseErrorCallback value)
Specified callback method to handle xml parse errors.
|
Constructor and Description |
---|
Project(InputStream stream,
ParseErrorCallback parseErrorHandler)
Initializes a new instance of the
Project class from a template(existent mpp or mpt file). |
Project(InputStream stream,
ParseErrorCallback parseErrorHandler,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from the Stream
with the specified instance of the PrimaveraXmlReadingOptions class. |
Project(String projectTemplate,
ParseErrorCallback parseErrorHandler)
Initializes a new instance of the
Project class from a template (existent mpp or mpt file). |
Project(String projectTemplate,
ParseErrorCallback parseErrorHandler,
PrimaveraXmlReadingOptions options)
Initializes a new instance of the
Project class from a template (existent mpp or mpt file)
with the specified instance of the PrimaveraXmlReadingOptions class. |