KHTML
dom_xml.h File Reference
#include <dom/dom_text.h>
#include <dom/css_stylesheet.h>
Include dependency graph for dom_xml.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DOM::CDATASection |
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. More... | |
class | DOM::Entity |
This interface represents an entity, either parsed or unparsed, in an XML document. More... | |
class | DOM::EntityReference |
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. More... | |
class | DOM::Notation |
This interface represents a notation declared in the DTD. More... | |
class | DOM::ProcessingInstruction |
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. More... | |
Namespaces | |
namespace | DOM |