org.apache.batik.parser.style
Interface CSSValueFactory
- All Known Implementing Classes:
- AbstractCSSValueFactory
- public interface CSSValueFactory
This is the interface to implement in order to allow the parsing of
a custom style attribute by a StyleAttributeParser.
createCSSValue
public CSSValue createCSSValue(LexicalUnit l)
- Returns a CSSValue built from the given SAC lexical unit.
- Parameters:
l
- The lexical unit representing the value.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.