org.apache.batik.dom
public class StyleSheetProcessingInstruction extends AbstractProcessingInstruction implements LinkStyle
| Field Summary | |
|---|---|
| protected StyleSheetFactory | factory
The stylesheet factory. |
| protected HashTable | pseudoAttributes
The pseudo attributes. |
| protected boolean | readonly
Is this node immutable? |
| protected StyleSheet | sheet
The style sheet. |
| Constructor Summary | |
|---|---|
| protected | StyleSheetProcessingInstruction()
Creates a new ProcessingInstruction object. |
| StyleSheetProcessingInstruction(String data, AbstractDocument owner, StyleSheetFactory f)
Creates a new ProcessingInstruction object. | |
| Method Summary | |
|---|---|
| HashTable | getPseudoAttributes()
Returns the pseudo attributes in a table. |
| StyleSheet | getSheet()
The style sheet. |
| String | getTarget()
DOM: Implements org.w3c.dom.ProcessingInstruction#getTarget(). |
| boolean | isReadonly()
Tests whether this node is readonly. |
| 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). |
| void | setNodeName(String v)
Sets the node name. |
| void | setReadonly(boolean v)
Sets this node readonly attribute. |
Returns: "xml-stylesheet".