added namespace accessor
git-svn-id: svn://10.0.0.236/trunk@16201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dd4b87c389
commit
087c4b9fd9
@ -55,6 +55,11 @@ public:
|
|||||||
|
|
||||||
NS_IMETHOD SetParent(nsIContent* aParent) = 0;
|
NS_IMETHOD SetParent(nsIContent* aParent) = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the namespace that this tag is defined in
|
||||||
|
*/
|
||||||
|
NS_IMETHOD GetNameSpaceID(PRInt32& aResult) const = 0;
|
||||||
|
|
||||||
NS_IMETHOD GetTag(nsIAtom*& aResult) const = 0;
|
NS_IMETHOD GetTag(nsIAtom*& aResult) const = 0;
|
||||||
|
|
||||||
NS_IMETHOD CanContainChildren(PRBool& aResult) const = 0;
|
NS_IMETHOD CanContainChildren(PRBool& aResult) const = 0;
|
||||||
|
|||||||
@ -55,6 +55,11 @@ public:
|
|||||||
|
|
||||||
NS_IMETHOD SetParent(nsIContent* aParent) = 0;
|
NS_IMETHOD SetParent(nsIContent* aParent) = 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the namespace that this tag is defined in
|
||||||
|
*/
|
||||||
|
NS_IMETHOD GetNameSpaceID(PRInt32& aResult) const = 0;
|
||||||
|
|
||||||
NS_IMETHOD GetTag(nsIAtom*& aResult) const = 0;
|
NS_IMETHOD GetTag(nsIAtom*& aResult) const = 0;
|
||||||
|
|
||||||
NS_IMETHOD CanContainChildren(PRBool& aResult) const = 0;
|
NS_IMETHOD CanContainChildren(PRBool& aResult) const = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user