<<
Node representation
>>
A document (fragment) is stored in a
TreeList
.
TreeList
is a compact representation using 2 arrays.
Space-efficient, improves locality and GC times.
A node is an index into a
TreeList
array.
Abstraction layer allows for other representations, such as database keys.
Wrapper classes provide a subset of
www.w3c.dom
functionality.