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
".
XML2RegexpTransformer
public XML2RegexpTransformer()
- Constructs a new
XML2RegexpTransformer
.
transform
public Regexp transform(org.w3c.dom.Element e)