00001 /* 00002 * libsgml -- SGML state machine parsing library. 00003 * 00004 * Copyright (c) 2002 Uninformed Research (http://www.uninformed.org) 00005 * All rights reserved. 00006 * 00007 * skape 00008 * [email protected] 00009 */ 00018 #ifndef _LIBSGML_DOMCOMMENT_H 00019 #define _LIBSGML_DOMCOMMENT_H 00020 00021 #include "DomNode.h" 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00032 #define DOM_COMMENT DOM_NODE 00033 00040 DOM_COMMENT *domCommentNew(const char *comment); 00041 00046 #ifdef __cplusplus 00047 } 00048 #endif 00049 00050 #endif