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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user