Lines Matching full:nodename
3508 behaviour in nodeName. As we cannot test if an HTMLElement is an XHTML
3510 to XML behaviour for nodeName.
3513 (WebCore::HTMLElement::nodeName): Add a prefix check before
35836 Bug 23956: Safari crashes when cloneNode fails (cloning a XML element with an invalid nodeName)
35839 element created with createElement could have a wrong nodeName (createElement sets the string as the
97554 Check the nodeType and not the nodeName, this is less fragile.