Bumping manifests a=b2g-bump
[gecko.git] / parser / htmlparser / nsParserCIID.h
blob4a2b7b1adfd7debab108e047371dd58ba955aeb2
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef nsParserCIID_h__
7 #define nsParserCIID_h__
9 #include "nsISupports.h"
10 #include "nsIFactory.h"
11 #include "nsIComponentManager.h"
13 // {2ce606b0-bee6-11d1-aad9-00805f8a3e14}
14 #define NS_PARSER_CID \
15 { 0x2ce606b0, 0xbee6, 0x11d1, { 0xaa, 0xd9, 0x0, 0x80, 0x5f, 0x8a, 0x3e, 0x14 } }
17 // XXX: This object should not be exposed outside of the parser.
18 // Remove when CNavDTD subclasses do not need access
19 #define NS_PARSER_NODE_IID \
20 {0x9039c670, 0x2717, 0x11d2, \
21 {0x92, 0x46, 0x00, 0x80, 0x5f, 0x8a, 0x7a, 0xb6}}
23 // {a6cf9107-15b3-11d2-932e-00805f8add32}
24 #define NS_CNAVDTD_CID \
25 { 0xa6cf9107, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
27 // {FFF4FBE9-528A-4b37-819D-FC18F3A401A7}
28 #define NS_EXPAT_DRIVER_CID \
29 { 0xfff4fbe9, 0x528a, 0x4b37, { 0x81, 0x9d, 0xfc, 0x18, 0xf3, 0xa4, 0x1, 0xa7 } }
31 // {a6cf910f-15b3-11d2-932e-00805f8add32}
32 #define NS_HTMLCONTENTSINKSTREAM_CID \
33 { 0xa6cf910f, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
35 // {a6cf9112-15b3-11d2-932e-00805f8add32}
36 #define NS_PARSERSERVICE_CID \
37 { 0xa6cf9112, 0x15b3, 0x11d2, { 0x93, 0x2e, 0x0, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
39 #endif