org.apache.batik.dom.svg

Class SVGStyleSheetProcessingInstruction

public class SVGStyleSheetProcessingInstruction extends StyleSheetProcessingInstruction implements CSSStyleSheetNode

This class provides an implementation of the 'xml-stylesheet' processing instructions.
Field Summary
protected StyleSheetstyleSheet
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
StyleSheetgetCSSStyleSheet()
Returns the associated style-sheet.
StringgetStyleSheetURI()
Returns the URI of the referenced stylesheet.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidsetData(String data)
DOM: Implements org.w3c.dom.ProcessingInstruction#setData(String).

Field Detail

styleSheet

protected StyleSheet styleSheet
The style-sheet.

Constructor Detail

SVGStyleSheetProcessingInstruction

protected SVGStyleSheetProcessingInstruction()
Creates a new ProcessingInstruction object.

SVGStyleSheetProcessingInstruction

public SVGStyleSheetProcessingInstruction(String data, AbstractDocument owner, StyleSheetFactory f)
Creates a new ProcessingInstruction object.

Method Detail

getCSSStyleSheet

public StyleSheet getCSSStyleSheet()
Returns the associated style-sheet.

getStyleSheetURI

public String getStyleSheetURI()
Returns the URI of the referenced stylesheet.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.

setData

public void setData(String data)
DOM: Implements org.w3c.dom.ProcessingInstruction#setData(String).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.