OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_indentAmount
(Results
1 - 2
of
2
) 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
...]
Completed in 178 milliseconds