/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM inIDOMView.idl
 */

#ifndef __gen_inIDOMView_h__
#define __gen_inIDOMView_h__


#ifndef __gen_nsISupports_h__
#include "nsISupports.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 */


/* starting interface:    inIDOMView */
#define INIDOMVIEW_IID_STR "3eb4c760-dffd-4983-94a8-18bcb99100e4"

#define INIDOMVIEW_IID \
  {0x3eb4c760, 0xdffd, 0x4983, \
    { 0x94, 0xa8, 0x18, 0xbc, 0xb9, 0x91, 0x00, 0xe4 }}

class NS_NO_VTABLE inIDOMView : public nsISupports {
 public: 

  NS_DEFINE_STATIC_IID_ACCESSOR(INIDOMVIEW_IID)

  /* attribute nsIDOMNode rootNode; */
  NS_IMETHOD GetRootNode(nsIDOMNode * *aRootNode) = 0;
  NS_IMETHOD SetRootNode(nsIDOMNode * aRootNode) = 0;

  /* attribute boolean showAnonymousContent; */
  NS_IMETHOD GetShowAnonymousContent(PRBool *aShowAnonymousContent) = 0;
  NS_IMETHOD SetShowAnonymousContent(PRBool aShowAnonymousContent) = 0;

  /* attribute boolean showSubDocuments; */
  NS_IMETHOD GetShowSubDocuments(PRBool *aShowSubDocuments) = 0;
  NS_IMETHOD SetShowSubDocuments(PRBool aShowSubDocuments) = 0;

  /* nsIDOMNode getNodeFromRowIndex (in long rowIndex); */
  NS_IMETHOD GetNodeFromRowIndex(PRInt32 rowIndex, nsIDOMNode **_retval) = 0;

  /* long getRowIndexFromNode (in nsIDOMNode node); */
  NS_IMETHOD GetRowIndexFromNode(nsIDOMNode *node, PRInt32 *_retval) = 0;

  /* void addFilterByType (in unsigned short type, in boolean exclusive); */
  NS_IMETHOD AddFilterByType(PRUint16 type, PRBool exclusive) = 0;

  /* void removeFilterByType (in unsigned short type); */
  NS_IMETHOD RemoveFilterByType(PRUint16 type) = 0;

  /* boolean isFiltered (in unsigned short type); */
  NS_IMETHOD IsFiltered(PRUint16 type, PRBool *_retval) = 0;

