Home
last modified time | relevance | path

Searched refs:XMLUtils (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLStringBuffer.java103 XMLUtils.xmlOpen(m_buffer, m_currentIndent, tagName + schema, attributes); in push()
182 XMLUtils.xmlClose(m_buffer, m_currentIndent, t.tagName, in pop()
183 XMLUtils.extractComment(tagName, t.properties)); in pop()
204 XMLUtils.xmlRequired(m_buffer, m_currentIndent, tagName, value, attributes); in addRequired()
219 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, attributes); in addOptional()
225 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, createProperties(attributes)); in addOptional()
248 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value.toString(), attributes); in addOptional()
279 XMLUtils.appendAttributes(m_buffer, attributes); in addEmptyElement()
DXMLUtils.java16 public final class XMLUtils { class
21 private XMLUtils() { in XMLUtils() method in XMLUtils
41 xmlClose(result, "", name, XMLUtils.extractComment(name, attributes)); in xml()
/external/testng/
DCHANGES.txt596 Fixed: XMLUtils was not escaping XML attribute values