Searched refs:m_buff (Results 1 – 1 of 1) sorted by relevance
51 private final StringBuffer m_buff = new StringBuffer(); field in AttributesImplSerializer131 m_buff.setLength(0); in addAttribute()132 m_buff.append('{').append(uri).append('}').append(local); in addAttribute()133 String key = m_buff.toString(); in addAttribute()158 m_buff.setLength(0); in switchOverToHash()159 m_buff.append('{').append(uri).append('}').append(local); in switchOverToHash()160 String key = m_buff.toString(); in switchOverToHash()227 m_buff.setLength(0); in getIndex()228 m_buff.append('{').append(uri).append('}').append(localName); in getIndex()229 String key = m_buff.toString(); in getIndex()