org.joox
Interface Attrs

All Superinterfaces:
Map<String,String>

public interface Attrs
extends Map<String,String>

A wrapper for a 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

Author:
Lukas Eder

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 



Copyright © 2012. All Rights Reserved.