OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namespaceQName
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp
347
String
namespaceQName
= decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:");
348
namespaceQName
.append(decl.prefix());
349
newElement->setAttributeNS("http://www.w3.org/2000/xmlns/",
namespaceQName
, namespaceURI, ec, scriptingPermission);
xml_expat_tokenizer.cpp
399
String
namespaceQName
("xmlns");
401
namespaceQName
+= String(":")+ prefix;
402
newElement->setAttributeNS(String("http://www.w3.org/2000/xmlns/"),
namespaceQName
, uri, exceptioncode);
XMLDocumentParserLibxml2.cpp
710
AtomicString
namespaceQName
= xmlnsAtom;
713
namespaceQName
= "xmlns:" + toString(namespaces[i].prefix);
714
newElement->setAttributeNS(XMLNSNames::xmlnsNamespaceURI,
namespaceQName
, namespaceURI, ec, scriptingPermission);
[
all
...]
Completed in 1207 milliseconds