1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/htmlparser/public/nsParserCIID.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +#ifndef nsParserCIID_h__ 1.10 +#define nsParserCIID_h__ 1.11 + 1.12 +#include "nsISupports.h" 1.13 +#include "nsIFactory.h" 1.14 +#include "nsIComponentManager.h" 1.15 + 1.16 +// {2ce606b0-bee6-11d1-aad9-00805f8a3e14} 1.17 +#define NS_PARSER_CID \ 1.18 +{ 0x2ce606b0, 0xbee6, 0x11d1, { 0xaa, 0xd9, 0x0, 0x80, 0x5f, 0x8a, 0x3e, 0x14 } } 1.19 + 1.20 +// XXX: This object should not be exposed outside of the parser. 1.21 +// Remove when CNavDTD subclasses do not need access 1.22 +#define NS_PARSER_NODE_IID \ 1.23 + {0x9039c670, 0x2717, 0x11d2, \ 1.24 + {0x92, 0x46, 0x00, 0x80, 0x5f, 0x8a, 0x7a, 0xb6}} 1.25 + 1.26 +// {a6cf9107-15b3-11d2-932e-00805f8add32} 1.27 +#define NS_CNAVDTD_CID \ 1.28 +{ 0xa6cf9107, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } 1.29 + 1.30 +// {FFF4FBE9-528A-4b37-819D-FC18F3A401A7} 1.31 +#define NS_EXPAT_DRIVER_CID \ 1.32 +{ 0xfff4fbe9, 0x528a, 0x4b37, { 0x81, 0x9d, 0xfc, 0x18, 0xf3, 0xa4, 0x1, 0xa7 } } 1.33 + 1.34 +// {a6cf910f-15b3-11d2-932e-00805f8add32} 1.35 +#define NS_HTMLCONTENTSINKSTREAM_CID \ 1.36 +{ 0xa6cf910f, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } 1.37 + 1.38 +// {a6cf9112-15b3-11d2-932e-00805f8add32} 1.39 +#define NS_PARSERSERVICE_CID \ 1.40 +{ 0xa6cf9112, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } 1.41 + 1.42 +#endif