# Titanium.XML.ProcessingInstruction

A way to keep processor-specific information in the text of the document. Implements the DOM Level 2 API on Android and iOS.

Availability
0.9
0.9
9.2.0

# Properties

# data

Availability
0.9
0.9
9.2.0
data :String

Retrieve the content of this processing instruction. This from the first non white space character after the target to the character immediatly preceding the ?>. When setting a processing instruction, a DOMException may be thrown on an invalid instruction.


# target READONLY

Availability
0.9
0.9
9.2.0
target :String

Retrieve the target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction.