INRIA & FluxMedia

fr.fluxmedia.transmorpher.Parser
Class FMParser

java.lang.Object
  |
  +--org.xml.sax.HandlerBase
        |
        +--fr.fluxmedia.transmorpher.Parser.FMParser
All Implemented Interfaces:
DocumentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
ProcessParser

public class FMParser
extends HandlerBase

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 parse(String uri)
          Parse the document given in parameter
 
Methods inherited from class org.xml.sax.HandlerBase
characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

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

INRIA & FluxMedia

...