| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/xulrunner-sdk-1.9.1/dom/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIDOMNodeIterator.idl
*/
#ifndef __gen_nsIDOMNodeIterator_h__
#define __gen_nsIDOMNodeIterator_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMNodeIterator; /* forward declaration */
class nsIDOMNodeFilter; /* forward declaration */
/* starting interface: nsIDOMNodeIterator */
#define NS_IDOMNODEITERATOR_IID_STR "5af83f50-c8d5-4824-be29-1aa9d640bacb"
#define NS_IDOMNODEITERATOR_IID \
{0x5af83f50, 0xc8d5, 0x4824, \
{ 0xbe, 0x29, 0x1a, 0xa9, 0xd6, 0x40, 0xba, 0xcb }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMNodeIterator : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMNODEITERATOR_IID)
/* readonly attribute nsIDOMNode root; */
NS_SCRIPTABLE NS_IMETHOD GetRoot(nsIDOMNode * *aRoot) = 0;
/* readonly attribute unsigned long whatToShow; */
NS_SCRIPTABLE NS_IMETHOD GetWhatToShow(PRUint32 *aWhatToShow) = 0;
/* readonly attribute nsIDOMNodeFilter filter; */
NS_SCRIPTABLE NS_IMETHOD GetFilter(nsIDOMNodeFilter * *aFilter) = 0;
/* readonly attribute boolean expandEntityReferences; */
NS_SCRIPTABLE NS_IMETHOD GetExpandEntityReferences(PRBool *aExpandEntityReferences) = 0;
/* nsIDOMNode nextNode () raises (DOMException); */
NS_SCRIPTABLE NS_IMETHOD NextNode(nsIDOMNode **_retval NS_OUTPARAM) = 0;
/* nsIDOMNode previousNode () raises (DOMException); */
NS_SCRIPTABLE NS_IMETHOD PreviousNode(nsIDOMNode **_retval NS_OUTPARAM) = 0;
/* void detach (); */
NS_SCRIPTABLE NS_IMETHOD Detach(void) = 0;
/* readonly attribute nsIDOMNode referenceNode; */
NS_SCRIPTABLE NS_IMETHOD GetReferenceNode(nsIDOMNode * *aReferenceNode) = 0;
/* readonly attribute boolean pointerBeforeReferenceNode; */
NS_SCRIPTABLE NS_IMETHOD GetPointerBeforeReferenceNode(PRBool *aPointerBeforeReferenceNode) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMNodeIterator, NS_IDOMNODEITERATOR_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMNODEITERATOR \
NS_SCRIPTABLE NS_IMETHOD GetRoot(nsIDOMNode * *aRoot); \
NS_SCRIPTABLE NS_IMETHOD GetWhatToShow(PRUint32 *aWhatToShow); \
NS_SCRIPTABLE NS_IMETHOD GetFilter(nsIDOMNodeFilter * *aFilter); \
NS_SCRIPTABLE NS_IMETHOD GetExpandEntityReferences(PRBool *aExpandEntityReferences); \
NS_SCRIPTABLE NS_IMETHOD NextNode(nsIDOMNode **_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD PreviousNode(nsIDOMNode **_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD Detach(void); \
NS_SCRIPTABLE NS_IMETHOD GetReferenceNode(nsIDOMNode * *aReferenceNode); \
NS_SCRIPTABLE NS_IMETHOD GetPointerBeforeReferenceNode(PRBool *aPointerBeforeReferenceNode);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMNODEITERATOR(_to) \
NS_SCRIPTABLE NS_IMETHOD GetRoot(nsIDOMNode * *aRoot) { return _to GetRoot(aRoot); } \
NS_SCRIPTABLE NS_IMETHOD GetWhatToShow(PRUint32 *aWhatToShow) { return _to GetWhatToShow(aWhatToShow); } \
NS_SCRIPTABLE NS_IMETHOD GetFilter(nsIDOMNodeFilter * *aFilter) { return _to GetFilter(aFilter); } \
NS_SCRIPTABLE NS_IMETHOD GetExpandEntityReferences(PRBool *aExpandEntityReferences) { return _to GetExpandEntityReferences(aExpandEntityReferences); } \
NS_SCRIPTABLE NS_IMETHOD NextNode(nsIDOMNode **_retval NS_OUTPARAM) { return _to NextNode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD PreviousNode(nsIDOMNode **_retval NS_OUTPARAM) { return _to PreviousNode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD Detach(void) { return _to Detach(); } \
NS_SCRIPTABLE NS_IMETHOD GetReferenceNode(nsIDOMNode * *aReferenceNode) { return _to GetReferenceNode(aReferenceNode); } \
NS_SCRIPTABLE NS_IMETHOD GetPointerBeforeReferenceNode(PRBool *aPointerBeforeReferenceNode) { return _to GetPointerBeforeReferenceNode(aPointerBeforeReferenceNode); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMNODEITERATOR(_to) \
NS_SCRIPTABLE NS_IMETHOD GetRoot(nsIDOMNode * *aRoot) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRoot(aRoot); } \
NS_SCRIPTABLE NS_IMETHOD GetWhatToShow(PRUint32 *aWhatToShow) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWhatToShow(aWhatToShow); } \
NS_SCRIPTABLE NS_IMETHOD GetFilter(nsIDOMNodeFilter * *aFilter) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFilter(aFilter); } \
NS_SCRIPTABLE NS_IMETHOD GetExpandEntityReferences(PRBool *aExpandEntityReferences) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetExpandEntityReferences(aExpandEntityReferences); } \
NS_SCRIPTABLE NS_IMETHOD NextNode(nsIDOMNode **_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->NextNode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD PreviousNode(nsIDOMNode **_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->PreviousNode(_retval); } \
NS_SCRIPTABLE NS_IMETHOD Detach(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Detach(); } \
NS_SCRIPTABLE NS_IMETHOD GetReferenceNode(nsIDOMNode * *aReferenceNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReferenceNode(aReferenceNode); } \
NS_SCRIPTABLE NS_IMETHOD GetPointerBeforeReferenceNode(PRBool *aPointerBeforeReferenceNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPointerBeforeReferenceNode(aPointerBeforeReferenceNode); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMNodeIterator : public nsIDOMNodeIterator
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMNODEITERATOR
nsDOMNodeIterator();
private:
~nsDOMNodeIterator();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsDOMNodeIterator, nsIDOMNodeIterator)
nsDOMNodeIterator::nsDOMNodeIterator()
{
/* member initializers and constructor code */
}
nsDOMNodeIterator::~nsDOMNodeIterator()
{
/* destructor code */
}
/* readonly attribute nsIDOMNode root; */
NS_IMETHODIMP nsDOMNodeIterator::GetRoot(nsIDOMNode * *aRoot)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute unsigned long whatToShow; */
NS_IMETHODIMP nsDOMNodeIterator::GetWhatToShow(PRUint32 *aWhatToShow)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMNodeFilter filter; */
NS_IMETHODIMP nsDOMNodeIterator::GetFilter(nsIDOMNodeFilter * *aFilter)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean expandEntityReferences; */
NS_IMETHODIMP nsDOMNodeIterator::GetExpandEntityReferences(PRBool *aExpandEntityReferences)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMNode nextNode () raises (DOMException); */
NS_IMETHODIMP nsDOMNodeIterator::NextNode(nsIDOMNode **_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMNode previousNode () raises (DOMException); */
NS_IMETHODIMP nsDOMNodeIterator::PreviousNode(nsIDOMNode **_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void detach (); */
NS_IMETHODIMP nsDOMNodeIterator::Detach()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMNode referenceNode; */
NS_IMETHODIMP nsDOMNodeIterator::GetReferenceNode(nsIDOMNode * *aReferenceNode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean pointerBeforeReferenceNode; */
NS_IMETHODIMP nsDOMNodeIterator::GetPointerBeforeReferenceNode(PRBool *aPointerBeforeReferenceNode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMNodeIterator_h__ */