OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onlyQuotAmpLtGt
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java
92
boolean
onlyQuotAmpLtGt
;
167
this.
onlyQuotAmpLtGt
= true;
318
onlyQuotAmpLtGt
= noExtraEntities;
553
copy.
onlyQuotAmpLtGt
= charInfo.
onlyQuotAmpLtGt
;
ToXMLStream.java
391
if ((flags & NO_BAD_CHARS) > 0 && m_xmlcharInfo.
onlyQuotAmpLtGt
)
ToHTMLStream.java
[
all
...]
Completed in 383 milliseconds