Home | History | Annotate | Download | only in parser

Lines Matching refs:attributeCount

118         int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes)
123 , m_attributeCount(attributeCount)
129 m_attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * attributeCount * 5));
130 for (int i = 0; i < attributeCount; i++) {
815 for (unsigned i = 0; i < element->attributeCount(); i++) {