|
|||||||||
| Home >> All >> com >> steadystate >> [ css overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.steadystate.css
Class CSS2Parser

java.lang.Objectcom.steadystate.css.CSS2Parser
Deprecated. As of 0.9.0, replaced by
com.steadystate.css.parsers.CSSOMParser
- public class CSS2Parser
- extends java.lang.Object
- Version:
- $Release$
| Field Summary | |
private org.w3c.css.sac.InputSource |
_is
Deprecated. |
private com.steadystate.css.parser.CSSOMParser |
_parser
Deprecated. |
| Constructor Summary | |
CSS2Parser(java.io.InputStream stream)
Deprecated. |
|
CSS2Parser(java.io.InputStream stream,
org.w3c.dom.Node ownerNode,
java.lang.String href,
java.lang.String title,
java.lang.String media)
Deprecated. |
|
CSS2Parser(java.io.Reader stream)
Deprecated. |
|
CSS2Parser(java.io.Reader stream,
org.w3c.dom.Node ownerNode,
java.lang.String href,
java.lang.String title,
java.lang.String media)
Deprecated. |
|
| Method Summary | |
org.w3c.dom.css.CSSCharsetRule |
charsetRule()
Deprecated. |
org.w3c.dom.css.CSSValue |
expr()
Deprecated. |
org.w3c.dom.css.CSSFontFaceRule |
fontFaceRule()
Deprecated. |
org.w3c.dom.css.CSSImportRule |
importRule()
Deprecated. |
org.w3c.dom.css.CSSMediaRule |
mediaRule()
Deprecated. |
org.w3c.dom.css.CSSPageRule |
pageRule()
Deprecated. |
org.w3c.dom.css.CSSStyleDeclaration |
styleDeclaration()
Deprecated. |
org.w3c.dom.css.CSSStyleRule |
styleRule()
Deprecated. |
org.w3c.dom.css.CSSStyleSheet |
styleSheet()
Deprecated. |
org.w3c.dom.css.CSSRuleList |
styleSheetRuleList()
Deprecated. |
org.w3c.dom.css.CSSUnknownRule |
unknownRule()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_parser
private com.steadystate.css.parser.CSSOMParser _parser
- Deprecated.
_is
private org.w3c.css.sac.InputSource _is
- Deprecated.
| Constructor Detail |
CSS2Parser
public CSS2Parser(java.io.Reader stream, org.w3c.dom.Node ownerNode, java.lang.String href, java.lang.String title, java.lang.String media)
- Deprecated.
CSS2Parser
public CSS2Parser(java.io.InputStream stream, org.w3c.dom.Node ownerNode, java.lang.String href, java.lang.String title, java.lang.String media)
- Deprecated.
CSS2Parser
public CSS2Parser(java.io.Reader stream)
- Deprecated.
CSS2Parser
public CSS2Parser(java.io.InputStream stream)
- Deprecated.
| Method Detail |
styleSheet
public org.w3c.dom.css.CSSStyleSheet styleSheet()
- Deprecated.
styleSheetRuleList
public org.w3c.dom.css.CSSRuleList styleSheetRuleList() throws java.io.IOException
- Deprecated.
charsetRule
public org.w3c.dom.css.CSSCharsetRule charsetRule() throws java.io.IOException
- Deprecated.
unknownRule
public org.w3c.dom.css.CSSUnknownRule unknownRule() throws java.io.IOException
- Deprecated.
importRule
public org.w3c.dom.css.CSSImportRule importRule() throws java.io.IOException
- Deprecated.
mediaRule
public org.w3c.dom.css.CSSMediaRule mediaRule() throws java.io.IOException
- Deprecated.
pageRule
public org.w3c.dom.css.CSSPageRule pageRule() throws java.io.IOException
- Deprecated.
fontFaceRule
public org.w3c.dom.css.CSSFontFaceRule fontFaceRule() throws java.io.IOException
- Deprecated.
styleRule
public org.w3c.dom.css.CSSStyleRule styleRule() throws java.io.IOException
- Deprecated.
styleDeclaration
public org.w3c.dom.css.CSSStyleDeclaration styleDeclaration()
- Deprecated.
expr
public org.w3c.dom.css.CSSValue expr()
- Deprecated.
|
|||||||||
| Home >> All >> com >> steadystate >> [ css overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.steadystate.css.CSS2Parser