KHTML
Go to the documentation of this file.
29 #ifndef _DOM_Document_h_
30 #define _DOM_Document_h_
45 class DocumentFragment;
47 class DOMImplementation;
50 class EntityReference;
51 class ProcessingInstruction;
57 class DOMImplementationImpl;
58 class DocumentTypeImpl;
61 class CSSStyleDeclaration;
62 class HTMLElementImpl;
63 class HTMLFrameElement;
64 class HTMLElementImpl;
65 class HTMLIFrameElement;
66 class HTMLObjectElement;
223 DOMImplementationImpl *handle()
const;
247 friend class ::KHTMLView;
248 friend class ::KHTMLPart;
296 Element documentElement()
const;
631 Node importNode(
const Node & importedNode,
bool deep );
637 bool isHTMLDocument()
const;
681 bool entityReferenceExpansion);
715 bool entityReferenceExpansion);
773 void setSelectedStylesheetSet(
const DOMString& aString);
803 void removeStyleSheet(
const StyleSheet &sheet);
848 void setAsync(
bool );
951 bool designMode()
const;
959 void setDesignMode(
bool enable);
976 bool execCommand(
const DOMString &command,
bool userInterface,
const DOMString &value);
977 bool queryCommandEnabled(
const DOMString &command);
978 bool queryCommandIndeterm(
const DOMString &command);
979 bool queryCommandState(
const DOMString &command);
980 bool queryCommandSupported(
const DOMString &command);
989 void updateRendering();
997 class DocumentFragmentImpl;
1044 friend class HTMLElementImpl;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:19:18 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.