|
||||||||||
| 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. |
java.lang.String |
name
The node name. |
java.lang.String |
namespaceURI
The namespace URI |
AbstractElement.Entry |
next
The next entry |
Node |
value
The value |
| Constructor Summary | |
|---|---|
AbstractElement.Entry(int hash,
java.lang.String ns,
java.lang.String nm,
Node value,
AbstractElement.Entry next)
Creates a new entry |
|
| Method Summary | |
|---|---|
boolean |
match(java.lang.String ns,
java.lang.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 java.lang.String namespaceURI
public java.lang.String name
public Node value
public AbstractElement.Entry next
| Constructor Detail |
|---|
public AbstractElement.Entry(int hash,
java.lang.String ns,
java.lang.String nm,
Node value,
AbstractElement.Entry next)
| Method Detail |
|---|
public boolean match(java.lang.String ns,
java.lang.String nm)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||