Package com.cysols.iodef

This pacakge provides a basic API to handle IODEF elements and to read/write its xml file.

See:
          Description

Interface Summary
DocumentWriter The IncidentWriter interface represents the entire writer class.
IodefConstants Define some costant values for IODEF Document.
IodefDocumentReader Defines some methods for reading iodef document.
IodefDocumentWriter The IncidentWriter interface represents the entire writer class.
 

Class Summary
DBConfigParser Class which parses the configuration and loads the the values as properties.
DBHandler This class provides some methods accessing to the xml database.
ElementCreator Create the element class indicated xml element.
IAttribute The Attribute represents an attribute element in an XML document.
IElement The Element represents an element in an XML document.
IodefCollectiveWriter Write XML document by some wirter classes in a lump, after validating
IodefXMLDBReader Concreate class for reading XML document from XML database.
IodefXMLDBWriter Write the XML docuemnt to XML database.
IodefXMLFileReader Concreate class for reading XML document from file.
IodefXMLFileWriter Write the XML docuemnt to file.
IodefXMLValidator Validate XML documents by XML Schema.
XMLFileWriter Write the XML docuemnt to file.
XMLValidationError Encapsulate an XML validation error or warning.
 

Exception Summary
XMLReaderException Encapsulate an XML read error or warning.
XMLValidationException Encapsulate an XML write/read error or warning.
XMLWriteException Encapsulate an XML write error or warning.
 

Package com.cysols.iodef Description

This pacakge provides a basic API to handle IODEF elements and to read/write its xml file. It is possible to a developer to operate IODEF incident to/from the xml file, Database or something through the API. Or the deloper can extend his own concrete classes from the API.