Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value.

git-svn-id: svn://10.0.0.236/trunk@70202 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2000-05-17 00:21:53 +00:00
parent 501d830356
commit e4d9d527e8
44 changed files with 444 additions and 139 deletions

View File

@@ -473,8 +473,7 @@ nsDOMAttribute::SetPrefix(const nsString& aPrefix)
NS_IMETHODIMP
nsDOMAttribute::GetLocalName(nsString& aLocalName)
{
NS_NOTYETIMPLEMENTED("write me!");
return NS_ERROR_NOT_IMPLEMENTED;
return GetName(aLocalName);
}
NS_IMETHODIMP