nsIDOMDocumentFragment.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*
  2. * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/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 nsIDOMDocumentFragment : public nsIDOMNode {
  19. public:
  20. NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMDOCUMENTFRAGMENT_IID)
  21. };
  22. /* Use this macro when declaring classes that implement this interface. */
  23. #define NS_DECL_NSIDOMDOCUMENTFRAGMENT \
  24. /* no methods! */
  25. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  26. #define NS_FORWARD_NSIDOMDOCUMENTFRAGMENT(_to) \
  27. /* no methods! */
  28. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  29. #define NS_FORWARD_SAFE_NSIDOMDOCUMENTFRAGMENT(_to) \
  30. /* no methods! */
  31. #if 0
  32. /* Use the code below as a template for the implementation class for this interface. */
  33. /* Header file */
  34. class nsDOMDocumentFragment : public nsIDOMDocumentFragment
  35. {
  36. public:
  37. NS_DECL_ISUPPORTS
  38. NS_DECL_NSIDOMDOCUMENTFRAGMENT
  39. nsDOMDocumentFragment();
  40. private:
  41. ~nsDOMDocumentFragment();
  42. protected:
  43. /* additional members */
  44. };
  45. /* Implementation file */
  46. NS_IMPL_ISUPPORTS1(nsDOMDocumentFragment, nsIDOMDocumentFragment)
  47. nsDOMDocumentFragment::nsDOMDocumentFragment()
  48. {
  49. /* member initializers and constructor code */
  50. }
  51. nsDOMDocumentFragment::~nsDOMDocumentFragment()
  52. {
  53. /* destructor code */
  54. }
  55. /* End of implementation class template. */
  56. #endif
  57. #endif /* __gen_nsIDOMDocumentFragment_h__ */