fixing build bustage - why is nsExpatDTD not built on mac?

This commit is contained in:
jfrancis%netscape.com 1999-07-19 23:35:33 +00:00
parent ce8e1867e9
commit e3ce7cc8c7
4 changed files with 30 additions and 0 deletions

View File

@ -383,6 +383,15 @@ PRBool nsExpatDTD::CanContain(PRInt32 aParent,PRInt32 aChild) const{
return result;
}
/**
* Give rest of world access to our tag enums, so that CanContain(), etc,
* become useful.
*/
NS_IMETHODIMP nsExpatDTD::StringTagToIntTag(nsString &aTag, PRInt32* aIntTag) const
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/**
* This method gets called to determine whether a given
* tag is itself a container

View File

@ -213,6 +213,12 @@ class nsExpatDTD : public nsIDTD {
*/
virtual PRBool IsContainer(PRInt32 aTag) const;
/**
* Give rest of world access to our tag enums, so that CanContain(), etc,
* become useful.
*/
NS_IMETHOD StringTagToIntTag(nsString &aTag, PRInt32* aIntTag) const;
/**
* Retrieve a ptr to the global token recycler...
* @update gess8/4/98

View File

@ -383,6 +383,15 @@ PRBool nsExpatDTD::CanContain(PRInt32 aParent,PRInt32 aChild) const{
return result;
}
/**
* Give rest of world access to our tag enums, so that CanContain(), etc,
* become useful.
*/
NS_IMETHODIMP nsExpatDTD::StringTagToIntTag(nsString &aTag, PRInt32* aIntTag) const
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/**
* This method gets called to determine whether a given
* tag is itself a container

View File

@ -213,6 +213,12 @@ class nsExpatDTD : public nsIDTD {
*/
virtual PRBool IsContainer(PRInt32 aTag) const;
/**
* Give rest of world access to our tag enums, so that CanContain(), etc,
* become useful.
*/
NS_IMETHOD StringTagToIntTag(nsString &aTag, PRInt32* aIntTag) const;
/**
* Retrieve a ptr to the global token recycler...
* @update gess8/4/98