Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java184 protected int m_indentAmount = 0; field in SerializerBase
740 return m_indentAmount; in getIndentAmount()
747 public void setIndentAmount(int m_indentAmount) in setIndentAmount() argument
749 this.m_indentAmount = m_indentAmount; in setIndentAmount()
1259 this.m_indentAmount = 0; in resetSerializerBase()
DToStream.java795 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() argument
2692 this.m_indentAmount = m_indentAmount; in setIndentAmount()