Second pass of attributes as nodes. Improved namespace management - XML elements now hold on to their containing namespace. Fixed Get/SetDOMAttriute naming issue. Added new namespace parsing methods to nsIContent

git-svn-id: svn://10.0.0.236/trunk@17582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
1999-01-12 16:37:24 +00:00
parent 4a1535fb62
commit c5e776a818
40 changed files with 627 additions and 1581 deletions

View File

@@ -592,13 +592,6 @@ nsHTMLDocument::CreateEntityReference(const nsString& aName,
return NS_OK;
}
NS_IMETHODIMP
nsHTMLDocument::CreateAttribute(const nsString& aName,
nsIDOMAttr** aReturn)
{
// XXX To be implemented
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP
nsHTMLDocument::GetDoctype(nsIDOMDocumentType** aDocumentType)