Package org.webharvest.runtime.variables
Class NodeVariable
- java.lang.Object
-
- org.webharvest.runtime.variables.Variable
-
- org.webharvest.runtime.variables.NodeVariable
-
- Direct Known Subclasses:
DbRowVariable
,ScriptingVariable
public class NodeVariable extends Variable
Node variable - Single node wrapper.
-
-
Constructor Summary
Constructors Constructor Description NodeVariable(Object data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getWrappedObject()
boolean
isEmpty()
byte[]
toBinary()
byte[]
toBinary(String charset)
Iterator<Variable>
toIterator()
List<Variable>
toList()
String
toString()
String
toString(String charset)
-
-
-
Constructor Detail
-
NodeVariable
public NodeVariable(Object data)
-
-
Method Detail
-
getWrappedObject
public Object getWrappedObject()
- Specified by:
getWrappedObject
in classVariable
-
toIterator
public Iterator<Variable> toIterator()
- Specified by:
toIterator
in classVariable
-
-