This commit is contained in:
peterl%netscape.com 1998-12-11 02:30:08 +00:00
Родитель 07d8f8d031
Коммит 51b1c4ae5a
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,11 @@ public:
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 CanContainChildren(PRBool& aResult) const = 0;

Просмотреть файл

@ -55,6 +55,11 @@ public:
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 CanContainChildren(PRBool& aResult) const = 0;