|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractElement.Entry
To manage collisions in the attributes map.
Field Summary | |
int |
hash
The hash code |
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 |