Home | History | Annotate | Download | only in objc

Lines Matching refs:DOMDocument

64 - (DOMDocument *)createDocument:(NSString *)namespaceURI :(NSString *)qualifiedName :(DOMDocumentType *)doctype;
68 - (DOMDocument *)createDocument:(NSString *)namespaceURI qualifiedName:(NSString *)qualifiedName doctype:(DOMDocumentType *)doctype AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
74 @property(readonly, retain) DOMDocument *document;
77 @interface DOMDocument : DOMNode WEBKIT_VERSION_1_3
279 @property(readonly, retain) DOMDocument *ownerDocument;
444 @interface DOMHTMLDocument : DOMDocument WEBKIT_VERSION_1_3
528 @property(readonly, retain) DOMDocument *contentDocument;
570 @property(readonly, retain) DOMDocument *contentDocument;
715 @property(readonly, retain) DOMDocument *contentDocument;