Add some much-needed documentation for getAnonymousNodes. No bug.

This commit is contained in:
Boris Zbarsky 2009-10-11 22:45:00 -04:00
Родитель 1516ba9fbe
Коммит e05f37a1ff
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,10 @@
[scriptable, uuid(1a38762b-4da5-4f61-80fb-9317e198cb92)]
interface nsIDOMDocumentXBL : nsISupports
{
/**
* If |elt| does not an XBL binding attached, return null. Otherwise, return
* a nodelist of |elt|'s child nodes in the flattened tree.
*/
nsIDOMNodeList getAnonymousNodes(in nsIDOMElement elt);
nsIDOMElement getAnonymousElementByAttribute(in nsIDOMElement elt,
in DOMString attrName,