fi.hut.tml.xsmiles.mlfc.css
Class XSmilesCSSOMParser
java.lang.Object
fi.hut.tml.xsmiles.mlfc.css.XSmilesCSSOMParser
- public class XSmilesCSSOMParser
- extends java.lang.Object
This class has been modified for use with X-Smiles browser. The only modifications
are to the classes that this class intantiates: XSmilesCSSRuleListImpl etc.
|
Method Summary |
org.w3c.dom.css.CSSValue |
parsePropertyValue(org.w3c.css.sac.InputSource source)
|
org.w3c.dom.css.CSSRule |
parseRule(org.w3c.css.sac.InputSource source)
|
org.w3c.css.sac.SelectorList |
parseSelectors(org.w3c.css.sac.InputSource source)
|
void |
parseStyleDeclaration(org.w3c.dom.css.CSSStyleDeclaration sd,
org.w3c.css.sac.InputSource source)
|
org.w3c.dom.css.CSSStyleDeclaration |
parseStyleDeclaration(org.w3c.css.sac.InputSource source)
|
org.w3c.dom.css.CSSStyleSheet |
parseStyleSheet(org.w3c.css.sac.InputSource source)
|
void |
setParentRule(org.w3c.dom.css.CSSRule parentRule)
|
void |
setParentStyleSheet(com.steadystate.css.dom.CSSStyleSheetImpl parentStyleSheet)
|
static void |
setProperty(java.lang.String key,
java.lang.String val)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSmilesCSSOMParser
public XSmilesCSSOMParser()
- Creates new CSSOMParser
parseStyleSheet
public org.w3c.dom.css.CSSStyleSheet parseStyleSheet(org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
setProperty
public static void setProperty(java.lang.String key,
java.lang.String val)
parsePropertyValue
public org.w3c.dom.css.CSSValue parsePropertyValue(org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
parseStyleDeclaration
public org.w3c.dom.css.CSSStyleDeclaration parseStyleDeclaration(org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
parseStyleDeclaration
public void parseStyleDeclaration(org.w3c.dom.css.CSSStyleDeclaration sd,
org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
parseRule
public org.w3c.dom.css.CSSRule parseRule(org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
parseSelectors
public org.w3c.css.sac.SelectorList parseSelectors(org.w3c.css.sac.InputSource source)
throws java.io.IOException
- Throws:
java.io.IOException
setParentStyleSheet
public void setParentStyleSheet(com.steadystate.css.dom.CSSStyleSheetImpl parentStyleSheet)
setParentRule
public void setParentRule(org.w3c.dom.css.CSSRule parentRule)
X-Smiles 1.2