Inheritance diagram for Document:
Public Member Functions | |
Element * | getDocumentElement () |
Node * | appendChild (Node *newChild) |
Element * | createElement (const String *tagName) |
Text * | createTextNode (const String *data) |
Comment * | createComment (const String *data) |
ProcessingInstruction * | createProcessingInstruction (const String *target, const String *data) |
Protected Attributes | |
int | line |
int | pos |
Element * | documentElement |