All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.yawb.YAWBCData

java.lang.Object
   |
   +----vnet.yawb.YAWBCData

public class YAWBCData
extends Object
implements CData
Writes out character data retreived from a YAWBDataStore.


Variable Index

 o ATTR_NAME
The name attribute.
 o ATTR_TRANSFORM
The transform attribute.
 o NAME
The element's name.
 o transform
A YAWBTransform to filter/process the data.
 o vName
YAWBDataStore value name.

Constructor Index

 o YAWBCData(String)
Constructs a new YAWBElement.
 o YAWBCData(String, YAWBTransform)
Constructs a new YAWBElement.

Method Index

 o toCharArray()
 o toString()
 o toString(MarkupReader, int)

Variables

 o NAME
 public static final String NAME
The element's name.

 o ATTR_NAME
 public static final String ATTR_NAME
The name attribute.

 o ATTR_TRANSFORM
 public static final String ATTR_TRANSFORM
The transform attribute.

 o transform
 protected YAWBTransform transform
A YAWBTransform to filter/process the data.

 o vName
 protected String vName
YAWBDataStore value name.

Constructors

 o YAWBCData
 public YAWBCData(String name)
Constructs a new YAWBElement.

Parameters:
name - non null, non-zero length, name of the value to retreive.
 o YAWBCData
 public YAWBCData(String name,
                  YAWBTransform transform)
Constructs a new YAWBElement.

Parameters:
name - non null, non-zero length, name of the value to retreive.
transform - a YAWBTransform to filter/process the data.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o toCharArray
 public char[] toCharArray()
 o toString
 public boolean toString(MarkupReader reader,
                         int depth)

All Packages  Class Hierarchy  This Package  Previous  Next  Index