many parser bugs; better backward propagation

git-svn-id: svn://10.0.0.236/trunk@7818 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-08-12 08:53:55 +00:00
parent a6d383461e
commit 2167e0743c
34 changed files with 228 additions and 102 deletions

View File

@@ -340,7 +340,7 @@ void CValidDTD::SetVerification(PRBool aEnabled){
* @param aChild -- int tag of child container
* @return PR_TRUE if parent can contain child
*/
PRBool CValidDTD::CanContain(PRInt32 aParent,PRInt32 aChild){
PRBool CValidDTD::CanContain(PRInt32 aParent,PRInt32 aChild) const{
PRBool result=PR_FALSE;
return result;
}