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
Constructor Summary |
FMParser()
The constructor, build the XML PArser but not parse the document |
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
FMParser
public FMParser()
- The constructor, build the XML PArser but not parse the document
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
...