All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.css.StyleSheetGenerator
java.lang.Object
|
+----org.w3c.css.css.StyleSheetGenerator
- public final class StyleSheetGenerator
- extends Object
- implements CssPrinterStyle
-
StyleSheetGenerator(String, StyleSheet, String, int)
- Create a new StyleSheetGenerator
-
desactivateError()
-
-
print(CssProperty)
-
-
print(PrintWriter)
- Returns a string representation of the object.
-
printAvailableFormat(PrintWriter)
-
-
produceDeclaration()
-
-
produceError()
-
-
produceRule()
-
-
produceSelector(CssSelectors)
-
-
produceWarning()
-
StyleSheetGenerator
public StyleSheetGenerator(String title,
StyleSheet style,
String document,
int warningLevel)
- Create a new StyleSheetGenerator
- Parameters:
- title - The title for the generated document
- style - The style sheet
- document - The name of the source file
- warningLevel - If you want to reduce warning output.
(-1 means no warnings)
desactivateError
public void desactivateError()
print
public void print(PrintWriter out)
- Returns a string representation of the object.
produceRule
public void produceRule()
produceSelector
public void produceSelector(CssSelectors selectorLocal)
produceDeclaration
public void produceDeclaration()
print
public void print(CssProperty property)
produceError
public void produceError()
produceWarning
public void produceWarning()
printAvailableFormat
public static final void printAvailableFormat(PrintWriter out)
All Packages Class Hierarchy This Package Previous Next Index