public class XMLProcessingInstruction extends XMLNode implements ProcessingInstruction:
DOM processing instruction implementation.
@example `klyn import klyn.io.xml.dom
pi = XMLProcessingInstruction("xml-stylesheet", "href='style.css'", document)
| Modifier and Type | Member | Description |
|---|---|---|
| public property | datadata as String: |
No summary. |
| public readonly property | targettarget as String: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLProcessingInstructionXMLProcessingInstruction(target as String, data as String = "", ownerDocument as Document = null): |
Creates a processing instruction. |