Searched refs:escapeForXML (Results 1 – 19 of 19) sorted by relevance
493 sb.append(StringUtils.escapeForXML(firstName)).append(' '); in updateFN()496 sb.append(StringUtils.escapeForXML(middleName)).append(' '); in updateFN()499 sb.append(StringUtils.escapeForXML(lastName)); in updateFN()754 appendTag("TYPE", StringUtils.escapeForXML(photoMimeType)); in appendPhoto()765 appendTag("USERID", StringUtils.escapeForXML(email)); in appendEmail()779 appendTag("NUMBER", StringUtils.escapeForXML(entry.getValue())); in appendPhones()794 appendTag(entry.getKey(), StringUtils.escapeForXML(entry.getValue())); in appendAddress()810 StringUtils.escapeForXML(entry.getValue())); in appendGenericFields()824 appendTag("ORGNAME", StringUtils.escapeForXML(organization)); in appendOrganization()825 appendTag("ORGUNIT", StringUtils.escapeForXML(organizationUnit)); in appendOrganization()[all …]
113 buf.append(StringUtils.escapeForXML(getNode())); in getChildElementXML()241 buf.append(" name=\"").append(StringUtils.escapeForXML(name)).append("\""); in toXML()244 buf.append(" node=\"").append(StringUtils.escapeForXML(node)).append("\""); in toXML()247 buf.append(" action=\"").append(StringUtils.escapeForXML(action)).append("\""); in toXML()
197 buf.append(StringUtils.escapeForXML(getNode())); in getChildElementXML()360 buf.append(" xml:lang=\"").append(StringUtils.escapeForXML(lang)).append("\""); in toXML()362 buf.append(" category=\"").append(StringUtils.escapeForXML(category)).append("\""); in toXML()364 buf.append(" name=\"").append(StringUtils.escapeForXML(name)).append("\""); in toXML()367 buf.append(" type=\"").append(StringUtils.escapeForXML(type)).append("\""); in toXML()486 buf.append("<feature var=\"").append(StringUtils.escapeForXML(variable)).append("\"/>"); in toXML()
342 buffer.append("name=\"").append(StringUtils.escapeForXML(getName())).append("\" "); in toXML()360 … buffer.append("<desc>").append(StringUtils.escapeForXML(getDesc())).append("</desc>"); in toXML()
420 buf.append(" to=\"").append(StringUtils.escapeForXML(getTo())).append("\""); in toXML()423 buf.append(" from=\"").append(StringUtils.escapeForXML(getFrom())).append("\""); in toXML()432 …buf.append("<subject>").append(StringUtils.escapeForXML(defaultSubject.subject)).append("</subject… in toXML()440 buf.append(StringUtils.escapeForXML(subject.subject)); in toXML()446 … buf.append("<body>").append(StringUtils.escapeForXML(defaultBody.message)).append("</body>"); in toXML()454 buf.append(StringUtils.escapeForXML(body.getMessage())); in toXML()
239 buf.append(" to=\"").append(StringUtils.escapeForXML(getTo())).append("\""); in toXML()242 buf.append(" from=\"").append(StringUtils.escapeForXML(getFrom())).append("\""); in toXML()249 buf.append("<status>").append(StringUtils.escapeForXML(status)).append("</status>"); in toXML()
84 buf.append("to=\"").append(StringUtils.escapeForXML(getTo())).append("\" "); in toXML()87 buf.append("from=\"").append(StringUtils.escapeForXML(getFrom())).append("\" "); in toXML()
219 buf.append(" name=\"").append(StringUtils.escapeForXML(name)).append("\""); in toXML()229 … buf.append("<group>").append(StringUtils.escapeForXML(groupName)).append("</group>"); in toXML()
172 … buf.append("<password>").append(StringUtils.escapeForXML(password)).append("</password>"); in getChildElementXML()
400 buf.append("<name>").append(StringUtils.escapeForXML(name)).append("</name>"); in getExtensionsXML()419 buf.append(StringUtils.escapeForXML((String)value)); in getExtensionsXML()
70 buffer.append(StringUtils.escapeForXML(parser.getText())); in parseExtension()
57 sb.append(StringUtils.escapeForXML(parser.getText())); in parseIQ()
95 buf.append(StringUtils.escapeForXML(v)); in serializeMetaData()
84 buf.append(StringUtils.escapeForXML(getPersonalMacroGroup().toXML())); in getChildElementXML()
372 buf.append("<value>").append(StringUtils.escapeForXML(getValue())).append("</value>"); in toXML()
415 text.append(StringUtils.escapeForXML(textToAppend)); in append()
392 String escapedName = StringUtils.escapeForXML(name); in joinQueue()393 String escapedValue = StringUtils.escapeForXML(value); in joinQueue()
527 public static String escapeForXML(String string) { in escapeForXML() method in StringUtils
800 note = StringUtils.escapeForXML(note); in setNote()