зеркало из https://github.com/mozilla/gecko-dev.git
added namespace manager accessor
This commit is contained in:
Родитель
51b1c4ae5a
Коммит
c1e7017b88
|
@ -48,6 +48,7 @@ class nsIDeviceContext;
|
|||
class nsIParser;
|
||||
class nsIDOMNode;
|
||||
class nsXIFConverter;
|
||||
class nsINameSpaceManager;
|
||||
|
||||
// IID for the nsIDocument interface
|
||||
#define NS_IDOCUMENT_IID \
|
||||
|
@ -151,6 +152,11 @@ public:
|
|||
virtual nsIScriptContextOwner *GetScriptContextOwner() = 0;
|
||||
virtual void SetScriptContextOwner(nsIScriptContextOwner *aScriptContextOwner) = 0;
|
||||
|
||||
/**
|
||||
* Get the name space manager for this document
|
||||
*/
|
||||
NS_IMETHOD GetNameSpaceManager(nsINameSpaceManager*& aManager) = 0;
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// Document notification API's
|
||||
|
|
|
@ -48,6 +48,7 @@ class nsIDeviceContext;
|
|||
class nsIParser;
|
||||
class nsIDOMNode;
|
||||
class nsXIFConverter;
|
||||
class nsINameSpaceManager;
|
||||
|
||||
// IID for the nsIDocument interface
|
||||
#define NS_IDOCUMENT_IID \
|
||||
|
@ -151,6 +152,11 @@ public:
|
|||
virtual nsIScriptContextOwner *GetScriptContextOwner() = 0;
|
||||
virtual void SetScriptContextOwner(nsIScriptContextOwner *aScriptContextOwner) = 0;
|
||||
|
||||
/**
|
||||
* Get the name space manager for this document
|
||||
*/
|
||||
NS_IMETHOD GetNameSpaceManager(nsINameSpaceManager*& aManager) = 0;
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
// Document notification API's
|
||||
|
|
Загрузка…
Ссылка в новой задаче