OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_doIndent
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java
86
m_doIndent
= xmlListener.
m_doIndent
;
150
if (
m_doIndent
) {
187
if (
m_doIndent
&& !m_isprevtext)
ToHTMLStream.java
666
m_doIndent
= true;
756
if (
m_doIndent
&& !m_isprevtext)
839
if (
m_doIndent
)
[
all
...]
SerializerBase.java
180
protected boolean
m_doIndent
= false;
691
return
m_doIndent
;
[
all
...]
ToStream.java
83
* m_ispreserve is only relevant if
m_doIndent
is true.
84
* If
m_doIndent
is false this field has no impact.
93
* Used only in shouldIndent() but only if
m_doIndent
is true.
94
* If
m_doIndent
is false this flag has no impact.
104
* only if
m_doIndent
is true.
105
* If
m_doIndent
is false this flag has no impact.
152
* Used only in indent() which is called only if
m_doIndent
is true.
153
* If
m_doIndent
is false this flag has no impact.
506
m_doIndent
= b;
[
all
...]
Completed in 185 milliseconds