fri.patterns.interpreter.parsergenerator.examples
Class DtdLexer

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

public class DtdLexer
extends java.lang.Object

Example DTD parser. Shows how to import unresolved nonterminals from another syntax (XML).

Author:
Fritz Ritzberger, 2003

Constructor Summary
DtdLexer()
           
 
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

DtdLexer

public DtdLexer()
Method Detail

main

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