HomeSort by relevance Sort by last modified time
    Searched refs:XMLUtils (Results 1 - 6 of 6) sorted by null

  /external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java 103 XMLUtils.xmlOpen(m_buffer, m_currentIndent, tagName + schema, attributes);
182 XMLUtils.xmlClose(m_buffer, m_currentIndent, t.tagName,
183 XMLUtils.extractComment(tagName, t.properties));
204 XMLUtils.xmlRequired(m_buffer, m_currentIndent, tagName, value, attributes);
219 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, attributes);
225 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, createProperties(attributes));
248 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value.toString(), attributes);
279 XMLUtils.appendAttributes(m_buffer, attributes);
XMLUtils.java 16 public final class XMLUtils {
21 private XMLUtils() {
41 xmlClose(result, "", name, XMLUtils.extractComment(name, attributes));
  /libcore/ojluni/src/main/java/java/util/
Properties.java     [all...]
XMLUtils.java 46 class XMLUtils {
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 586 milliseconds