Searched refs:m_tag (Results 1 – 7 of 7) sorted by relevance
42 return "<" + m_tag.getName () + "/>"; in toString()47 return m_tag; in getTag()68 out.write (m_tag.getName ()); in emit()84 m_tag = tag; in SimpleElementImpl()89 protected final Tag m_tag; field in ISimpleElement.Factory.SimpleElementImpl
44 return "<" + m_tag.getName () + ">"; in toString()49 final String tagName = m_tag.getName (); in emit()
48 , m_tag(anyQName()) in CSSSelector()62 , m_tag(qName) in CSSSelector()235 bool hasTag() const { return m_tag != anyQName(); } in hasTag()238 const QualifiedName& tag() const { return m_tag; } in tag()246 void setTag(const QualifiedName& value) { m_tag = value; } in setTag()312 QualifiedName m_tag; variable
67 unsigned s = (m_tag.localName() == starAtom ? 0 : 1); in specificityForOneSelector()98 unsigned s = (m_tag.localName() == starAtom ? 0 : 4); in specificityForPage()547 if (sel1->m_tag != sel2->m_tag || sel1->attribute() != sel2->attribute() || in operator ==()567 const AtomicString& prefix = m_tag.prefix(); in selectorText()568 const AtomicString& localName = m_tag.localName(); in selectorText()738 if (m_tag != starAtom) in isSimple()
492 struct sadb_x_tag *m_tag; local515 m_tag = (void *)mhp[SADB_X_EXT_TAG];586 else if (m_tag)587 printf("tagged \"%s\" ", m_tag->sadb_x_tag_name);
59 %struct.m_tag = type { %struct.packet_tags, i16, i16, i32 }61 %struct.packet_tags = type { %struct.m_tag* }
16963 Make m_value and m_tag private, implement accessors.