Uses of Class
fipaos.parser.Parser

Packages that use Parser
fipaos.parser.rdf 
fipaos.parser.sl 
fipaos.parser.xml 

Uses of Parser in fipaos.parser.rdf
 

Classes in fipaos.parser.rdf that implement Parser
class RDFContentHandler
          This class provides mechanisms for parsing/deparsing RDF to/from Content object containers, using SiRPACHandler If the system property fipaos.parser.xmlparser is set, the classname it contains will be used as an XML parser (providing it uses the SAX 1.0 interface).
 

Uses of Parser in fipaos.parser.sl
 

Classes in fipaos.parser.sl that implement Parser
class SLParser
          The SLParser is used to parse a string that has the format of an Content as defined by XC00008 Fipa2000 (Experimental).
 

Uses of Parser in fipaos.parser.xml
 

Classes in fipaos.parser.xml that implement Parser
class XMLContentHandler
          Converts between XML messages and Content objects.