Class AbstractElement.Entry

java.lang.Object
org.apache.batik.dom.AbstractElement.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractElement

protected static class AbstractElement.Entry extends Object implements Serializable
To manage collisions in the attributes map. Implements a linked list of Node-objects.
See Also:
  • Field Details

    • hash

      public int hash
      The hash code, must not change after creation.
    • namespaceURI

      public String namespaceURI
      The namespace URI
    • name

      public String name
      The node name.
    • value

      public Node value
      The value
    • next

      public AbstractElement.Entry next
      The next entry
  • Constructor Details

  • Method Details

    • match

      public boolean match(String ns, String nm)
      Whether this entry match the given keys.