⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xpcomutil.h

📁 属性sosuo算法
💻 H
字号:
#ifndef XPCOM_UTIL_H#define XPCOM_UTIL_H#include <nscore.h>#include <nsString.h>#include <nsIDOMEvent.h>#include <nsIDOMElement.h>/* Walk up the DOM tree, starting with startNode, until an element has * attributeName set.  Return that element, or nsnull if nothing was found. */nsresult searchUpForElementWithAttribute(nsIDOMNode* startNode,        nsAString& attributeName, nsIDOMElement** retval);/* Walk up the DOM tree, starting with target of event, until an element has * attributeName set.  Return that element, or nsnull if nothing was found. */nsresult searchUpForElementWithAttribute(nsIDOMEvent* event,         nsAString& attributeName, nsIDOMElement** retval);#endif /* XPCOM_UTIL_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -