cz.kebrt.html2latex
Interface ICSSParserHandler
- All Known Implementing Classes:
- CSSParserHandler
public interface ICSSParserHandler
Handles events sent from the CSSParser
class.
Method Summary |
void |
newStyle(java.lang.String styleName,
java.util.HashMap<java.lang.String,java.lang.String> properties)
Called when a new style is reached in the CSS stylesheet. |
newStyle
void newStyle(java.lang.String styleName,
java.util.HashMap<java.lang.String,java.lang.String> properties)
- Called when a new style is reached in the CSS stylesheet.
- Parameters:
styleName
- name of the styleproperties
- map with all the style's properties