DTMNodeProxy
presents a DOM Node API front-end to the DTM model. It does _not_ attempt to address the "node identity" question; no effort is made to prevent the creation of multiple proxies referring to a single DTM node. Users can create a mechanism for managing this, or relinquish the use of "==" and use the .sameNodeAs() mechanism, which is under consideration for future versions of the DOM.
DTMNodeProxy may be subclassed further to present specific DOM node types. @see org.w3c.dom
|
|
|
|
|
|
|
|
|
|