-
- All Superinterfaces:
java.util.Map<java.lang.String,java.lang.String>
public interface Attrs extends java.util.Map<java.lang.String,java.lang.String>A wrapper for aNamedNodeMapthat is returned when callingNode.getAttributes()on a matched element.The
Attrstype is much more convenient than theNamedNodeMap, as it does not provide the unnecessary abstraction of modelling an attribute as aNode- Author:
- Lukas Eder