Home | History | Annotate | Download | only in utils

Lines Matching full:m_attrs

37   NamedNodeMap m_attrs;
57 // m_attrs = attrs;
58 // m_lastIndex = m_attrs.getLength() - 1;
72 m_attrs = attrs;
73 m_lastIndex = m_attrs.getLength() - 1;
85 return m_attrs.getLength();
98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index)));
127 return ((Attr) m_attrs.item(i)).getName();
153 return ((Attr) m_attrs.item(i)).getValue();
194 Attr attr = ((Attr) m_attrs.getNamedItem(name));
210 Node a=m_attrs.getNamedItemNS(uri,localName);
225 for(int i=m_attrs.getLength()-1;i>=0;--i)
227 Node a=m_attrs.item(i);
246 for(int i=m_attrs.getLength()-1;i>=0;--i)
248 Node a=m_attrs.item(i);