|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrendsite.engine.node.Node
rendsite.engine.node.Node_Value
public class Node_Value
Crawler node for a marker.
10NOV09 - EPG - First package release.
| Field Summary | |
|---|---|
things.data.NV |
nv
Name and the value. |
| Constructor Summary | |
|---|---|
Node_Value()
Create a node. |
|
Node_Value(things.data.NV nv)
Create a node. |
|
Node_Value(java.lang.String name,
java.lang.String value)
Create a node. |
|
| Method Summary |
|---|
| Methods inherited from class rendsite.engine.node.Node |
|---|
getName, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public things.data.NV nv
| Constructor Detail |
|---|
public Node_Value()
throws java.lang.Throwable
java.lang.Throwable
public Node_Value(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable
name - The namevalue - the value
java.lang.Throwable
public Node_Value(things.data.NV nv)
throws java.lang.Throwable
nv - the name/value.
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||