| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.css.engine |
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleSheet |
SVGOMStyleElement.styleSheet |
The DOM CSS style-sheet.
|
protected StyleSheet |
SVGStyleSheetProcessingInstruction.styleSheet |
The style-sheet.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleSheet |
SVGOMStyleElement.getCSSStyleSheet() |
Returns the associated style-sheet.
|
StyleSheet |
SVGStyleSheetProcessingInstruction.getCSSStyleSheet() |
Returns the associated style-sheet.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ImportRule |
This class represents a @import CSS rule.
|
class |
MediaRule |
This class represents a @media CSS rule.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected StyleSheet |
StyleSheet.parent |
The parent sheet, if any.
|
StyleSheet |
CSSEngine.StyleSheetDocumentHandler.styleSheet |
|
protected StyleSheet |
CSSEngine.userAgentStyleSheet |
The user-agent style-sheet.
|
protected StyleSheet |
CSSEngine.userStyleSheet |
The user style-sheet.
|
| Modifier and Type | Method | Description |
|---|---|---|
StyleSheet |
CSSStyleSheetNode.getCSSStyleSheet() |
Returns the StyleSheet object this node represents.
|
StyleSheet |
StyleSheet.getParent() |
Returns the parent sheet.
|
StyleSheet |
CSSEngine.parseStyleSheet(java.lang.String rules,
ParsedURL uri,
java.lang.String media) |
Parses and creates a new style-sheet.
|
StyleSheet |
CSSEngine.parseStyleSheet(ParsedURL uri,
java.lang.String media) |
Parses and creates a new style-sheet.
|
StyleSheet |
CSSEngine.parseStyleSheet(org.w3c.css.sac.InputSource is,
ParsedURL uri,
java.lang.String media) |
Parses and creates a new style-sheet.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
CSSEngine.addMatchingRules(java.util.List rules,
StyleSheet ss,
org.w3c.dom.Element elt,
java.lang.String pseudo) |
Adds the rules matching the element/pseudo-element of given style
sheet to the list.
|
protected void |
CSSEngine.findSelectorAttributes(java.util.Set attrs,
StyleSheet ss) |
Finds the selector attributes in the given stylesheet.
|
void |
CSSEngine.parseStyleSheet(StyleSheet ss,
java.lang.String rules,
ParsedURL uri) |
Parses and fills the given style-sheet.
|
void |
CSSEngine.parseStyleSheet(StyleSheet ss,
ParsedURL uri) |
Parses and fills the given style-sheet.
|
protected void |
CSSEngine.parseStyleSheet(StyleSheet ss,
org.w3c.css.sac.InputSource is,
ParsedURL uri) |
Parses and fills the given style-sheet.
|
void |
StyleSheet.setParent(StyleSheet ss) |
Sets the parent sheet.
|
void |
CSSEngine.setUserAgentStyleSheet(StyleSheet ss) |
Sets the user agent style-sheet.
|
void |
CSSEngine.setUserStyleSheet(StyleSheet ss) |
Sets the user style-sheet.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.