public class ProxyNamedNodeMap extends Object implements NamedNodeMap
A NamedNodeMap that wraps the Nodes returned in their proxies.
Note: Since maps have no guaranteed order we don't need to worry about identity
here as we do with "child" adapters. In that case we need to preserve identity
in order to support finding the next/previous siblings.