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
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 |
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
...