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

📄 publicdominterfaces.h

📁 linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自WebKit
💻 H
📖 第 1 页 / 共 3 页
字号:
- (void)write:(NSString *)text;- (void)writeln:(NSString *)text;@end@interface DOMHTMLElement : DOMElement WEBKIT_VERSION_1_3@property(copy) NSString *title;@property(copy) NSString *idName;@property(copy) NSString *lang;@property(copy) NSString *dir;@property(copy) NSString *className;@property(copy) NSString *innerHTML;@property(copy) NSString *innerText;@property(copy) NSString *outerHTML;@property(copy) NSString *outerText;@property(readonly, retain) DOMHTMLCollection *children;@property(copy) NSString *contentEditable;@property(readonly) BOOL isContentEditable;@property(readonly, copy) NSString *titleDisplayString AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@property int tabIndex;- (void)blur;- (void)focus;@end@interface DOMHTMLEmbedElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@property int height;@property(copy) NSString *name;@property(copy) NSString *src;@property(copy) NSString *type;@property int width;@end@interface DOMHTMLFieldSetElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@end@interface DOMHTMLFontElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *color;@property(copy) NSString *face;@property(copy) NSString *size;@end@interface DOMHTMLFormElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLCollection *elements;@property(readonly) int length;@property(copy) NSString *name;@property(copy) NSString *acceptCharset;@property(copy) NSString *action;@property(copy) NSString *enctype;@property(copy) NSString *method;@property(copy) NSString *target;- (void)submit;- (void)reset;@end@interface DOMHTMLFrameElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *frameBorder;@property(copy) NSString *longDesc;@property(copy) NSString *marginHeight;@property(copy) NSString *marginWidth;@property(copy) NSString *name;@property BOOL noResize;@property(copy) NSString *scrolling;@property(copy) NSString *src;@property(readonly, retain) DOMDocument *contentDocument;@end@interface DOMHTMLFrameSetElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *cols;@property(copy) NSString *rows;@end@interface DOMHTMLHRElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@property BOOL noShade;@property(copy) NSString *size;@property(copy) NSString *width;@end@interface DOMHTMLHeadElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *profile;@end@interface DOMHTMLHeadingElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@end@interface DOMHTMLHtmlElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *version;@end@interface DOMHTMLIFrameElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@property(copy) NSString *frameBorder;@property(copy) NSString *height;@property(copy) NSString *longDesc;@property(copy) NSString *marginHeight;@property(copy) NSString *marginWidth;@property(copy) NSString *name;@property(copy) NSString *scrolling;@property(copy) NSString *src;@property(copy) NSString *width;@property(readonly, retain) DOMDocument *contentDocument;@end@interface DOMHTMLImageElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *name;@property(copy) NSString *align;@property(copy) NSString *alt;@property(copy) NSString *border;@property int height;@property int hspace;@property BOOL isMap;@property(copy) NSString *longDesc;@property(copy) NSString *src;@property(copy) NSString *useMap;@property int vspace;@property int width;@property(readonly, copy) NSString *altDisplayString AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@end@interface DOMHTMLInputElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *defaultValue;@property BOOL defaultChecked;@property(readonly, retain) DOMHTMLFormElement *form;@property(copy) NSString *accept;@property(copy) NSString *accessKey;@property(copy) NSString *align;@property(copy) NSString *alt;@property BOOL checked;@property BOOL disabled;@property int maxLength;@property(copy) NSString *name;@property BOOL readOnly;@property(copy) NSString *size;@property(copy) NSString *src;@property(copy) NSString *type;@property(copy) NSString *useMap;@property(copy) NSString *value;@property(readonly, copy) NSString *altDisplayString AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;- (void)select;- (void)click;@end@interface DOMHTMLIsIndexElement : DOMHTMLInputElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@property(copy) NSString *prompt;@end@interface DOMHTMLLIElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *type;@property int value;@end@interface DOMHTMLLabelElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@property(copy) NSString *accessKey;@property(copy) NSString *htmlFor;@end@interface DOMHTMLLegendElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@property(copy) NSString *accessKey;@property(copy) NSString *align;@end@interface DOMHTMLLinkElement : DOMHTMLElement WEBKIT_VERSION_1_3@property BOOL disabled;@property(copy) NSString *charset;@property(copy) NSString *href;@property(copy) NSString *hreflang;@property(copy) NSString *media;@property(copy) NSString *rel;@property(copy) NSString *rev;@property(copy) NSString *target;@property(copy) NSString *type;@property(readonly, copy) NSURL *absoluteLinkURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@end@interface DOMHTMLMapElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLCollection *areas;@property(copy) NSString *name;@end@interface DOMHTMLMarqueeElement : DOMHTMLElement WEBKIT_VERSION_3_0- (void)start;- (void)stop;@end@interface DOMHTMLMenuElement : DOMHTMLElement WEBKIT_VERSION_1_3@property BOOL compact;@end@interface DOMHTMLMetaElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *content;@property(copy) NSString *httpEquiv;@property(copy) NSString *name;@property(copy) NSString *scheme;@end@interface DOMHTMLModElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *cite;@property(copy) NSString *dateTime;@end@interface DOMHTMLOListElement : DOMHTMLElement WEBKIT_VERSION_1_3@property BOOL compact;@property int start;@property(copy) NSString *type;@end@interface DOMHTMLObjectElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@property(copy) NSString *code;@property(copy) NSString *align;@property(copy) NSString *archive;@property(copy) NSString *border;@property(copy) NSString *codeBase;@property(copy) NSString *codeType;@property(copy) NSString *data;@property BOOL declare;@property(copy) NSString *height;@property int hspace;@property(copy) NSString *name;@property(copy) NSString *standby;@property(copy) NSString *type;@property(copy) NSString *useMap;@property int vspace;@property(copy) NSString *width;@property(readonly, retain) DOMDocument *contentDocument;@property(readonly, copy) NSURL *absoluteImageURL AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;@end@interface DOMHTMLOptGroupElement : DOMHTMLElement WEBKIT_VERSION_1_3@property BOOL disabled;@property(copy) NSString *label;@end@interface DOMHTMLOptionElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, retain) DOMHTMLFormElement *form;@property BOOL defaultSelected;@property(readonly, copy) NSString *text;@property(readonly) int index;@property BOOL disabled;@property(copy) NSString *label;@property BOOL selected;@property(copy) NSString *value;@end@interface DOMHTMLOptionsCollection : DOMObject WEBKIT_VERSION_1_3@property unsigned length;- (DOMNode *)item:(unsigned)index;- (DOMNode *)namedItem:(NSString *)name;@end@interface DOMHTMLParagraphElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@end@interface DOMHTMLParamElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *name;@property(copy) NSString *type;@property(copy) NSString *value;@property(copy) NSString *valueType;@end@interface DOMHTMLPreElement : DOMHTMLElement WEBKIT_VERSION_1_3@property int width;@end@interface DOMHTMLQuoteElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *cite;@end@interface DOMHTMLScriptElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *text;@property(copy) NSString *htmlFor;@property(copy) NSString *event;@property(copy) NSString *charset;@property BOOL defer;@property(copy) NSString *src;@property(copy) NSString *type;@end@interface DOMHTMLSelectElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly, copy) NSString *type;@property int selectedIndex;@property(copy) NSString *value;@property(readonly) int length;@property(readonly, retain) DOMHTMLFormElement *form;@property(readonly, retain) DOMHTMLOptionsCollection *options;@property BOOL disabled;@property BOOL multiple;@property(copy) NSString *name;@property int size;- (void)add:(DOMHTMLElement *)element :(DOMHTMLElement *)before;- (void)add:(DOMHTMLElement *)element before:(DOMHTMLElement *)before AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;- (void)remove:(int)index;@end@interface DOMHTMLStyleElement : DOMHTMLElement WEBKIT_VERSION_1_3@property BOOL disabled;@property(copy) NSString *media;@property(copy) NSString *type;@end@interface DOMHTMLTableCaptionElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@end@interface DOMHTMLTableCellElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(readonly) int cellIndex;@property(copy) NSString *abbr;@property(copy) NSString *align;@property(copy) NSString *axis;@property(copy) NSString *bgColor;@property(copy) NSString *ch;@property(copy) NSString *chOff;@property int colSpan;@property(copy) NSString *headers;@property(copy) NSString *height;@property BOOL noWrap;@property int rowSpan;@property(copy) NSString *scope;@property(copy) NSString *vAlign;@property(copy) NSString *width;@end@interface DOMHTMLTableColElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(copy) NSString *align;@property(copy) NSString *ch;@property(copy) NSString *chOff;@property int span;@property(copy) NSString *vAlign;@property(copy) NSString *width;@end@interface DOMHTMLTableElement : DOMHTMLElement WEBKIT_VERSION_1_3@property(retain) DOMHTMLTableCaptionElement *caption;@property(retain) DOMHTMLTableSectionElement *tHead;@property(retain) DOMHTMLTableSectionElement *tFoot;@property(readonly, retain) DOMHTMLCollection *rows;@property(readonly, retain) DOMHTMLCollection *tBodies;@property(copy) NSString *align;@property(copy) NSString *bgColor;@property(copy) NSString *border;@property(copy) NSString *cellPadding;@property(copy) NSString *cellSpacing;@property(copy) NSString *frameBorders;@property(copy) NSString *rules;@property(copy) NSString *summary;@property(copy) NSString *width;- (DOMHTMLElement *)createTHead;- (void)deleteTHead;- (DOMHTMLElement *)createTFoot;- (void)deleteTFoot;- (DOMHTMLElement *)createCaption;- (void)deleteCaption;

⌨️ 快捷键说明

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