com.inxar.syntacs.translator.lr
Class XML2LRTranslatorGrammarTransformer

java.lang.Object
  |
  +--com.inxar.syntacs.translator.lr.XML2LRTranslatorGrammarTransformer

public class XML2LRTranslatorGrammarTransformer
extends Object

Implementation of Grammar which reads an XML instance of the DTD "grammar.dtd".


Constructor Summary
XML2LRTranslatorGrammarTransformer()
           
 
Method Summary
static void main(String[] argv)
           
 TranslatorGrammar transform(org.w3c.dom.Element doc)
           
 TranslatorGrammar transform(String uri)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML2LRTranslatorGrammarTransformer

public XML2LRTranslatorGrammarTransformer()
Method Detail

transform

public TranslatorGrammar transform(String uri)
                            throws AlgorithmException

transform

public TranslatorGrammar transform(org.w3c.dom.Element doc)
                            throws AlgorithmException

main

public static void main(String[] argv)
                 throws Exception