Class CSS2Parser


  • public class CSS2Parser
    extends java.lang.Object
    Deprecated.
    As of 0.9.0, replaced by com.steadystate.css.parsers.CSSOMParser
    Version:
    $Release$
    Author:
    David Schweinsberg
    • 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

      • 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
      • expr

        public CSSValue expr()
        Deprecated.