Package com.steadystate.css
Class CSS2Parser
- java.lang.Object
-
- com.steadystate.css.CSS2Parser
-
public class CSS2Parser extends java.lang.ObjectDeprecated.As of 0.9.0, replaced bycom.steadystate.css.parsers.CSSOMParser- Version:
- $Release$
- Author:
- David Schweinsberg
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CSSCharsetRulecharsetRule()Deprecated.CSSValueexpr()Deprecated.CSSFontFaceRulefontFaceRule()Deprecated.CSSImportRuleimportRule()Deprecated.CSSMediaRulemediaRule()Deprecated.CSSPageRulepageRule()Deprecated.CSSStyleDeclarationstyleDeclaration()Deprecated.CSSStyleRulestyleRule()Deprecated.CSSStyleSheetstyleSheet()Deprecated.CSSRuleListstyleSheetRuleList()Deprecated.CSSUnknownRuleunknownRule()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 CSSStyleSheet styleSheet()
Deprecated.
-
styleSheetRuleList
public CSSRuleList styleSheetRuleList() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
charsetRule
public CSSCharsetRule charsetRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
unknownRule
public CSSUnknownRule unknownRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
importRule
public CSSImportRule importRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
mediaRule
public CSSMediaRule mediaRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
pageRule
public CSSPageRule pageRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
fontFaceRule
public CSSFontFaceRule fontFaceRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
styleRule
public CSSStyleRule styleRule() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
styleDeclaration
public CSSStyleDeclaration styleDeclaration()
Deprecated.
-
expr
public CSSValue expr()
Deprecated.
-
-