Searched refs:m_indentAmount (Results 1 – 2 of 2) sorted by relevance
184 protected int m_indentAmount = 0; field in SerializerBase740 return m_indentAmount; in getIndentAmount()747 public void setIndentAmount(int m_indentAmount) in setIndentAmount() argument749 this.m_indentAmount = m_indentAmount; in setIndentAmount()1259 this.m_indentAmount = 0; in resetSerializerBase()
795 if (m_indentAmount > 0) in indent()796 printSpace(depth * m_indentAmount); in indent()2682 return m_indentAmount; in getIndentAmount()2690 public void setIndentAmount(int m_indentAmount) in setIndentAmount() argument2692 this.m_indentAmount = m_indentAmount; in setIndentAmount()