KHTML
dom_xml.cpp
Go to the documentation of this file.
DOMString systemId() const
The system identifier associated with the entity, if specified.
Definition: dom_xml.cpp:108
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to ke...
Definition: dom_xml.h:259
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
DOMString notationName() const
For unparsed entities, the name of the notation for the entity.
Definition: dom_xml.cpp:116
void setData(const DOMString &)
see data NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
Definition: dom_xml.cpp:272
This interface represents an entity, either parsed or unparsed, in an XML document.
Definition: dom_xml.h:124
Definition: dom_node.h:386
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impos...
Definition: dom_exception.h:58
EntityReference & operator=(const Node &other)
Definition: dom_xml.cpp:138
EntityReference objects may be inserted into the structure model when an entity reference is in the s...
Definition: dom_xml.h:188
Definition: dom_node.h:385
DOMString publicId() const
The public identifier associated with the entity, if specified.
Definition: dom_xml.cpp:100
The Text interface represents the textual content (termed character data in XML) of an Element or At...
Definition: dom_text.h:269
~ProcessingInstruction()
Definition: dom_xml.cpp:252
StyleSheet sheet() const
Introduced in DOM Level 2 This method is from the LinkStyle interface.
Definition: dom_xml.cpp:287
CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...
Definition: dom_xml.h:66
Definition: dom_node.h:387
ProcessingInstruction & operator=(const Node &other)
Definition: dom_xml.cpp:232
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:58
Definition: dom_node.h:393
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.