Searched defs:m_indentAmount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java157 protected int m_indentAmount = 0; field in class:SerializerBase
723 return m_indentAmount;
728 * @param m_indentAmount The m_indentAmount to set
730 public void setIndentAmount(int m_indentAmount) argument
732 this.m_indentAmount = m_indentAmount;
1321 this.m_indentAmount = 0;
H A DToStream.java767 /* For m_indentAmount > 0 this extra test might be slower
771 if (m_indentAmount > 0)
772 printSpace(depth * m_indentAmount);
2497 * Returns the m_indentAmount.
2502 return m_indentAmount;
2506 * Sets the m_indentAmount.
2508 * @param m_indentAmount The m_indentAmount to set
2510 public void setIndentAmount(int m_indentAmount) argument
2512 this.m_indentAmount
[all...]

Completed in 38 milliseconds