|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ConverterIF | This interface defines the methods used to implement the following features: Convert a StructureIF, containing heirarchical data, into a specific String representation of the data(encode) Convert a specific String representation of data into a StrucureIF, containing heirarchical data (decode). |
StructureIF | The Structure (interface and classes) is a generic class that supports two main features. |
Class Summary | |
---|---|
BasicStructure | |
Converter | The abstract base class for a Converter. |
ConverterTest | |
HtmlConverter | This class supports the conversion of StructureIF data TO HTML. |
JsonConverter | This class supports the conversion of StructureIF data TO and FROM JSON. |
PlainConverter | This class supports the conversion of StructureIF data TO Plain Text. |
Structure | The abstract base class for a Structure. |
XmlConverter | This class supports the conversion of StructureIF data TO and FROM XML. |
Enum Summary | |
---|---|
ConverterType | Enumeration of valid Converter types. |
StructureType | Valid Structure Types. |
Provides the classes necessary for OpenPTK data representations, Strucutres, and conversion routines, Converters.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |