com.smallx.xml.infoset
Interface Data

All Known Subinterfaces:
Characters
All Known Implementing Classes:
MemoryCharacters, MemoryTextDataItem

public interface Data

This interface represents a node with data. Data is represented by an object whose type is not specified by this interace.


Method Summary
 java.lang.Object getTypedValue()
          Returns the data object value associated with this node.
 void setTypedValue(java.lang.Object value)
          Sets the data object value associated with this node.
 

Method Detail

getTypedValue

public java.lang.Object getTypedValue()
Returns the data object value associated with this node.

Returns:
The data object value.

setTypedValue

public void setTypedValue(java.lang.Object value)
Sets the data object value associated with this node.

Parameters:
value - The data object value to set.