KHTML
dom_text.h File Reference
#include <dom/dom_node.h>
Include dependency graph for dom_text.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DOM::CharacterData |
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM. More... | |
class | DOM::Comment |
This represents the content of a comment, i.e., all the characters between the starting ' <!-- ' and ending ' --> '. More... | |
class | DOM::Text |
The Text interface represents the textual content (termed character data in XML) of an Element or Attr . More... | |
Namespaces | |
namespace | DOM |