Re: Documentation for DOMDocument, DOMElement, DOMNode, etc...
Re: Documentation for DOMDocument, DOMElement, DOMNode, etc...
- Subject: Re: Documentation for DOMDocument, DOMElement, DOMNode, etc...
- From: Mike Abdullah <email@hidden>
- Date: Wed, 30 Jan 2008 13:02:46 +0000
That's because there are no additional documents (as least not last
time I looked). The DOM API is standards-based so there is no Cocoa-
specific documentation. Full details are here:
http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/DOMObjCBindings.html#/
/apple_ref/doc/uid/TP30001206
One thing of note is that in 10.5 some of the API has become more
"Cocoa like" than before. i.e. it's drifted away from the exact
specification to make the method names more readable. However, the old
methods are still there and it's pretty obvious to look at.
Mike.
P.S. This probably would have been better asked on the WebKit list.
On 30 Jan 2008, at 12:24, Dave Verwer wrote:
Hi
I am trying to find the Objective-C documentation and class references
for the WebKit DOM classes. I can see the interfaces by looking at the
headers included with the WebKit framework but I would really like to
read through the documentation like I can for other cocoa classes.
I have had a good old google[1] but I can't seem to find the
Objective-C references for these classes. I can find addition
documents[2] but nothing about the core classes.
[1] - http://www.google.com/search?q=DOMDocument+site:developer.apple.com
[2] - http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/DOMDocument_WebKitAdditions/DOMDocument_WebKitAdditions.pdf
Thanks in advance
Dave
--
e-mail: email@hidden
web: http://shinydevelopment.com
Shiny Development Ltd. is registered in England, Registration Number:
05805802. Registered Office: 4 Claridge Court, Lower Kings Road,
Berkhamsted, Herts., HP4 2AF.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Prev by Date:
Documentation for DOMDocument, DOMElement, DOMNode, etc...
- Next by Date:
Re: Documentation for DOMDocument, DOMElement, DOMNode, etc...
- Previous by thread:
Documentation for DOMDocument, DOMElement, DOMNode, etc...
- Next by thread:
Re: Documentation for DOMDocument, DOMElement, DOMNode, etc...
- Index(es):