Home | History | Annotate | Download | only in serializer

Lines Matching refs:m_attributes

136     protected AttributesImplSerializer m_attributes = new AttributesImplSerializer();
404 // m_attributes.getIndex(rawName):m_attributes.getIndex(uri, localName);
407 // index = m_attributes.getIndex(rawName);
410 // index = m_attributes.getIndex(uri, localName);
413 index = m_attributes.getIndex(rawName);
415 index = m_attributes.getIndex(uri,localName);
423 m_attributes.setValue(index,value);
429 m_attributes.addAttribute(uri, localName, rawName, type, value);
1125 elemName, m_attributes);
1251 this.m_attributes.clear();