Searched refs:DEFAULT_INDENT_INCREMENT (Results 1 – 1 of 1) sorted by relevance
21 private static final String DEFAULT_INDENT_INCREMENT = " "; field in XMLStringBuffer105 m_currentIndent += DEFAULT_INDENT_INCREMENT; in push()173 m_currentIndent = m_currentIndent.substring(DEFAULT_INDENT_INCREMENT.length()); in pop()