KHTML
html_document.cpp
Go to the documentation of this file.
136 ((HTMLDocumentImpl *)impl)->setBody(static_cast<HTMLElementImpl *>(_body.handle()), exceptioncode);
HTMLCollection images() const
A collection of all the IMG elements in a document.
Definition: html_document.cpp:142
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
Definition: html_document.h:73
HTMLCollection layers() const
A collection of all the layers of a document.
Definition: html_document.cpp:172
void write(const DOMString &text)
Write a string of text to a document stream opened by open() .
Definition: html_document.cpp:215
DOMString cookie() const
The cookies associated with this document.
Definition: html_document.cpp:190
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
void close()
Closes a document stream opened by open() and forces rendering.
Definition: html_document.cpp:209
HTMLCollection applets() const
A collection of all the OBJECT elements that include applets and APPLET ( deprecated ) elements in a ...
Definition: html_document.cpp:148
DOMString completeURL(const DOMString &url) const
not part of the DOM
Definition: html_document.cpp:101
DOMString title() const
The title of a document as specified by the TITLE element in the head of the document.
Definition: html_document.cpp:83
HTMLCollection scripts() const
A collection of all the scripts in the document.
Definition: html_document.cpp:154
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
DOMString referrer() const
Returns the URI of the page that linked to this page.
Definition: html_document.cpp:95
HTMLCollection forms() const
A collection of all the forms of a document.
Definition: html_document.cpp:166
NodeList getElementsByName(const DOMString &elementName)
Returns the (possibly empty) collection of elements whose name value is given by elementName ...
Definition: html_document.cpp:227
HTMLCollection links() const
A collection of all AREA elements and anchor ( A ) elements in a document with a value for the href a...
Definition: html_document.cpp:160
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
Definition: dom_node.h:963
Definition: dom_node.h:390
HTMLCollection anchors() const
A collection of all the anchor ( A ) elements in a document with a value for the name attribute...
Definition: html_document.cpp:178
void writeln(const DOMString &text)
Write a string of text followed by a newline character to a document stream opened by open() ...
Definition: html_document.cpp:221
DOMString domain() const
The domain name of the server that served the document, or a null string if the server cannot be iden...
Definition: html_document.cpp:108
HTMLDocument & operator=(const HTMLDocument &other)
Definition: html_document.cpp:73
HTMLElement body() const
The element that contains the content for the document.
Definition: html_document.cpp:126
unsigned short nodeType() const
A code representing the type of the underlying object, as defined above.
Definition: dom_node.cpp:193
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.