startElementNs    156 Source/core/xml/parser/XMLDocumentParser.cpp         parser->startElementNs(m_localName, m_prefix, m_uri,
startElementNs   1215 Source/core/xml/parser/XMLDocumentParser.cpp     getParser(closure)->startElementNs(toAtomicString(localName), toAtomicString(prefix), toAtomicString(uri), nbNamespaces, namespaces, nbAttributes, nbDefaulted, libxmlAttributes);
startElementNs   1395 Source/core/xml/parser/XMLDocumentParser.cpp     sax.startElementNs = startElementNsHandler;
startElementNs   1592 Source/core/xml/parser/XMLDocumentParser.cpp     sax.startElementNs = attributesStartElementNsHandler;
startElementNs    130 Source/core/xml/parser/XMLDocumentParser.h         void startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nb_namespaces,