Home
last modified time | relevance | path

Searched refs:tempElementImpl (Results 1 – 1 of 1) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp712 ElementImpl *tempElementImpl; in importNode() local
713tempElementImpl = createElementNS(otherElem->namespaceURI(), otherElem->nonCaseFoldedTagName()); in importNode()
714 tempElementImpl->setHTMLCompat(htmlMode() != XHtml && otherElem->htmlCompat()); in importNode()
715 result = tempElementImpl; in importNode()
721 tempElementImpl->setAttributeNS(otherAttr->namespaceURI(), in importNode()