HomeSort by relevance Sort by last modified time
    Searched defs:m_currentIndent (Results 1 - 2 of 2) sorted by null

  /external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java 30 private String m_currentIndent = "";
66 m_currentIndent = start;
103 XMLUtils.xmlOpen(m_buffer, m_currentIndent, tagName + schema, attributes);
104 m_tagStack.push(new Tag(m_currentIndent, tagName, attributes));
105 m_currentIndent += DEFAULT_INDENT_INCREMENT;
173 m_currentIndent = m_currentIndent.substring(DEFAULT_INDENT_INCREMENT.length());
182 XMLUtils.xmlClose(m_buffer, m_currentIndent, t.tagName,
204 XMLUtils.xmlRequired(m_buffer, m_currentIndent, tagName, value, attributes);
219 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, attributes)
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 36 milliseconds