org.apache.batik.dom.svg
public class SVGStyleSheetProcessingInstruction extends StyleSheetProcessingInstruction implements CSSStyleSheetNode
Field Summary | |
---|---|
protected StyleSheet | styleSheet
The style-sheet. |
Constructor Summary | |
---|---|
protected | SVGStyleSheetProcessingInstruction()
Creates a new ProcessingInstruction object. |
SVGStyleSheetProcessingInstruction(String data, AbstractDocument owner, StyleSheetFactory f)
Creates a new ProcessingInstruction object. |
Method Summary | |
---|---|
StyleSheet | getCSSStyleSheet()
Returns the associated style-sheet. |
String | getStyleSheetURI()
Returns the URI of the referenced stylesheet. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setData(String data)
DOM: Implements org.w3c.dom.ProcessingInstruction#setData(String). |