Uses of Package
org.optimizationservices.oscommon.representationparser

Packages that use org.optimizationservices.oscommon.representationparser
org.optimizationservices.oscommon.representationparser   
 

Classes in org.optimizationservices.oscommon.representationparser used by org.optimizationservices.oscommon.representationparser
FMLReader
          The FMLReader class creates the SAX2XMLReader parser object.
OSgLReader
          The OSgLReader class is a general and generic reader class for all the other OSxL reader classes to extend, which mostly parse an OSxL instance into a DOM tree and provide a set of "get" methods that can be used to retrieve different pieces of information of the OSxL instance.
OSgLWriter
          The OSgLWriter class is a general and generic writer class for all the other OSxL writer classes to extend, which mostly writes a DOM tree of an OSxL instance and provide a set of "set" and "add" methods that can be used to construct different pieces of information of the OSxL instance.
OSsLWriter
          The OSsLWriter class is used to construct an instance that follows the OSsL format.