org.apache.batik.dom
protected static class AbstractElement.Entry extends Object implements Serializable
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 | |
|---|---|
| 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. |