Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLStringBuffer.java219 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()
DXMLUtils.java60 public static void xmlOptional(IBuffer result, String sp, in xmlOptional() method in XMLUtils
67 public static void xmlOptional(IBuffer result, String sp, in xmlOptional() method in XMLUtils