org.kde.koala
public class ProcessingInstruction extends Node
ProcessingInstruction
interface represents a
"processing instruction", used in XML as a way to keep
processor-specific information in the text of the document.UNKNOWN: The ProcessingInstruction
interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
Constructor Summary | |
---|---|
protected | ProcessingInstruction(Class dummy) |
ProcessingInstruction() | |
ProcessingInstruction(ProcessingInstruction other) | |
ProcessingInstruction(Node other) |
Method Summary | |
---|---|
String | data()
The content of this processing instruction. |
void | setData(String arg1)
see data |
StyleSheet | sheet()
Introduced in DOM Level 2
This method is from the LinkStyle interface
The style sheet. |
String | target()
The target of this processing instruction. |
?>
.UNKNOWN: The content of this processing instruction.
UNKNOWN: see data
UNKNOWN: Introduced in DOM Level 2 This method is from the LinkStyle interface
UNKNOWN: The target of this processing instruction.