  /* void rebuild (); */
  NS_IMETHOD Rebuild(void) = 0;

};

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_INIDOMVIEW \
  NS_IMETHOD GetRootNode(nsIDOMNode * *aRootNode); \
  NS_IMETHOD SetRootNode(nsIDOMNode * aRootNode); \
  NS_IMETHOD GetShowAnonymousContent(PRBool *aShowAnonymousContent); \
  NS_IMETHOD SetShowAnonymousContent(PRBool aShowAnonymousContent); \
  NS_IMETHOD GetShowSubDocuments(PRBool *aShowSubDocuments); \
  NS_IMETHOD SetShowSubDocuments(PRBool aShowSubDocuments); \
  NS_IMETHOD GetNodeFromRowIndex(PRInt32 rowIndex, nsIDOMNode **_retval); \
  NS_IMETHOD GetRowIndexFromNode(nsIDOMNode *node, PRInt32 *_retval); \
  NS_IMETHOD AddFilterByType(PRUint16 type, PRBool exclusive); \
  NS_IMETHOD RemoveFilterByType(PRUint16 type); \
  NS_IMETHOD IsFiltered(PRUint16 type, PRBool *_retval); \
  NS_IMETHOD Rebuild(void); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_INIDOMVIEW(_to) \
  NS_IMETHOD GetRootNode(nsIDOMNode * *aRootNode) { return _to GetRootNode(aRootNode); } \
  NS_IMETHOD SetRootNode(nsIDOMNode * aRootNode) { return _to SetRootNode(aRootNode); } \
  NS_IMETHOD GetShowAnonymousContent(PRBool *aShowAnonymousContent) { return _to GetShowAnonymousContent(aShowAnonymousContent); } \
  NS_IMETHOD SetShowAnonymousContent(PRBool aShowAnonymousContent) { return _to SetShowAnonymousContent(aShowAnonymousContent); } \
  NS_IMETHOD GetShowSubDocuments(PRBool *aShowSubDocuments) { return _to GetShowSubDocuments(aShowSubDocuments); } \
  NS_IMETHOD SetShowSubDocuments(PRBool aShowSubDocuments) { return _to SetShowSubDocuments(aShowSubDocuments); } \
  NS_IMETHOD GetNodeFromRowIndex(PRInt32 rowIndex, nsIDOMNode **_retval) { return _to GetNodeFromRowIndex(rowIndex, _retval); } \
  NS_IMETHOD GetRowIndexFromNode(nsIDOMNode *node, PRInt32 *_retval) { return _to GetRowIndexFromNode(node, _retval); } \
  NS_IMETHOD AddFilterByType(PRUint16 type, PRBool exclusive) { return _to AddFilterByType(type, exclusive); } \
  NS_IMETHOD RemoveFilterByType(PRUint16 type) { return _to RemoveFilterByType(type); } \
  NS_IMETHOD IsFiltered(PRUint16 type, PRBool *_retval) { return _to IsFiltered(type, _retval); } \
  NS_IMETHOD Rebuild(void) { return _to Rebuild(); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_INIDOMVIEW(_to) \
  NS_IMETHOD GetRootNode(nsIDOMNode * *aRootNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRootNode(aRootNode); } \
  NS_IMETHOD SetRootNode(nsIDOMNode * aRootNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRootNode(aRootNode); } \
  NS_IMETHOD GetShowAnonymousContent(PRBool *aShowAnonymousContent) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShowAnonymousContent(aShowAnonymousContent); } \
  NS_IMETHOD SetShowAnonymousContent(PRBool aShowAnonymousContent) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShowAnonymousContent(aShowAnonymousContent); } \
  NS_IMETHOD GetShowSubDocuments(PRBool *aShowSubDocuments) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetShowSubDocuments(aShowSubDocuments); } \
  NS_IMETHOD SetShowSubDocuments(PRBool aShowSubDocuments) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetShowSubDocuments(aShowSubDocuments); } \
  NS_IMETHOD GetNodeFromRowIndex(PRInt32 rowIndex, nsIDOMNode **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNodeFromRowIndex(rowIndex, _retval); } \
  NS_IMETHOD GetRowIndexFromNode(nsIDOMNode *node, PRInt32 *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRowIndexFromNode(node, _retval); } \
  NS_IMETHOD AddFilterByType(PRUint16 type, PRBool exclusive) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddFilterByType(type, exclusive); } \
  NS_IMETHOD RemoveFilterByType(PRUint16 type) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveFilterByType(type); } \
  NS_IMETHOD IsFiltered(PRUint16 type, PRBool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsFiltered(type, _retval); } \
  NS_IMETHOD Rebuild(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Rebuild(); } 

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

/* Header file */
class inDOMView : public inIDOMView
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_INIDOMVIEW

  inDOMView();
  virtual ~inDOMView();
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(inDOMView, inIDOMView)

inDOMView::inDOMView()
{
  NS_INIT_ISUPPORTS();
  /* member initializers and constructor code */
}

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

/* attribute nsIDOMNode rootNode; */
NS_IMETHODIMP inDOMView::GetRootNode(nsIDOMNode * *aRootNode)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP inDOMView::SetRootNode(nsIDOMNode * aRootNode)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean showAnonymousContent; */
NS_IMETHODIMP inDOMView::GetShowAnonymousContent(PRBool *aShowAnonymousContent)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP inDOMView::SetShowAnonymousContent(PRBool aShowAnonymousContent)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean showSubDocuments; */
NS_IMETHODIMP inDOMView::GetShowSubDocuments(PRBool *aShowSubDocuments)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP inDOMView::SetShowSubDocuments(PRBool aShowSubDocuments)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* nsIDOMNode getNodeFromRowIndex (in long rowIndex); */
NS_IMETHODIMP inDOMView::GetNodeFromRowIndex(PRInt32 rowIndex, nsIDOMNode **_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* long getRowIndexFromNode (in nsIDOMNode node); */
NS_IMETHODIMP inDOMView::GetRowIndexFromNode(nsIDOMNode *node, PRInt32 *_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void addFilterByType (in unsigned short type, in boolean exclusive); */
NS_IMETHODIMP inDOMView::AddFilterByType(PRUint16 type, PRBool exclusive)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void removeFilterByType (in unsigned short type); */
NS_IMETHODIMP inDOMView::RemoveFilterByType(PRUint16 type)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean isFiltered (in unsigned short type); */
NS_IMETHODIMP inDOMView::IsFiltered(PRUint16 type, PRBool *_retval)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void rebuild (); */
NS_IMETHODIMP inDOMView::Rebuild()
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


#endif /* __gen_inIDOMView_h__ */
