Package com.webmethods.rtl.markup.css
Interface ICSSHandler
- All Known Subinterfaces:
ICSSFilter
- All Known Implementing Classes:
BaseCSSFilter
public interface ICSSHandler
Css event stream handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
endDeclaration
(String property) void
endRuleset
(String selector) void
endStylesheet
(String uri, String charset) void
startAtRule
(String name) void
startDeclaration
(String property) void
startRuleset
(String selector) void
startStylesheet
(String uri, String charset) void
-
Method Details
-
startStylesheet
- Throws:
CSSException
-
endStylesheet
- Throws:
CSSException
-
startAtRule
- Throws:
CSSException
-
endAtRule
- Throws:
CSSException
-
startRuleset
- Throws:
CSSException
-
endRuleset
- Throws:
CSSException
-
startDeclaration
- Throws:
CSSException
-
endDeclaration
- Throws:
CSSException
-
value
- Throws:
CSSException
-
comment
- Throws:
CSSException
-