|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IodefDocumentWriter
The IncidentWriter interface represents the entire writer class. Conceptually, it provides writting to the xml document data.
| Method Summary | |
|---|---|
void |
validWrite(IODEFDocument iodef)
Validates the iodef document and writesXML document included iodef document if validation is passed. |
void |
validWrite(String key,
IODEFDocument iodef)
Validates the iodef document and writes XML document included iodef document by using the specified key if validation is passed. |
void |
write(IODEFDocument iodefdoc)
Writes the IODEF Document data. |
void |
write(String key,
IODEFDocument iodefdoc)
Writes the IODEF Document data with specified key. |
| Method Detail |
|---|
void write(IODEFDocument iodefdoc)
throws XMLWriteException
iodefdoc - IODEF document instance
XMLWriteException - if failure to write the xml document.
void write(String key,
IODEFDocument iodefdoc)
throws XMLWriteException
iodefdoc - IODEF document instancekey - for writting key.
XMLWriteException - if failure to write the xml document.
void validWrite(IODEFDocument iodef)
throws XMLValidationError,
XMLWriteException
iodef - an iodef docuemnt
XMLValidationError - if validation is not passed
XMLWriteException - if writing goes wrong
void validWrite(String key,
IODEFDocument iodef)
throws XMLValidationError,
XMLWriteException
key - iodef document identifieriodef - an iodef docuemnt
XMLValidationError - if validation is not passed
XMLWriteException - if writing goes wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||