org.apache.batik.dom.svg
public class SVGOMStyleElement extends SVGOMElement implements CSSStyleSheetNode, SVGStyleElement, LinkStyle
Nested Class Summary | |
---|---|
protected class | SVGOMStyleElement.DOMCharacterDataModifiedListener
The DOMCharacterDataModified listener. |
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected EventListener | domCharacterDataModifiedListener
The listener used to track the content changes. |
protected StyleSheet | sheet
The style sheet. |
protected StyleSheet | styleSheet
The DOM CSS style-sheet. |
Constructor Summary | |
---|---|
protected | SVGOMStyleElement()
Creates a new SVGOMStyleElement object. |
SVGOMStyleElement(String prefix, AbstractDocument owner)
Creates a new SVGOMStyleElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
StyleSheet | getCSSStyleSheet()
Returns the associated style-sheet. |
String | getLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}. |
String | getMedia()
DOM: Implements {@link SVGStyleElement#getMedia()}. |
StyleSheet | getSheet()
DOM: Implements {@link
org.w3c.dom.stylesheets.LinkStyle#getSheet()}. |
String | getTitle()
DOM: Implements {@link SVGStyleElement#getTitle()}. |
String | getType()
DOM: Implements {@link SVGStyleElement#getType()}. |
String | getXMLspace()
DOM: Implements {@link SVGStyleElement#getXMLspace()}. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setMedia(String media)
DOM: Implements {@link SVGStyleElement#setMedia(String)}. |
void | setTitle(String title)
DOM: Implements {@link SVGStyleElement#setTitle(String)}. |
void | setType(String type)
DOM: Implements {@link SVGStyleElement#setType(String)}. |
void | setXMLspace(String space)
DOM: Implements {@link SVGStyleElement#setXMLspace(String)}. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.