Implementing getElementsByTagNameNS() for XML and HTML documents.
This commit is contained in:
@@ -2139,11 +2139,10 @@ nsHTMLDocument::GetElementsByTagNameNS(const nsString& aNamespaceURI,
|
||||
const nsString& aLocalName,
|
||||
nsIDOMNodeList** aReturn)
|
||||
{
|
||||
NS_NOTYETIMPLEMENTED("write me");
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
return nsDocument::GetElementsByTagNameNS(aNamespaceURI, aLocalName,
|
||||
aReturn);
|
||||
}
|
||||
|
||||
|
||||
PRBool
|
||||
nsHTMLDocument::MatchNameAttribute(nsIContent* aContent, nsString* aData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user