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 |
|---|
AbstractElement.Entry(int hash,
String ns,
String nm,
Node value,
AbstractElement.Entry next)
Creates a new entry
|
public int hash
public String namespaceURI
public String name
public Node value
public AbstractElement.Entry next
public AbstractElement.Entry(int hash,
String ns,
String nm,
Node value,
AbstractElement.Entry next)
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.