oscap_title Struct Reference
[STRINGS]

Title of an OpenScap element. More...

#include <text.h>

Public Member Functions

Getters

Return value is pointer to structure's member.

Do not free unless you null the pointer in the structure. Use remove function otherwise.



const char * oscap_title_get_content (const struct oscap_title *title)
 Get oscap title content.
const char * oscap_title_get_language (const struct oscap_title *title)
 Get oscap title language.
Setters

For lists use add functions.

Parameters of set functions are duplicated in memory and need to be freed by caller.



bool oscap_title_set_content (struct oscap_title *title, const char *new_content)
 Set oscap title content.
Iterators



void oscap_title_iterator_remove (struct oscap_title_iterator *it)

Data Fields

struct xml_metadata xml
char * content

Detailed Description

Title of an OpenScap element.


The documentation for this struct was generated from the following files:

Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1