Home
last modified time | relevance | path

Searched refs:appendAttributes (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLUtils.java93 public static void appendAttributes(IBuffer result, Properties attributes) { in appendAttributes() method in XMLUtils
107 appendAttributes(result, attributes); in xmlOpen()
DXMLStringBuffer.java279 XMLUtils.appendAttributes(m_buffer, attributes); in addEmptyElement()