public abstract class Node extends Object implements Serializable
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
evaluatePath(StringTokenizer tokens,
Object node) |
String |
getName() |
abstract Object |
getObjectValue() |
void |
setName(String aName) |
String |
toString() |
String |
toString(String encoding) |
Copyright © 2008–2018. All rights reserved.