KHTML
dom_doc.cpp
Go to the documentation of this file.
87 DocumentTypeImpl *r = impl->createDocumentType(qualifiedName, publicId, systemId, exceptioncode);
124 CSSStyleSheet DOMImplementation::createCSSStyleSheet(const DOMString &title, const DOMString &media)
130 CSSStyleSheetImpl *r = impl->createCSSStyleSheet(title.implementation(), media.implementation(),
235 Element Document::createElementNS( const DOMString &namespaceURI, const DOMString &qualifiedName )
241 ElementImpl* r = ((DocumentImpl *)impl)->createElementNS(namespaceURI,qualifiedName, &exceptioncode);
272 ProcessingInstruction Document::createProcessingInstruction( const DOMString &target, const DOMString &data )
274 if (impl) return ((DocumentImpl *)impl)->createProcessingInstruction( target, data.implementation() );
289 Attr Document::createAttributeNS( const DOMString &namespaceURI, const DOMString &qualifiedName )
318 NodeList Document::getElementsByTagNameNS( const DOMString &namespaceURI, const DOMString &localName )
336 NodeImpl *r = static_cast<DocumentImpl*>(impl)->importNode(importedNode.handle(), deep, exceptioncode);
449 CSSStyleDeclarationImpl *r = ((DocumentImpl *)impl)->getOverrideStyle(static_cast<ElementImpl*>(elt.handle()),pseudoElt.implementation());
453 bool Document::execCommand(const DOMString &command, bool userInterface, const DOMString &value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:11:02 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:11:02 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.