|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.kebrt.html2latex.CSSParserHandler
class CSSParserHandler
Handles events sent from the CSS Parser.
Field Summary | |
---|---|
private Configuration |
_config
Html2latex program configuration. |
Constructor Summary | |
---|---|
CSSParserHandler(Configuration config)
Cstr. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Configuration _config
Constructor Detail |
---|
public CSSParserHandler(Configuration config)
config
- program configurationMethod Detail |
---|
public void newStyle(java.lang.String styleName, java.util.HashMap<java.lang.String,java.lang.String> properties)
h1, h2, h3 { ... }
)
and sets style properties for each of the style names.
newStyle
in interface ICSSParserHandler
styleName
- name of the styleproperties
- map with all the style's properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |