fri.patterns.interpreter.parsergenerator.examples
Class XmlLexer

java.lang.Object
  |
  +--fri.patterns.interpreter.parsergenerator.examples.XmlLexer

public class XmlLexer
extends java.lang.Object

Example XML lexer. Not event-driven like SAX, but good for DOM-building.

Author:
Fritz Ritzberger, 2003

Constructor Summary
XmlLexer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlLexer

public XmlLexer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception