Home | History | Annotate | Download | only in serializer

Lines Matching refs:m_attributes

2056      * @param nAttrs the number of attributes in m_attributes 
2074 final String name = m_attributes.getQName(i);
2075 final String value = m_attributes.getValue(i);
2221 int nAttrs = m_attributes.getLength();
2226 m_attributes.clear();
2620 int nAttrs = m_attributes.getLength();
2625 m_attributes.clear();
3020 index = m_attributes.getIndex(rawName);
3022 index = m_attributes.getIndex(uri, localName);
3030 old_value = m_attributes.getValue(index);
3039 m_attributes.setValue(index, value);
3124 m_attributes.addAttribute(uri, localName, rawName, type, value);
3149 int nAttrs = m_attributes.getLength();