OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_needToCallStartDocument
(Results
1 - 8
of
8
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java
93
if (
m_needToCallStartDocument
)
98
m_needToCallStartDocument
= false;
271
if (
m_needToCallStartDocument
)
274
m_needToCallStartDocument
= false;
370
m_needToCallStartDocument
= false;
ToTextStream.java
67
m_needToCallStartDocument
= false;
555
if (
m_needToCallStartDocument
)
628
if (
m_needToCallStartDocument
)
631
m_needToCallStartDocument
= false;
ToUnknownStream.java
112
private boolean
m_needToCallStartDocument
= false;
441
m_needToCallStartDocument
= true;
533
else if (
m_needToCallStartDocument
)
536
m_needToCallStartDocument
= false;
1034
if (
m_needToCallStartDocument
)
1037
m_needToCallStartDocument
= false;
[
all
...]
ToXMLSAXHandler.java
202
if (
m_needToCallStartDocument
)
516
if (
m_needToCallStartDocument
)
519
m_needToCallStartDocument
= false;
ToXMLStream.java
111
if (
m_needToCallStartDocument
)
114
m_needToCallStartDocument
= false;
276
else if (
m_needToCallStartDocument
)
ToStream.java
[
all
...]
ToHTMLStream.java
688
m_needToCallStartDocument
= false;
807
else if (
m_needToCallStartDocument
)
810
m_needToCallStartDocument
= false;
[
all
...]
SerializerBase.java
124
protected boolean
m_needToCallStartDocument
= true;
[
all
...]
Completed in 52 milliseconds