Namespace information entry. More...
#include <oscap.h>
Public Member Functions | |
struct oscap_nsinfo_entry * | oscap_nsinfo_entry_new (void) |
struct oscap_nsinfo_entry * | oscap_nsinfo_entry_new_fill (const char *nsprefix, const char *nsname) |
void | oscap_nsinfo_entry_free (struct oscap_nsinfo_entry *entry) |
Getters | |
const char * | oscap_nsinfo_entry_get_nsname (const struct oscap_nsinfo_entry *item) |
const char * | oscap_nsinfo_entry_get_nsprefix (const struct oscap_nsinfo_entry *item) |
const char * | oscap_nsinfo_entry_get_schema_location (const struct oscap_nsinfo_entry *item) |
Setters | |
bool | oscap_nsinfo_entry_set_nsname (struct oscap_nsinfo_entry *obj, const char *newval) |
bool | oscap_nsinfo_entry_set_nsprefix (struct oscap_nsinfo_entry *obj, const char *newval) |
bool | oscap_nsinfo_entry_set_schema_location (struct oscap_nsinfo_entry *obj, const char *newval) |
Data Fields | |
char * | nsprefix |
namespace prefix | |
char * | nsname |
namespace name | |
char * | schema_location |
schema location for the namespace |
Namespace information entry.
This structure carries namespace prefix, Namespace URI and schema location.