MCPcopy Create free account
hub / github.com/audacity/audacity / WriteAttr

Method WriteAttr

libraries/lib-xml/XMLWriter.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void XMLWriter::WriteAttr(const wxString &name, const wxString &value)
133// may throw from Write()
134{
135 Write(wxString::Format(wxT(" %s=\"%s\""),
136 name,
137 XMLEsc(value)));
138}
139
140void XMLWriter::WriteAttr(const wxString &name, const wxChar *value)
141// may throw from Write()

Callers 15

SaveXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteOneXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45
WriteXMLMethod · 0.45

Calls 7

WriteFunction · 0.85
WriteAttrFunction · 0.85
ToCharsFunction · 0.85
wxStringClass · 0.50
ToStringFunction · 0.50
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected