PageRenderTime 24ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/gecko_api/include/nsIDOMDocumentFragment.h

http://firefox-mac-pdf.googlecode.com/
C Header | 82 lines | 40 code | 24 blank | 18 comment | 0 complexity | 434de45e8a3b22aace83321c843f7308 MD5 | raw file
  1. /*
  2. * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/tinderbox/XR-Trunk/Darwin_8.8.4_Depend/mozilla/dom/public/idl/core/nsIDOMDocumentFragment.idl
  3. */
  4. #ifndef __gen_nsIDOMDocumentFragment_h__
  5. #define __gen_nsIDOMDocumentFragment_h__
  6. #ifndef __gen_nsIDOMNode_h__
  7. #include "nsIDOMNode.h"
  8. #endif
  9. /* For IDL files that don't want to include root IDL files. */
  10. #ifndef NS_NO_VTABLE
  11. #define NS_NO_VTABLE
  12. #endif
  13. /* starting interface: nsIDOMDocumentFragment */
  14. #define NS_IDOMDOCUMENTFRAGMENT_IID_STR "a6cf9076-15b3-11d2-932e-00805f8add32"
  15. #define NS_IDOMDOCUMENTFRAGMENT_IID \
  16. {0xa6cf9076, 0x15b3, 0x11d2, \
  17. { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 }}
  18. class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMDocumentFragment : public nsIDOMNode {
  19. public:
  20. NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMDOCUMENTFRAGMENT_IID)
  21. };
  22. NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMDocumentFragment, NS_IDOMDOCUMENTFRAGMENT_IID)
  23. /* Use this macro when declaring classes that implement this interface. */
  24. #define NS_DECL_NSIDOMDOCUMENTFRAGMENT \
  25. /* no methods! */
  26. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  27. #define NS_FORWARD_NSIDOMDOCUMENTFRAGMENT(_to) \
  28. /* no methods! */
  29. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  30. #define NS_FORWARD_SAFE_NSIDOMDOCUMENTFRAGMENT(_to) \
  31. /* no methods! */
  32. #if 0
  33. /* Use the code below as a template for the implementation class for this interface. */
  34. /* Header file */
  35. class nsDOMDocumentFragment : public nsIDOMDocumentFragment
  36. {
  37. public:
  38. NS_DECL_ISUPPORTS
  39. NS_DECL_NSIDOMDOCUMENTFRAGMENT
  40. nsDOMDocumentFragment();
  41. private:
  42. ~nsDOMDocumentFragment();
  43. protected:
  44. /* additional members */
  45. };
  46. /* Implementation file */
  47. NS_IMPL_ISUPPORTS1(nsDOMDocumentFragment, nsIDOMDocumentFragment)
  48. nsDOMDocumentFragment::nsDOMDocumentFragment()
  49. {
  50. /* member initializers and constructor code */
  51. }
  52. nsDOMDocumentFragment::~nsDOMDocumentFragment()
  53. {
  54. /* destructor code */
  55. }
  56. /* End of implementation class template. */
  57. #endif
  58. #endif /* __gen_nsIDOMDocumentFragment_h__ */