Searched refs:m_charInfo (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java139 protected CharInfo m_charInfo; field in class:ToStream
603 m_charInfo = CharInfo.getCharInfo(entitiesFileName, method);
1076 if ((fromTextNode && m_charInfo.shouldMapTextChar(ch)) || (!fromTextNode && m_charInfo.shouldMapAttrChar(ch)))
1078 String outputStringForChar = m_charInfo.getOutputStringForChar(ch);
1468 if (m_charInfo.shouldMapTextChar(ch1)) {
1474 String outputStringForChar = m_charInfo
1527 if (m_charInfo.shouldMapTextChar(ch)) {
1532 String outputStringForChar = m_charInfo.getOutputStringForChar(ch);
1854 ( (fromTextNode && m_charInfo
[all...]
H A DToXMLStream.java58 m_charInfo = m_xmlcharInfo;
H A DToHTMLStream.java667 m_charInfo = m_htmlcharInfo;
1412 if (escapingNotNeeded(ch) && (!m_charInfo.shouldMapAttrChar(ch)))
1460 String outputStringForChar = m_charInfo.getOutputStringForChar(ch);

Completed in 87 milliseconds