Private members
[CVSS]

Data Structures

struct  cvss_entry
 Struct holding CVSS entry data. More...

Other functions



int cvss_map_av_get (const char *string)
int cvss_map_ac_get (const char *string)
int cvss_map_auth_get (const char *string)
int cvss_map_imp_get (const char *string)

Parse functions

Functions for parsing structures from XML.

Return value is new structure filled by content of XML file represented by XML reader or import source structure. Structure needs to be freed by the caller.



struct cvss_entrycvss_entry::cvss_entry_parse (xmlTextReaderPtr reader)
 Parse CVSS entry.

Export functions

Functions for export structures to XML by XML writer.

Exported structures need to be freed by the caller.



void cvss_entry::cvss_entry_export (const struct cvss_entry *entry, xmlTextWriterPtr writer)
 Export CVSS entry.

Function Documentation

void cvss_entry_export ( const struct cvss_entry entry,
xmlTextWriterPtr  writer 
) [related, inherited]

Export CVSS entry.

Parameters:
entry CVSS entry
writer XML Text Writer representing XML model
struct cvss_entry * cvss_entry_parse ( xmlTextReaderPtr  reader  )  [related, inherited]

Parse CVSS entry.

Parameters:
reader XML Text Reader representing XML model
Returns:
new parsed CVSS entry

Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1