KHTML
Go to the documentation of this file.
25 #include "css/csshelper.h"
28 #include "xml/dom_textimpl.h"
29 #include "html/html_documentimpl.h"
30 #include "html/html_miscimpl.h"
36 impl = DOMImplementationImpl::createHTMLDocument();
44 impl = DOMImplementationImpl::createHTMLDocument(parent);
62 DocumentImpl *
d =
static_cast<DocumentImpl *
>(other.
handle());
63 if(!d->isHTMLDocument()) {
86 return static_cast<HTMLDocumentImpl *
>(
impl)->
title();
98 return ((HTMLDocumentImpl *)
impl)->referrer();
103 if(!
impl)
return str;
105 return ((HTMLDocumentImpl *)
impl)->completeURL(parsed.
string());
111 return ((HTMLDocumentImpl *)
impl)->domain();
117 return ((HTMLDocumentImpl *)
impl)->lastModified();
123 return ((HTMLDocumentImpl *)
impl)->URL().url();
129 return ((HTMLDocumentImpl *)
impl)->body();
135 int exceptioncode = 0;
136 ((HTMLDocumentImpl *)
impl)->setBody(static_cast<HTMLElementImpl *>(_body.
handle()), exceptioncode);
145 return ((HTMLDocumentImpl*)
impl)->images();
151 return ((HTMLDocumentImpl*)
impl)->applets();
157 return ((HTMLDocumentImpl*)
impl)->scripts();
163 return ((HTMLDocumentImpl*)
impl)->links();
169 return ((HTMLDocumentImpl*)
impl)->forms();
175 return ((HTMLDocumentImpl*)
impl)->layers();
181 return ((HTMLDocumentImpl*)
impl)->anchors();
187 return ((HTMLDocumentImpl*)
impl)->all();
193 return ((HTMLDocumentImpl *)
impl)->cookie();
199 ((HTMLDocumentImpl *)
impl)->setCookie(value);
206 ((HTMLDocumentImpl *)
impl)->open( );
212 ((HTMLDocumentImpl *)
impl)->close( );
218 ((HTMLDocumentImpl *)
impl)->write( text );
224 ((HTMLDocumentImpl *)
impl)->writeln( text );
230 return ((HTMLDocumentImpl *)
impl)->getElementsByName(elementName);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:08:44 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.