com.inxar.syntacs.translator.regexp
Class XML2RegexpTransformer

java.lang.Object
  |
  +--com.inxar.syntacs.translator.regexp.XML2RegexpTransformer

public class XML2RegexpTransformer
extends Object

XML2RegexpTransformer is a tool for parsing an XML trees representing regular expressions and generating Regexp objects from them. The DTD implied for use with this class is "translator.dtd".


Constructor Summary
XML2RegexpTransformer()
          Constructs a new XML2RegexpTransformer.
 
Method Summary
 Regexp transform(org.w3c.dom.Element e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML2RegexpTransformer

public XML2RegexpTransformer()
Constructs a new XML2RegexpTransformer.
Method Detail

transform

public Regexp transform(org.w3c.dom.Element e)