So, I looked a little closer at the Element.js code and the cdata api
is consistent with the other functions. In fact, `.cdata()` works like
the `.node()` api.
It doesn't seem like using `.cdata()` to get the cdata would matter
since you can get the element and then the text of the element. So,
yea, I think the API is fine.