/* DENG Modular XBrowser Copyright (C) 2002-2004 Mozquito This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // =========================================================================================== // XHTML Namespace Definitions and Includes // =========================================================================================== DENG.$registerNamespace("XHTML", "http://www.w3.org/1999/xhtml", 1.0); #include "com/mozquito/deng/namespaces/xhtml/CXHTMLWnd.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTMLCssProperties.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_A.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_ADDRESS.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_B.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_BLOCKQUOTE.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_BODY.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_BR.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_CAPTION.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_CENTER.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_DIV.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_EM.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H1.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H2.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H3.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H4.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H5.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_H6.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_HR.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_HTML.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_HEAD.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_I.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_IMG.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_LI.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_LINK.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_OL.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_P.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_PRE.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_STRONG.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_STYLE.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_TABLE.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_TD.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_TH.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_TITLE.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_TR.as" #include "com/mozquito/deng/namespaces/xhtml/CXHTML_UL.as"