eu.cdevreeze.yaidom.bridge
Bridge element that extends SimpleBridgeElem with "indexing".
SimpleBridgeElem
It offers pluggable DOM-like element implementations, without any "type gymnastics" and without paying any "cake pattern tax".
This is a purely abstract universal trait, allowing for allocation-free value objects.
The backing element type, for example docaware.Elem
docaware.Elem
The type of this bridge element itself
The unwrapped backing element type, for example simple.Elem
simple.Elem
Bridge element that extends
SimpleBridgeElem
with "indexing".It offers pluggable DOM-like element implementations, without any "type gymnastics" and without paying any "cake pattern tax".
This is a purely abstract universal trait, allowing for allocation-free value objects.