H
Hoff, Todd
The classes for building a dom and then extracting
information from a dom look very different. The building
is all about elements and nice method names like createTextNode.
The reading part is all about nodes and the access is unobvious and
clumsy by comparison. I am wondering if there is some
deeper design that i am not appreciating?
information from a dom look very different. The building
is all about elements and nice method names like createTextNode.
The reading part is all about nodes and the access is unobvious and
clumsy by comparison. I am wondering if there is some
deeper design that i am not appreciating?