KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21573/root/usr/include/xulrunner-17.0.10/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21573/root/usr/include/xulrunner-17.0.10/nsIDOMPropertyNodeList.h
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/dom/interfaces/html/nsIDOMPropertyNodeList.idl
 */

#ifndef __gen_nsIDOMPropertyNodeList_h__
#define __gen_nsIDOMPropertyNodeList_h__


#ifndef __gen_nsIVariant_h__
#include "nsIVariant.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMNode; /* forward declaration */

class nsIContent; /* forward declaration */


/* starting interface:    nsIDOMPropertyNodeList */
#define NS_IDOMPROPERTYNODELIST_IID_STR "255cc828-49e8-4fb0-8e36-875e6e072da3"

#define NS_IDOMPROPERTYNODELIST_IID \
  {0x255cc828, 0x49e8, 0x4fb0, \
    { 0x8e, 0x36, 0x87, 0x5e, 0x6e, 0x07, 0x2d, 0xa3 }}

class NS_NO_VTABLE nsIDOMPropertyNodeList : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMPROPERTYNODELIST_IID)

  /* [forward(getNodeAt),getter] nsIDOMNode item (in unsigned long index); */
  NS_IMETHOD Item(uint32_t index, nsIDOMNode * *_retval) = 0;

  /* readonly attribute unsigned long length; */
  NS_IMETHOD GetLength(uint32_t *aLength) = 0;

  /* [noscript,nostdcall,notxpcom] nsIContent getNodeAt (in unsigned long index); */
  virtual nsIContent * GetNodeAt(uint32_t index) = 0;

  /* nsIVariant getValues (); */
  NS_IMETHOD GetValues(nsIVariant * *_retval) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMPropertyNodeList, NS_IDOMPROPERTYNODELIST_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMPROPERTYNODELIST \
  NS_IMETHOD Item(uint32_t index, nsIDOMNode * *_retval); \
  NS_IMETHOD GetLength(uint32_t *aLength); \
  virtual nsIContent * GetNodeAt(uint32_t index); \
  NS_IMETHOD GetValues(nsIVariant * *_retval); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMPROPERTYNODELIST(_to) \
  NS_IMETHOD Item(uint32_t index, nsIDOMNode * *_retval) { return _to Item(index, _retval); } \
  NS_IMETHOD GetLength(uint32_t *aLength) { return _to GetLength(aLength); } \
  virtual nsIContent * GetNodeAt(uint32_t index) { return _to GetNodeAt(index); } \
  NS_IMETHOD GetValues(nsIVariant * *_retval) { return _to GetValues(_retval); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMPROPERTYNODELIST(_to) \
  NS_IMETHOD Item(uint32_t index, nsIDOMNode * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->Item(index, _retval); } \
  NS_IMETHOD GetLength(uint32_t *aLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLength(aLength); } \
  virtual nsIContent * GetNodeAt(uint32_t index) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNodeAt(index); } \
  NS_IMETHOD GetValues(nsIVariant * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetValues(_retval); } 

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsDOMPropertyNodeList : public nsIDOMPropertyNodeList
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIDOMPROPERTYNODELIST

  nsDOMPropertyNodeList();

private:
  ~nsDOMPropertyNodeList();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMPropertyNodeList, nsIDOMPropertyNodeList)

nsDOMPropertyNodeList::nsDOMPropertyNodeList()
{
  /* member initializers and constructor code */
}

nsDOMPropertyNodeList::~nsDOMPropertyNodeList()
{
  /* destructor code */
}

/* [forward(getNodeAt),getter] nsIDOMNode item (in unsigned long index); */
NS_IMETHODIMP nsDOMPropertyNodeList::Item(uint32_t index, nsIDOMNode * *_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute unsigned long length; */
NS_IMETHODIMP nsDOMPropertyNodeList::GetLength(uint32_t *aLength)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript,nostdcall,notxpcom] nsIContent getNodeAt (in unsigned long index); */
nsIContent * nsDOMPropertyNodeList::GetNodeAt(uint32_t index)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* nsIVariant getValues (); */
NS_IMETHODIMP nsDOMPropertyNodeList::GetValues(nsIVariant * *_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIDOMPropertyNodeList_h__ */

Anon7 - 2021