Lines Matching refs:TouchString
132 TouchString(const XML_Char *ptr, int len = -1) { in TouchString() function
168 TouchString(content->children[i].name); in TouchNodeAndRecurse()
179 TouchString(content->name); in TouchNodeAndRecurse()
201 TouchString(name); in ElementDeclHandler()
211 TouchString(elname); in AttlistDeclHandler()
212 TouchString(attname); in AttlistDeclHandler()
213 TouchString(atttype); in AttlistDeclHandler()
214 TouchString(dflt); in AttlistDeclHandler()
222 TouchString(version); in XmlDeclHandler()
223 TouchString(encoding); in XmlDeclHandler()
231 TouchString(name); in StartElementHandler()
233 TouchString(atts[i]); in StartElementHandler()
240 TouchString(name); in EndElementHandler()
246 TouchString(s, len); in CharacterDataHandler()
253 TouchString(target); in ProcessingInstructionHandler()
254 TouchString(data); in ProcessingInstructionHandler()
259 TouchString(data); in CommentHandler()
278 TouchString(s, len); in DefaultHandler()
286 TouchString(doctypeName); in StartDoctypeDeclHandler()
287 TouchString(sysid); in StartDoctypeDeclHandler()
288 TouchString(pubid); in StartDoctypeDeclHandler()
304 TouchString(entityName); in EntityDeclHandler()
306 TouchString(value, value_length); in EntityDeclHandler()
307 TouchString(base); in EntityDeclHandler()
308 TouchString(systemId); in EntityDeclHandler()
309 TouchString(publicId); in EntityDeclHandler()
310 TouchString(notationName); in EntityDeclHandler()
318 TouchString(notationName); in NotationDeclHandler()
319 TouchString(base); in NotationDeclHandler()
320 TouchString(systemId); in NotationDeclHandler()
321 TouchString(publicId); in NotationDeclHandler()
328 TouchString(prefix); in StartNamespaceDeclHandler()
329 TouchString(uri); in StartNamespaceDeclHandler()
335 TouchString(prefix); in EndNamespaceDeclHandler()
349 TouchString(context); in ExternalEntityRefHandler()
350 TouchString(base); in ExternalEntityRefHandler()
351 TouchString(systemId); in ExternalEntityRefHandler()
352 TouchString(publicId); in ExternalEntityRefHandler()
370 TouchString(entityName); in SkippedEntityHandler()
378 TouchString(name); in UnknownEncodingHandler()