HTML & CSS Validating Parser - HTMLDomNode>>content

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

HTML & CSS Validating Parser - HTMLDomNode>>content

Sean P. DeNigris
Administrator
Does anyone know why HTMLDomNode>>content returns the parent node's contents?

It seems like you would use this to get the content of just the node itself, like #asString.

What is the purpose of this method, and is it well-named?

Sean
Cheers,
Sean