Lines Matching refs:namespaces
83 … const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes) in appendStartElementNSCallback() argument
91 … callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2)); in appendStartElementNSCallback()
93 callback->namespaces[i] = xmlStrdup(namespaces[i]); in appendStartElementNSCallback()
204 xmlFree(namespaces[i]); in ~PendingStartElementNSCallback()
205 xmlFree(namespaces); in ~PendingStartElementNSCallback()
215 nb_namespaces, const_cast<const xmlChar**>(namespaces), in call()
223 xmlChar** namespaces; member
673 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces); in handleElementNamespaces() local
676 String namespaceURI = toString(namespaces[i].uri); in handleElementNamespaces()
677 if (namespaces[i].prefix) in handleElementNamespaces()
678 namespaceQName = "xmlns:" + toString(namespaces[i].prefix); in handleElementNamespaces()
1068 …mlChar* prefix, const xmlChar* uri, int nb_namespaces, const xmlChar** namespaces, int nb_attribut… in startElementNsHandler() argument
1073 …getTokenizer(closure)->startElementNs(localname, prefix, uri, nb_namespaces, namespaces, nb_attrib… in startElementNsHandler()