Package org.apache.batik.dom
Class AbstractElement.Entry
java.lang.Object
org.apache.batik.dom.AbstractElement.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractElement
To manage collisions in the attributes map.
Implements a linked list of
Node
-objects.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The hash code, must not change after creation.The node name.The namespace URIThe next entryThe value -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(int hash, String ns, String nm, Node value, AbstractElement.Entry next) Creates a new entry -
Method Summary
-
Field Details
-
hash
public int hashThe hash code, must not change after creation. -
namespaceURI
The namespace URI -
name
The node name. -
value
The value -
next
The next entry
-
-
Constructor Details
-
Entry
Creates a new entry
-
-
Method Details
-
match
Whether this entry match the given keys.
-