Package com.steadystate.css
Class CSS2Parser
- java.lang.Object
-
- com.steadystate.css.CSS2Parser
-
public class CSS2Parser extends java.lang.Object
Deprecated.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 CSSCharsetRule
charsetRule()
Deprecated.CSSValue
expr()
Deprecated.CSSFontFaceRule
fontFaceRule()
Deprecated.CSSImportRule
importRule()
Deprecated.CSSMediaRule
mediaRule()
Deprecated.CSSPageRule
pageRule()
Deprecated.CSSStyleDeclaration
styleDeclaration()
Deprecated.CSSStyleRule
styleRule()
Deprecated.CSSStyleSheet
styleSheet()
Deprecated.CSSRuleList
styleSheetRuleList()
Deprecated.CSSUnknownRule
unknownRule()
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.
-
-