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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodingInfo.java49 * of such a tree, m_before. Likewise for values in the range
173 // If we don't have an m_before object to delegate to, make one.
174 if (m_before == null)
175 m_before =
181 ret = m_before.isInEncoding(ch1);
220 // If we don't have an m_before object to delegate to, make one.
221 if (m_before == null)
222 m_before =
228 ret = m_before.isInEncoding(high,low);
287 private InEncoding m_before; field in class:EncodingInfo.EncodingImpl
[all...]

Completed in 29 milliseconds