Defines | |
#define | DOM_COMMENT DOM_NODE |
Functions | |
DOM_COMMENT * | domCommentNew (const char *comment) |
|
Defines a DOM_COMMENT as a DOM_NODE. This gives us "inheritance" in C. |
|
Creates a new DOM comment with the provided comment text.
|