protected static class AbstractElement.Entry extends Object implements Serializable
Node
-objects.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Entry(int hash,
String ns,
String nm,
Node value,
AbstractElement.Entry next)
Creates a new entry
|
Modifier and Type | Method and Description |
---|---|
boolean |
match(String ns,
String nm)
Whether this entry match the given keys.
|
public int hash
public String namespaceURI
public String name
public Node value
public AbstractElement.Entry next
public Entry(int hash, String ns, String nm, Node value, AbstractElement.Entry next)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.