java.io.Serializableprotected static class AbstractElement.Entry
extends java.lang.Object
implements java.io.Serializable
Node-objects.| Modifier and Type | Field | Description |
|---|---|---|
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
|
org.w3c.dom.Node |
value |
The value
|
| Constructor | Description |
|---|---|
Entry(int hash,
java.lang.String ns,
java.lang.String nm,
org.w3c.dom.Node value,
AbstractElement.Entry next) |
Creates a new entry
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
match(java.lang.String ns,
java.lang.String nm) |
Whether this entry match the given keys.
|
public int hash
public java.lang.String namespaceURI
public java.lang.String name
public org.w3c.dom.Node value
public AbstractElement.Entry next
public Entry(int hash,
java.lang.String ns,
java.lang.String nm,
org.w3c.dom.Node value,
AbstractElement.Entry next)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.