Package org.openptk.structure

Provides the classes necessary for OpenPTK data representations, Strucutres, and conversion routines, Converters.

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.
 

Package org.openptk.structure Description

Provides the classes necessary for OpenPTK data representations, Strucutres, and conversion routines, Converters.

Since:
2.0


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved