Package com.steadystate.css.parser
Class CSSOMParser
java.lang.Object
com.steadystate.css.parser.CSSOMParser
- Version:
- $Release$
- Author:
- David Schweinsberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparsePropertyValue
(InputSource source) parseRule
(InputSource source) parseSelectors
(InputSource source) parseStyleDeclaration
(InputSource source) void
parseStyleDeclaration
(CSSStyleDeclaration sd, InputSource source) parseStyleSheet
(InputSource source) void
setParentStyleSheet
(CSSStyleSheetImpl parentStyleSheet) static void
setProperty
(String key, String val)
-
Constructor Details
-
CSSOMParser
public CSSOMParser()Creates new CSSOMParser
-
-
Method Details
-
parseStyleSheet
- Throws:
IOException
-
parseStyleDeclaration
- Throws:
IOException
-
parseStyleDeclaration
- Throws:
IOException
-
parsePropertyValue
- Throws:
IOException
-
parseRule
- Throws:
IOException
-
parseSelectors
- Throws:
IOException
-
setParentStyleSheet
-
setProperty
-