org.apache.batik.css.engine.value
public abstract class IdentifierManager extends AbstractValueManager
Method Summary | |
---|---|
Value | createStringValue(short type, String value, CSSEngine engine)
Implements {@link
ValueManager#createStringValue(short,String,CSSEngine)}. |
Value | createValue(LexicalUnit lu, CSSEngine engine)
Implements {@link ValueManager#createValue(LexicalUnit,CSSEngine)}. |
abstract StringMap | getIdentifiers()
Returns the map that contains the name/value mappings for each
possible identifiers. |