|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.ProcessingInstruction
public class ProcessingInstruction
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 | |
---|---|
|
ProcessingInstruction()
|
protected |
ProcessingInstruction(java.lang.Class dummy)
|
|
ProcessingInstruction(Node other)
|
|
ProcessingInstruction(ProcessingInstruction other)
|
Method Summary | |
---|---|
java.lang.String |
data()
The content of this processing instruction. |
void |
setData(java.lang.String arg1)
see data |
StyleSheet |
sheet()
Introduced in DOM Level 2 This method is from the LinkStyle interface The style sheet. |
java.lang.String |
target()
The target of this processing instruction. |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ProcessingInstruction(java.lang.Class dummy)
public ProcessingInstruction()
public ProcessingInstruction(ProcessingInstruction other)
public ProcessingInstruction(Node other)
Method Detail |
---|
public java.lang.String target()
public java.lang.String data()
?>
.
public void setData(java.lang.String arg1)
public StyleSheet sheet()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |