Package org.joox

Interface Attrs

  • 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 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

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values