Home
last modified time | relevance | path

Searched refs:onlyQuotAmpLtGt (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DCharInfo.java92 boolean onlyQuotAmpLtGt; field in CharInfo
167 this.onlyQuotAmpLtGt = true; in CharInfo()
318 onlyQuotAmpLtGt = noExtraEntities; in CharInfo()
553 copy.onlyQuotAmpLtGt = charInfo.onlyQuotAmpLtGt;
DToXMLStream.java391 if ((flags & NO_BAD_CHARS) > 0 && m_xmlcharInfo.onlyQuotAmpLtGt) in addUniqueAttribute()
DToHTMLStream.java1936 if ((flags & NO_BAD_CHARS) > 0 && m_htmlcharInfo.onlyQuotAmpLtGt) in addUniqueAttribute()