public interface Attrs extends Map<String,String>
NamedNodeMap that is returned when calling
Node.getAttributes() on a matched element.
The Attrs type is much more convenient than the
NamedNodeMap, as it does not provide the unnecessary abstraction
of modelling an attribute as a Node
Copyright © 2013. All Rights Reserved.