Inkscape
Vector Graphics Editor
|
XML quoting routines. More...
Go to the source code of this file.
Functions | |
size_t | xml_quoted_strlen (char const *val) |
Returns the length of the string after quoting the characters "&<> . | |
char * | xml_quote_strdup (char const *src) |
XML quoting routines.
Definition in file quote.cpp.
char * xml_quote_strdup | ( | char const * | src | ) |
Definition at line 43 of file quote.cpp.
References len, result, and xml_quoted_strlen().
Referenced by SPAnchor::description(), SPImage::description(), SPText::description(), XmlQuoteTest::testXmlQuoteStrdup(), and Inkscape::SelectionDescriber::updateMessage().
size_t xml_quoted_strlen | ( | char const * | val | ) |
Returns the length of the string after quoting the characters "&<>
.
Definition at line 18 of file quote.cpp.
References len.
Referenced by XmlQuoteTest::testXmlQuotedStrlen(), and xml_quote_strdup().