NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <string>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
Functions | |
void | appendCharToXML (const wchar_t c, std::wstring &xml, bool isAttribute=false) |
std::wstring | sanitizeXMLAttribName (std::wstring attribName) |
|
inline |
Referenced by MshtmlVBufStorage_controlFieldNode_t::generateAttributesForMarkupOpeningTag(), VBufStorage_fieldNode_t::generateAttributesForMarkupOpeningTag(), generateInlineShapeXML(), generateTableXML(), displayModelChunk_t::generateXML(), generateXMLAttribsForFormatting(), VBufStorage_textFieldNode_t::getTextInRange(), and winword_getTextInRange_helper().
|
inline |