INRIA & FluxMedia

fr.fluxmedia.transmorpher.Parser
Class FMParser

fr.fluxmedia.transmorpher.Parser.FMParser
Direct Known Subclasses:
ProcessParser

public class FMParser

Author : Laurent Tardif Date : 05 01 2001 Content : Define a parser for XML Document


Field Summary
private static String DEFAULT_PARSER_NAME
          The XML Parser class
(package private)  Stack iContext
          The current context of the parsing
(package private)  SAXParser iParser
          XML Parser
 
Constructor Summary
FMParser()
          The constructor, build the XML PArser but not parse the document
 
Method Summary
 void error(SAXParseException ex)
           
 void fatalError(SAXParseException ex)
           
 void parse(String uri)
          Parse the document given in parameter
 void warning(SAXParseException exception)
           
 

Field Detail

DEFAULT_PARSER_NAME

private static final String DEFAULT_PARSER_NAME
The XML Parser class

iParser

SAXParser iParser
XML Parser

iContext

Stack iContext
The current context of the parsing
Constructor Detail

FMParser

public FMParser()
The constructor, build the XML PArser but not parse the document
Method Detail

parse

public final void parse(String uri)
Parse the document given in parameter

warning

public void warning(SAXParseException exception)
             throws SAXException

error

public void error(SAXParseException ex)

fatalError

public void fatalError(SAXParseException ex)
                throws SAXException

INRIA & FluxMedia

...