public final class MSPDIReader extends AbstractProjectReader
| Constructor and Description |
|---|
MSPDIReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectListener(ProjectListener listener)
Add a listener to receive events as a project is being read.
|
boolean |
getMicrosoftProjectCompatibleInput()
Retrieves a flag indicating that this class will attempt to correct
and read XML which is not compliant with the XML Schema.
|
ProjectFile |
read(InputStream stream)
Read a file where the contents of the project file
are supplied via an input stream.
|
void |
setMicrosoftProjectCompatibleInput(boolean flag)
Sets a flag indicating that this class will attempt to correct
and read XML which is not compliant with the XML Schema.
|
read, readpublic void addProjectListener(ProjectListener listener)
listener - ProjectListener instancepublic ProjectFile read(InputStream stream) throws MPXJException
stream - InputStream instanceMPXJExceptionpublic void setMicrosoftProjectCompatibleInput(boolean flag)
flag - input compatibility flagpublic boolean getMicrosoftProjectCompatibleInput()
Copyright © 2013. All Rights Reserved.