Home | History | Annotate | Download | only in dom

Lines Matching refs:xmlLocalName

88     void appendStartElementNSCallback(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
93 callback->xmlLocalName = xmlStrdup(xmlLocalName);
205 xmlFree(xmlLocalName);
219 parser->startElementNs(xmlLocalName, xmlPrefix, xmlURI,
224 xmlChar* xmlLocalName;
745 void XMLDocumentParser::startElementNs(const xmlChar* xmlLocalName, const xmlChar* xmlPrefix, const xmlChar* xmlURI, int nb_namespaces,
752 m_pendingCallbacks->appendStartElementNSCallback(xmlLocalName, xmlPrefix, xmlURI, nb_namespaces, libxmlNamespaces,
767 AtomicString localName = toAtomicString(xmlLocalName);
1484 static void attributesStartElementNsHandler(void* closure, const xmlChar* xmlLocalName, const xmlChar* /*xmlPrefix*/,
1488 if (strcmp(reinterpret_cast<const char*>(xmlLocalName), "attrs") != 0)