java.lang.Object
org.jhotdraw8.css.function.AbstractCssFunction<T>
org.jhotdraw8.css.function.AbstractStringCssFunction<T>
- Type Parameters:
T- the element type of the DOM
- All Implemented Interfaces:
CssFunction<T>
- Direct Known Subclasses:
ConcatCssFunction,ReplaceCssFunction
Abstract base class for CSS functions that process a
CssTokenType.TT_STRING.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringevalString(T element, CssTokenizer tt, String expressionName, CssFunctionProcessor<T> functionProcessor) Methods inherited from class org.jhotdraw8.css.function.AbstractCssFunction
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.css.function.CssFunction
getHelpText, process
-
Constructor Details
-
AbstractStringCssFunction
-
-
Method Details
-
evalString
protected String evalString(T element, CssTokenizer tt, String expressionName, CssFunctionProcessor<T> functionProcessor) throws IOException, ParseException - Throws:
IOExceptionParseException
-