Searched refs:m_attrs (Results 1 – 5 of 5) sorted by relevance
37 NamedNodeMap m_attrs; field in AttList72 m_attrs = attrs; in AttList()73 m_lastIndex = m_attrs.getLength() - 1; in AttList()85 return m_attrs.getLength(); in getLength()98 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); in getURI()114 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index))); in getLocalName()127 return ((Attr) m_attrs.item(i)).getName(); in getQName()153 return ((Attr) m_attrs.item(i)).getValue(); in getValue()194 Attr attr = ((Attr) m_attrs.getNamedItem(name)); in getValue()210 Node a=m_attrs.getNamedItemNS(uri,localName); in getValue()[all …]
46 NamedNodeMap m_attrs; field in AttList81 m_attrs = attrs; in AttList()82 m_lastIndex = m_attrs.getLength() - 1; in AttList()94 return m_attrs.getLength(); in getLength()107 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index))); in getURI()123 return m_dh.getLocalNameOfNode(((Attr) m_attrs.item(index))); in getLocalName()136 return ((Attr) m_attrs.item(i)).getName(); in getQName()162 return ((Attr) m_attrs.item(i)).getValue(); in getValue()203 Attr attr = ((Attr) m_attrs.getNamedItem(name)); in getValue()219 Node a=m_attrs.getNamedItemNS(uri,localName); in getValue()[all …]
42 private StringToIntTable m_attrs = null; field in ElemDesc159 if (null == m_attrs) in setAttr()160 m_attrs = new StringToIntTable(); in setAttr()162 m_attrs.put(name, flags); in setAttr()175 return (null != m_attrs) in isAttrFlagSet()176 ? ((m_attrs.getIgnoreCase(name) & flags) != 0) in isAttrFlagSet()
62 return m_attrs; in getAttributes()70 if (! m_attrs.isEmpty ()) in emit()73 m_attrs.emit (out); in emit()85 m_attrs = attrs; in SimpleElementImpl()90 protected final AttributeSet m_attrs; field in ISimpleElement.Factory.SimpleElementImpl
54 if (! m_attrs.isEmpty ()) in emit()57 m_attrs.emit (out); in emit()