HomeSort by relevance Sort by last modified time
    Searched full:m_indentamount (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 184 protected int m_indentAmount = 0;
740 return m_indentAmount;
745 * @param m_indentAmount The m_indentAmount to set
747 public void setIndentAmount(int m_indentAmount)
749 this.m_indentAmount = m_indentAmount;
    [all...]
ToStream.java 791 /* For m_indentAmount > 0 this extra test might be slower
795 if (m_indentAmount > 0)
796 printSpace(depth * m_indentAmount);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 176 milliseconds