|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractElement.Entry
protected static class AbstractElement.Entry
To manage collisions in the attributes map.
Implements a linked list of Node
-objects.
Field Summary | |
---|---|
int |
hash
The hash code, must not change after creation. |
String |
name
The node name. |
String |
namespaceURI
The namespace URI |
AbstractElement.Entry |
next
The next entry |
Node |
value
The value |
Constructor Summary | |
---|---|
AbstractElement.Entry(int hash,
String ns,
String nm,
Node value,
AbstractElement.Entry next)
Creates a new entry |
Method Summary | |
---|---|
boolean |
match(String ns,
String nm)
Whether this entry match the given keys. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int hash
public String namespaceURI
public String name
public Node value
public AbstractElement.Entry next
Constructor Detail |
---|
public AbstractElement.Entry(int hash, String ns, String nm, Node value, AbstractElement.Entry next)
Method Detail |
---|
public boolean match(String ns, String nm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |