Multilingual text processing internal interface. More...
#include "public/text.h"
#include "elements.h"
#include <libxml/xmlreader.h>
Go to the source code of this file.
Data Structures | |
struct | oscap_text_traits |
oscap_text traits More... | |
struct | oscap_text |
Representation of internationalizable character strings. More... | |
oscap_text internals | |
| |
OSCAP_HIDDEN_START | |
struct oscap_text_traits | OSCAP_TEXT_TRAITS_PLAIN |
Basic traits for plain text. | |
struct oscap_text_traits | OSCAP_TEXT_TRAITS_HTML |
Basic traits for HTML text. | |
OSCAP_HIDDEN_END | |
struct oscap_text * | oscap_text_new_full (struct oscap_text_traits traits, const char *string, const char *lang) |
full-featured constructor | |
struct oscap_text * | oscap_text_new_parse (struct oscap_text_traits traits, xmlTextReaderPtr reader) |
Return a new string by parsing an xml element. |
Multilingual text processing internal interface.