com.steadystate.css
Class CSS2Parser

java.lang.Object
  extended by com.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$
Author:
David Schweinsberg

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
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.