Class RegexCssConverter

java.lang.Object
org.jhotdraw8.css.converter.AbstractCssConverter<org.jhotdraw8.base.text.RegexReplace>
org.jhotdraw8.draw.css.converter.RegexCssConverter
All Implemented Interfaces:
org.jhotdraw8.base.converter.Converter<org.jhotdraw8.base.text.RegexReplace>, CssConverter<org.jhotdraw8.base.text.RegexReplace>

public class RegexCssConverter extends AbstractCssConverter<org.jhotdraw8.base.text.RegexReplace>
CssRegexConverter.

Parses the following EBNF:

 RegexReplace := "none" | "replace(" Find  ","   [ Replace ] ")" ;
 Find := TT_STRING;
 Replace := TT_STRING;
 
Author:
Werner Randelshofer